forked from ccchb/ansible
12 lines
547 B
Text
12 lines
547 B
Text
|
# {{ ansible_managed }}
|
|||
|
|
|||
|
# We will be rejecting much mail which is listed in multiple DNSBLs.
|
|||
|
# We're not proud of some of the lists we are using, thus have given
|
|||
|
# them lower scores in postscreen_dnsbl_sites listing. So this checks
|
|||
|
# the DNSBL name postscreen(8) gets from dnsblog(8), and if it's not
|
|||
|
# one of our Tier 1 DNSBL sites, it changes what the sender will see:
|
|||
|
|
|||
|
#/^b\.barracudacentral\.org$/ b.barracudacentral.org
|
|||
|
#/^bl\.spameatingmonkey\.net$/ bl.spameatingmonkey.net
|
|||
|
!/^zen\.spamhaus\.org$/ multiple DNS-based blocklists
|