Re: [Exim] domainlist localdomains perl expansion

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Nico Erfurth
Fecha:  
A: Jez Hancock
Cc: Exim Users List
Asunto: Re: [Exim] domainlist localdomains perl expansion
Jez Hancock wrote:
> Hi,
>
> I'm having trouble getting a perl script to expand a list of domains from a sendmail style
> local-host-names file (ie one domain per line).


Hu?
Why easy, when you can make it the hard way, eh? ;)

domainlist local_domains = @ : /etc/mail/local-host-names

This should do the same as your script.

Nico