Re: [exim] interfaces/routing question

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Jeremy Harris
Date:  
À: exim-users @ exim. org
Sujet: Re: [exim] interfaces/routing question
Corey wrote:
> We need to have our exim instance _listen_ on multiple interfaces/ip's but we
> need to configure it so that it always _sends_ mail through one specific
> interface at all times, rather than via whichever interface from where the
> smtp request was transacted from.
>
> i.e.
>
> listen on ip's A, B and C
> deliver via ip B
>
> Is this possible? How do I do so?


There's an "interface" option to the "smtp" transport.

- Jeremy