[Ach] use ssllabs for pop3s/imaps/smtps, was: Dovecot DH parameters
    A. Schulze 
    sca at andreasschulze.de
       
    Tue Feb 10 23:51:08 CET 2015
    
    
  
Hanno Böck:
> Unfortunately we lack a good configuration check tool like the qualys
> ssltest to check pop3/imap configs.
I use to configure a imap/pop/smpts testserver to listen on port 443.
Than it could be inspected by ssllabs...
dovecot:
   service imap-login {
     inet_listener imaps {
       port = 443
     }
   }
   service pop3-login {
     inet_listener pop3s {
       port = 443
     }
   }
postfix/master.cf
   443 inet n - n - - smtpd -o smtpd_tls_wrappermode=yes
Of course only one service at one time...
Andreas
    
    
More information about the Ach
mailing list