Re: [exim] exim and multiple port

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-users @ exim. org
Subject: Re: [exim] exim and multiple port
De Leeuw Guy wrote:
> Because the provider of our remote client block the smtp port i need to
> add a second listening port in my exim configuration.
> It is possible ? with 2 process or in one process ?


One process.



SMTP_PORT =     25
SMTPS_PORT =    465
MSA_PORT =      587


local_interfaces = <; ADDR_PRIME.SMTP_PORT; \
         ADDR_PRIME.MSA_PORT; \
         ADDR_PRIME.SMTPS_PORT; \
         127.0.0.1; ADDR_3MX.SMTP_PORT




-J