Florian Schaal
2015-03-09 5b49c1c2314880ebd185eaec4445e05e97d3bb55
RFC 7465 prohibits RC4 cipher suites in the ClientHello message.
4 files modified
8 ■■■■■ changed files
install/tpl/debian_postfix.conf.master 2 ●●●●● patch | view | raw | blame | history
install/tpl/fedora_postfix.conf.master 2 ●●●●● patch | view | raw | blame | history
install/tpl/gentoo_postfix.conf.master 2 ●●●●● patch | view | raw | blame | history
install/tpl/opensuse_postfix.conf.master 2 ●●●●● patch | view | raw | blame | history
install/tpl/debian_postfix.conf.master
@@ -38,3 +38,5 @@
smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3
smtpd_tls_protocols = !SSLv2,!SSLv3
smtp_tls_protocols = !SSLv2,!SSLv3
smtpd_tls_exclude_ciphers = RC4, aNULL
smtp_tls_exclude_ciphers = RC4, aNULL
install/tpl/fedora_postfix.conf.master
@@ -35,3 +35,5 @@
smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3
smtpd_tls_protocols = !SSLv2,!SSLv3
smtp_tls_protocols = !SSLv2,!SSLv3
smtpd_tls_exclude_ciphers = RC4, aNULL
smtp_tls_exclude_ciphers = RC4, aNULL
install/tpl/gentoo_postfix.conf.master
@@ -34,3 +34,5 @@
smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3
smtpd_tls_protocols = !SSLv2,!SSLv3
smtp_tls_protocols = !SSLv2,!SSLv3
smtpd_tls_exclude_ciphers = RC4, aNULL
smtp_tls_exclude_ciphers = RC4, aNULL
install/tpl/opensuse_postfix.conf.master
@@ -37,3 +37,5 @@
smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3
smtpd_tls_protocols = !SSLv2,!SSLv3
smtp_tls_protocols = !SSLv2,!SSLv3
smtpd_tls_exclude_ciphers = RC4, aNULL
smtp_tls_exclude_ciphers = RC4, aNULL