Re: [Exim] Nics and Interfaces Option

Página Inicial
Delete this message
Reply to this message
Autor: Kirill Miazine
Data:  
Para: Aly S.P Dharshi
CC: exim-users
Assunto: Re: [Exim] Nics and Interfaces Option
* "Aly S.P Dharshi" <aly.dharshi@???> [20011219 10:37]:
> > No need, just use 2 different config files.
>
>     So you mean that you should have configure.nic1 and configure.nic2 ?


Yes. Just make sure you set local_interfaces global option as well as
interface option with smtp transport.

Like:

In exim.conf:

local_interfaces = 1.2.3.4

[...]

remote_smtp:
    driver = smtp
    interface = 1.2.3.4


In exim2.conf:

local_interfaces = 1.2.3.5

[...]

remote_smtp:
    driver = smtp
    interface = 1.2.3.5


--
Kirill