From cd8a29ee1aa41f31dd3ff0efa81c982c3ca9f711 Mon Sep 17 00:00:00 2001 From: kaiyou Date: Sat, 2 Sep 2017 20:00:17 +0200 Subject: [PATCH] Fix a regression introduced in 3e85bb2d7381c42bdc75db9c6400c4503cc8dd78, bypassing sender restrictions on port 25 --- postfix/conf/master.cf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postfix/conf/master.cf b/postfix/conf/master.cf index 565d1a62..a196f496 100644 --- a/postfix/conf/master.cf +++ b/postfix/conf/master.cf @@ -3,7 +3,7 @@ # Exposed SMTP services smtp inet n - n - - smtpd - -o smtpd_sender_restrictions=permit_mynetworks,permit + -o smtpd_helo_restrictions=permit_mynetworks,permit submission inet n - n - - smtpd -o smtpd_tls_security_level=encrypt -o smtpd_sasl_auth_enable=yes