Jesse Norell
2016-02-08 474b84688e76509ee013a72f92c0b73bed27bd81
enable smtpd_reject_unlisted_sender and other stricter defaults
4 files modified
20 ■■■■■ changed files
install/tpl/debian_postfix.conf.master 5 ●●●●● patch | view | raw | blame | history
install/tpl/fedora_postfix.conf.master 5 ●●●●● patch | view | raw | blame | history
install/tpl/gentoo_postfix.conf.master 5 ●●●●● patch | view | raw | blame | history
install/tpl/opensuse_postfix.conf.master 5 ●●●●● patch | view | raw | blame | history
install/tpl/debian_postfix.conf.master
@@ -43,3 +43,8 @@
smtp_tls_protocols = !SSLv2,!SSLv3
smtpd_tls_exclude_ciphers = RC4, aNULL
smtp_tls_exclude_ciphers = RC4, aNULL
strict_rfc821_envelopes = yes
disable_vrfy_command = yes
allow_percent_hack = no
swap_bangpath = no
smtpd_reject_unlisted_sender = yes
install/tpl/fedora_postfix.conf.master
@@ -40,3 +40,8 @@
smtp_tls_protocols = !SSLv2,!SSLv3
smtpd_tls_exclude_ciphers = RC4, aNULL
smtp_tls_exclude_ciphers = RC4, aNULL
strict_rfc821_envelopes = yes
disable_vrfy_command = yes
allow_percent_hack = no
swap_bangpath = no
smtpd_reject_unlisted_sender = yes
install/tpl/gentoo_postfix.conf.master
@@ -39,3 +39,8 @@
smtp_tls_protocols = !SSLv2,!SSLv3
smtpd_tls_exclude_ciphers = RC4, aNULL
smtp_tls_exclude_ciphers = RC4, aNULL
strict_rfc821_envelopes = yes
disable_vrfy_command = yes
allow_percent_hack = no
swap_bangpath = no
smtpd_reject_unlisted_sender = yes
install/tpl/opensuse_postfix.conf.master
@@ -42,3 +42,8 @@
smtp_tls_protocols = !SSLv2,!SSLv3
smtpd_tls_exclude_ciphers = RC4, aNULL
smtp_tls_exclude_ciphers = RC4, aNULL
strict_rfc821_envelopes = yes
disable_vrfy_command = yes
allow_percent_hack = no
swap_bangpath = no
smtpd_reject_unlisted_sender = yes