Skip to content

Commit b43bdb7

Browse files
author
Marius Burkard
committed
Allow TLSv1 for postfix smtp connections due to issues with some providers
1 parent 8bf47f6 commit b43bdb7

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

install/tpl/debian_postfix.conf.master

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ nested_header_checks = regexp:{config_dir}/nested_header_checks
4141
body_checks = regexp:{config_dir}/body_checks
4242
owner_request_special = no
4343
smtp_tls_security_level = may
44-
smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3, !TLSv1, !TLSv1.1
45-
smtpd_tls_protocols = !SSLv2,!SSLv3, !TLSv1, !TLSv1.1
46-
smtp_tls_protocols = !SSLv2,!SSLv3, !TLSv1, !TLSv1.1
44+
smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3
45+
smtpd_tls_protocols = !SSLv2,!SSLv3
46+
smtp_tls_protocols = !SSLv2,!SSLv3
4747
smtpd_tls_exclude_ciphers = RC4, aNULL
4848
smtp_tls_exclude_ciphers = RC4, aNULL
4949
smtpd_tls_mandatory_ciphers = medium

install/tpl/fedora_postfix.conf.master

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ nested_header_checks = regexp:{config_dir}/nested_header_checks
3737
body_checks = regexp:{config_dir}/body_checks
3838
inet_interfaces = all
3939
smtp_tls_security_level = may
40-
smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3, !TLSv1, !TLSv1.1
41-
smtpd_tls_protocols = !SSLv2,!SSLv3, !TLSv1, !TLSv1.1
42-
smtp_tls_protocols = !SSLv2,!SSLv3, !TLSv1, !TLSv1.1
40+
smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3
41+
smtpd_tls_protocols = !SSLv2,!SSLv3
42+
smtp_tls_protocols = !SSLv2,!SSLv3
4343
smtpd_tls_exclude_ciphers = RC4, aNULL
4444
smtp_tls_exclude_ciphers = RC4, aNULL
4545
smtpd_tls_mandatory_ciphers = medium

install/tpl/gentoo_postfix.conf.master

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ nested_header_checks = regexp:{config_dir}/nested_header_checks
3636
body_checks = regexp:{config_dir}/body_checks
3737
inet_interfaces = all
3838
smtp_tls_security_level = may
39-
smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3, !TLSv1, !TLSv1.1
40-
smtpd_tls_protocols = !SSLv2,!SSLv3, !TLSv1, !TLSv1.1
41-
smtp_tls_protocols = !SSLv2,!SSLv3, !TLSv1, !TLSv1.1
39+
smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3
40+
smtpd_tls_protocols = !SSLv2,!SSLv3
41+
smtp_tls_protocols = !SSLv2,!SSLv3
4242
smtpd_tls_exclude_ciphers = RC4, aNULL
4343
smtp_tls_exclude_ciphers = RC4, aNULL
4444
smtpd_tls_mandatory_ciphers = medium

install/tpl/opensuse_postfix.conf.master

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ nested_header_checks = regexp:{config_dir}/nested_header_checks
3939
body_checks = regexp:{config_dir}/body_checks
4040
inet_interfaces = all
4141
smtp_tls_security_level = may
42-
smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3, !TLSv1, !TLSv1.1
43-
smtpd_tls_protocols = !SSLv2,!SSLv3, !TLSv1, !TLSv1.1
44-
smtp_tls_protocols = !SSLv2,!SSLv3, !TLSv1, !TLSv1.1
42+
smtpd_tls_mandatory_protocols = !SSLv2, !SSLv3
43+
smtpd_tls_protocols = !SSLv2,!SSLv3
44+
smtp_tls_protocols = !SSLv2,!SSLv3
4545
smtpd_tls_exclude_ciphers = RC4, aNULL
4646
smtp_tls_exclude_ciphers = RC4, aNULL
4747
smtpd_tls_mandatory_ciphers = medium

0 commit comments

Comments
 (0)