Re: [exim] Listening interface:port

Top Page
Delete this message
Reply to this message
Author: Mike Cardwell
Date:  
To: exim-users
Subject: Re: [exim] Listening interface:port
* on the Wed, Jan 03, 2007 at 08:16:46AM -0500, Marc Sherman wrote:

>> Is it possible to get a single instance of exim listening on two
>> different ports on two different ips? Eg:
>> 111.111.111.111 port 25
>> 222.222.222.222 port 465
>> I can get both ip's listening on both ports using the config below, but
>> that's not what I want:
>> local_interfaces = 111.111.111.111 : 222.222.222.222
>> daemon_smtp_ports = 25 : 465
>> Also, is it possible to have TLS on connect on 111.111.111.111:2000 but
>> not 222.222.222.222:2000 ? If I use tls_on_connect_ports I can only
>> specify port 2000, so all IPs have to use it.
> http://exim.org/exim-html-4.63/doc/html/spec_html/ch13.html


Erk. I can't believe I missed that local_interfaces option. Thanks for
pointing it out. I guess the second part of my question regarding
tls_on_connect_ports isn't possible?

Mike