Re: [exim] transport to another smtp

Top Page
Delete this message
Reply to this message
Author: Jakob Hirsch
Date:  
To: Stan Novogroudski
CC: exim-users
Subject: Re: [exim] transport to another smtp
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}}