sendmail: Disable SSLv2. Prefer server's cipher order in TLS handshake.

This commit is contained in:
Ossi Herrala 2015-11-09 09:23:29 +00:00
parent fdddf61049
commit 22c47729b8

View file

@ -105,3 +105,6 @@ dnl #
<% end -%>
MAILER(smtp)dnl
MAILER(procmail)dnl
LOCAL_CONFIG
O ServerSSLOptions=+SSL_OP_NO_SSLv2 +SSL_OP_CIPHER_SERVER_PREFERENCE
O ClientSSLOptions=+SSL_OP_NO_SSLv2