From a34c7f6a8aa99d50f58ad2b7e0c0dc1d20a22b39 Mon Sep 17 00:00:00 2001 From: Stefan Auditor Date: Mon, 26 Dec 2016 21:01:26 +0100 Subject: [PATCH] Remove reject_non_fqdn_helo_hostname, reject_invalid_helo_hostname HELO restrictions --- 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 8658c155..565d1a62 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,reject_non_fqdn_helo_hostname,reject_invalid_helo_hostname,permit + -o smtpd_sender_restrictions=permit_mynetworks,permit submission inet n - n - - smtpd -o smtpd_tls_security_level=encrypt -o smtpd_sasl_auth_enable=yes