Re: [Exim] Deliver certain domains to a different

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Suresh Ramasubramanian
Ημερομηνία:  
Προς: Philippe Laurent
Υ/ο: exim-users
Αντικείμενο: 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