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 8:25 AM] Philippe Laurent :

> SRS -
>
> Thanks for your help. Inserting the "self=send" within the local
> directives offers the same message: "internal_smtp transport called with
> no hosts set". I had tried this previously (as recommended in the FAQ),
> and neglected to include it in the introductory email.
>


I didn't notice if you have a route_list set -

route_list = "domain.com localhost byname"

and then the transport will route it to localhost:26 instead of localhost:25

    srs