From 6a10e56dfe7bf4f62fd55f656d0517d329025cfb Mon Sep 17 00:00:00 2001 From: root Date: Thu, 11 May 2017 17:21:57 +0200 Subject: Add SORBS DNSBL --- conf.d/020_acl.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'conf.d') 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: accept hosts = +trusted_relay_hosts # Deny messages from hosts known to be bad. - deny dnslists = sbl-xbl.spamhaus.org : bl.spamcop.net + deny dnslists = sbl-xbl.spamhaus.org : bl.spamcop.net : spam.dnsbl.sorbs.net \ + : socks.dnsbl.sorbs.net : smtp.dnsbl.sorbs.net : web.dnsbl.sorbs.net : zombie.dnsbl.sorbs.net set acl_m_msg = Rejected: $sender_host_address is in a black list at $dnslist_domain\n$dnslist_text # 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: {$sender_address}{$sender_helo_name}};ip=$sender_host_address # Deny messages from hosts listed as non-MTA in the PBL, for which SPF couldn't determine a policy. - deny dnslists = pbl.spamhaus.org + deny dnslists = pbl.spamhaus.org : dul.dnsbl.sorbs.net : noserver.dnsbl.sorbs.net : nomail.rhsbl.sorbs.net set acl_m_msg = Rejected: $sender_host_address is in a black list at $dnslist_domain\n$dnslist_text # Accept otherwise -- cgit v1.2.3