summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf.d/020_acl.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf.d/020_acl.conf b/conf.d/020_acl.conf
index 5ed0fa7..1ff3d1e 100644
--- a/conf.d/020_acl.conf
+++ b/conf.d/020_acl.conf
@@ -14,6 +14,9 @@ acl_check_mail_introduction:
14 require condition = ${if def:sender_helo_name} 14 require condition = ${if def:sender_helo_name}
15 set acl_m_msg = HELO/EHLO command required. 15 set acl_m_msg = HELO/EHLO command required.
16 16
17 require verify = reverse_host_lookup/defer_ok
18 set acl_m_msg = HELO/EHLO lookup yielded mismatch.
19
17 accept 20 accept
18 21
19 22