From c3780e131fe1cf0f5712990f937eec47e262c994 Mon Sep 17 00:00:00 2001 From: System administrator Date: Mon, 14 Oct 2019 00:23:39 +0200 Subject: acl: don't require valid ehlo for authenticated users --- conf.d/020_acl.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf.d/020_acl.conf b/conf.d/020_acl.conf index 1ff3d1e..04a5e0a 100644 --- a/conf.d/020_acl.conf +++ b/conf.d/020_acl.conf @@ -14,9 +14,6 @@ acl_check_mail_introduction: require condition = ${if def:sender_helo_name} set acl_m_msg = HELO/EHLO command required. - require verify = reverse_host_lookup/defer_ok - set acl_m_msg = HELO/EHLO lookup yielded mismatch. - accept @@ -99,6 +96,9 @@ acl_mta_mail: require acl = acl_check_mail_introduction message = Courtesy protocol violation: $acl_m_msg + require verify = reverse_host_lookup/defer_ok + message = HELO/EHLO mismatch. + accept hosts = +trusted_relay_hosts defer spf = temperror -- cgit v1.2.3