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