diff options
-rw-r--r-- | conf.d/020_acl.conf | 5 |
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 |