Ik heb ff gezocht hoe het eruit zou moeten zien in exim4 (wat weer anders werkt als postfix, wat ik gebruik)
En dit zou in /etc/exim4/exim4.conf moeten staan:
################################################## ###########################
# There are no checks on DNS "black" lists because the domains that contain
# these lists are changing all the time. You can find examples of
# how to use dnslists in /usr/share/doc/exim4-config/examples/acl
################################################## ###########################
# Check IP address in DNS based blacklists
deny message = Host is listed in $dnslist_domain.
dnslists = \
blackholes.easynet.nl : \
cbl.abuseat.org : \
proxies.blackholes.wirehub.net : \
bl.spamcop.net : \
sbl.spamhaus.org : \
dnsbl.njabl.org : \
list.dsbl.org : \
multihop.dsbl.org
# Check hostname in domain DNS based blacklists
deny message = Host name is listed in $dnslist_domain.
dnslists = \
bogusmx.rfc-ignorant.org/$sender_host_name : \
dsn.rfc-ignorant.org/$sender_host_name : \
postmaster.rfc-ignorant.org/$sender_host_name
# Check helo in domain DNS based blacklists
deny message = Helo is listed in $dnslist_domain.
dnslists = \
bogusmx.rfc-ignorant.org/$sender_helo_name : \
dsn.rfc-ignorant.org/$sender_helo_name : \
postmaster.rfc-ignorant.org/$sender_helo_name
Zoals eerder gezegd, ik ken exim verders niet. Dus het zou heel goed mogelijk kunnen zijn dat het niet werkt. Maar is het proberen waard lijkt mij.