Re: [exim] Skipping local delivery, a good idea?

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Jakob Hirsch
Data:  
Para: tropfstein
CC: exim-users
Asunto: Re: [exim] Skipping local delivery, a good idea?
Quoting tropfstein@???:

> Local deliveries are just a low percentage of all the e-mail traffic
> and I consider to skip them and deliver all e-mails via smtp.
> For example I could comment out the following line from the
> lookup-router: domains = ! +local_domains


You can do that, but you'll have to set
    self = pass
(and probably "no_more") in your dnslookup router(s). Otherwise mail for
the local host will always be frozen. You should really read the exim
spec about that! I'm not sure if this is very good idea, anyway. But I
think it should work.