summaryrefslogtreecommitdiff
path: root/conf.d/020_acl.conf
diff options
context:
space:
mode:
authorroot2017-05-27 20:08:24 +0200
committerroot2017-05-27 20:08:24 +0200
commit2479575175a585b23cbbb8a71b0f57ee3ccbe5d3 (patch)
treefe85718932f0c9a3522bdc78dd21d5cdc60cacca /conf.d/020_acl.conf
parent6a10e56dfe7bf4f62fd55f656d0517d329025cfb (diff)
downloadexim-2479575175a585b23cbbb8a71b0f57ee3ccbe5d3.tar.gz
Revert "Add SORBS DNSBL"
This reverts commit 6a10e56dfe7bf4f62fd55f656d0517d329025cfb.
Diffstat (limited to 'conf.d/020_acl.conf')
-rw-r--r--conf.d/020_acl.conf5
1 files changed, 2 insertions, 3 deletions
diff --git a/conf.d/020_acl.conf b/conf.d/020_acl.conf
index bf66063..3b1ce2a 100644
--- a/conf.d/020_acl.conf
+++ b/conf.d/020_acl.conf
@@ -44,8 +44,7 @@ acl_check_rcpt_host_policy:
44 accept hosts = +trusted_relay_hosts 44 accept hosts = +trusted_relay_hosts
45 45
46 # Deny messages from hosts known to be bad. 46 # Deny messages from hosts known to be bad.
47 deny dnslists = sbl-xbl.spamhaus.org : bl.spamcop.net : spam.dnsbl.sorbs.net \ 47 deny dnslists = sbl-xbl.spamhaus.org : bl.spamcop.net
48 : socks.dnsbl.sorbs.net : smtp.dnsbl.sorbs.net : web.dnsbl.sorbs.net : zombie.dnsbl.sorbs.net
49 set acl_m_msg = Rejected: $sender_host_address is in a black list at $dnslist_domain\n$dnslist_text 48 set acl_m_msg = Rejected: $sender_host_address is in a black list at $dnslist_domain\n$dnslist_text
50 49
51 # Accept if the host is an authorized sender according to the SPF policy for the domain (SPF pass). 50 # Accept if the host is an authorized sender according to the SPF policy for the domain (SPF pass).
@@ -65,7 +64,7 @@ acl_check_rcpt_host_policy:
65 {$sender_address}{$sender_helo_name}};ip=$sender_host_address 64 {$sender_address}{$sender_helo_name}};ip=$sender_host_address
66 65
67 # Deny messages from hosts listed as non-MTA in the PBL, for which SPF couldn't determine a policy. 66 # Deny messages from hosts listed as non-MTA in the PBL, for which SPF couldn't determine a policy.
68 deny dnslists = pbl.spamhaus.org : dul.dnsbl.sorbs.net : noserver.dnsbl.sorbs.net : nomail.rhsbl.sorbs.net 67 deny dnslists = pbl.spamhaus.org
69 set acl_m_msg = Rejected: $sender_host_address is in a black list at $dnslist_domain\n$dnslist_text 68 set acl_m_msg = Rejected: $sender_host_address is in a black list at $dnslist_domain\n$dnslist_text
70 69
71 # Accept otherwise 70 # Accept otherwise