search for: pop3s_ssl_cert_file

Displaying 1 result from an estimated 1 matches for "pop3s_ssl_cert_file".

2005 Jan 12
2
REQUEST: Different port(protocol) should be able to use a different certification.
...cert_file = /etc/ssl/certs/imap.example.com.cert.pem - ssl_key_file = /etc/ssl/private/imap.example.com.key.pem # certification for imaps + imaps_ssl_cert_file = /etc/ssl/certs/imap.example.com.cert.pem + imaps_ssl_key_file = /etc/ssl/private/imap.example.com.key.pem # certification for pop3s + pop3s_ssl_cert_file = /etc/ssl/certs/pop3.example.com.cert.pem + pop3s_ssl_key_file = /etc/ssl/private/pop3.example.com.key.pem Dovecot uses imaps_ssl_cert/key whenever MUA connects imaps port, uses pop3s_ssl_cert/key whenever MUA connected dovecot's pop3s port. Could you discuss it? #If it was already discusse...