Skip to content

Commit e564b47

Browse files
author
Marius Cramer
committed
Merge branch 'master' into 'master'
Master See merge request !172
2 parents 27978b1 + 5b49c1c commit e564b47

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

install/tpl/debian_postfix.conf.master

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,5 @@ smtp_tls_security_level = may
3838
smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3
3939
smtpd_tls_protocols = !SSLv2,!SSLv3
4040
smtp_tls_protocols = !SSLv2,!SSLv3
41+
smtpd_tls_exclude_ciphers = RC4, aNULL
42+
smtp_tls_exclude_ciphers = RC4, aNULL

install/tpl/fedora_postfix.conf.master

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,5 @@ smtp_tls_security_level = may
3535
smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3
3636
smtpd_tls_protocols = !SSLv2,!SSLv3
3737
smtp_tls_protocols = !SSLv2,!SSLv3
38+
smtpd_tls_exclude_ciphers = RC4, aNULL
39+
smtp_tls_exclude_ciphers = RC4, aNULL

install/tpl/gentoo_postfix.conf.master

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@ smtp_tls_security_level = may
3434
smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3
3535
smtpd_tls_protocols = !SSLv2,!SSLv3
3636
smtp_tls_protocols = !SSLv2,!SSLv3
37+
smtpd_tls_exclude_ciphers = RC4, aNULL
38+
smtp_tls_exclude_ciphers = RC4, aNULL

install/tpl/opensuse_postfix.conf.master

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,5 @@ smtp_tls_security_level = may
3737
smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3
3838
smtpd_tls_protocols = !SSLv2,!SSLv3
3939
smtp_tls_protocols = !SSLv2,!SSLv3
40+
smtpd_tls_exclude_ciphers = RC4, aNULL
41+
smtp_tls_exclude_ciphers = RC4, aNULL

0 commit comments

Comments
 (0)