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:
commit
f61ee20205
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue