summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSystem administrator2019-10-13 02:43:49 +0200
committerSystem administrator2019-10-13 02:43:49 +0200
commit4f37a4b254a1f547a355bd49ecce699702e70c54 (patch)
treecddf0f22bb4a6145377538bb5900e3aea333b69f
parent5e3d14d4092f4e1ccbeba69ece8c76b399a41c66 (diff)
downloadexim-4f37a4b254a1f547a355bd49ecce699702e70c54.tar.gz
acl: verify reverse host by lookup
-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