Re: [Exim] Deliver certain domains to a different

Página Inicial
Delete this message
Reply to this message
Autor: Suresh Ramasubramanian
Data:  
Para: Philippe Laurent
CC: exim-users
Assunto: Re: [Exim] Deliver certain domains to a different
[4/5/2004 7:45 AM] Philippe Laurent :

> Below is the best I could cough up. I'm afraid its not good enough, as
> I get a "internal_smtp transport called with no hosts set" error in the
> exim_mainlog during every attempted route to that domain.
>
> ### Director
> localredirect:
> # Route to pass domain mail to other MAIL PROG
> driver = manualroute
> domains = mydomain.com
> transport = internal_smtp


You need to add a "self=send" here for this.

Exim will otherwise think it is in a mail loop, delivering mail to a
remote host which is the localhost.

    srs