Re: [Exim] Deliver certain domains to a different

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Philippe Laurent
Fecha:  
A: Suresh Ramasubramanian
Cc: exim-users
Asunto: Re: [Exim] Deliver certain domains to a different
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.

PBL

On Apr 4, 2004, at 10:29 PM, Suresh Ramasubramanian wrote:

> [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

>