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