Re: [exim] transport to another smtp

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Stan Novogroudski
Fecha:  
A: exim-users
Asunto: Re: [exim] transport to another smtp
Jakob Hirsch schrieb:

>Stan Novogroudski wrote:
>
>
>
>>I'll have a list of mail adresses, which have to be redirected to
>>another smtp's
>>mail@???    another-smtp-ONE.my-domain.foo
>>mail2@???    another-smtp-THO.my-domain.foo

>>
>>
>
>this should work:
>
>smtp_route:
> driver = manualroute
> transport = remote_smtp
> route_data = ${lookup {$local_part@$domain} lsearch {/your/file}}
>
>
>
>

YEEEESSSSS !!! Thank you :)