Re: [exim] exim and multiple port

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Jeremy Harris
Date:  
À: exim-users @ exim. org
Sujet: 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