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

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Jakob Hirsch
Fecha:  
A: 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.