[exim] How to offer tls only on certain ports?

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Gordon Dickens
Date:  
À: exim-users
Sujet: [exim] How to offer tls only on certain ports?

   How can I setup exim to only offer tls on certain ports?  For example,
   if I only want to offer tls on ports 25 and 587 for all hosts then I
   thought that I could set tls_advertise_hosts as follows:
       tls_advertise_hosts = 0.0.0.0.25 : 0.0.0.0..587
   However, it does not appear to work. Any help would be appreciated!
   Thanks,
   Gordon