Autor: Nico Erfurth
Fecha:
A: tdn
Cc: exim-users
Asunto: Re: [Exim] Multiple instances of exim
tdn@??? wrote:
> Hi,
>
> Is it possible to have two instances of exim on the same box bound to
> different IPs, both instance listening on port 25?
Yes, just give the -C option, and set local_interfaces.
But sometimes you don't need this, you can use $interface_address, to
find out to which address the current connection belongs.
ciao