Merged in oherrala/puppet/oherrala-sendmail (pull request #59)

sendmail: Disable SSLv2. Prefer server's cipher order in TLS handshake.
This commit is contained in:
Timo Mäkinen 2015-11-09 12:33:56 +02:00
commit f61ee20205

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