summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpacien2018-09-03 02:23:49 +0200
committerpacien2018-09-03 02:23:49 +0200
commit2b6514e17f2afce8c411bc141feafd820143220b (patch)
treed7e6b525f166e31578a88295e8322267d6ab72da
parentf24935d03eb774b406011eb9d6f6fbc63e91ce0d (diff)
downloadexim-2b6514e17f2afce8c411bc141feafd820143220b.tar.gz
Disable DKIM verification for trusted relays
-rw-r--r--conf.d/020_acl.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf.d/020_acl.conf b/conf.d/020_acl.conf
index 3b1ce2a..dfd210b 100644
--- a/conf.d/020_acl.conf
+++ b/conf.d/020_acl.conf
@@ -41,7 +41,9 @@ acl_check_alias:
41acl_check_rcpt_host_policy: 41acl_check_rcpt_host_policy:
42 42
43 # Accept all messages from trusted hosts and relays. 43 # Accept all messages from trusted hosts and relays.
44 # Also disable DKIM signature check as mailing list servers may alter messages.
44 accept hosts = +trusted_relay_hosts 45 accept hosts = +trusted_relay_hosts
46 control = dkim_disable_verify
45 47
46 # Deny messages from hosts known to be bad. 48 # Deny messages from hosts known to be bad.
47 deny dnslists = sbl-xbl.spamhaus.org : bl.spamcop.net 49 deny dnslists = sbl-xbl.spamhaus.org : bl.spamcop.net