Hi Axb,
Am 16.09.2015 um 11:41 schrieb Axb:
Although, the intended setup with exemptions by defining empty
forwarders for DNSBL zones was not my idea - this scenario is described
on the SA wiki as a working solution:
http://wiki.apache.org/spamassassin/CachingNameserver#Non-forwarding
This seems to not be working, so I'm heading for this ML to find out why.
are you doing this:
zone "multi.uribl.com" { type forward; forward first; forwarders {}; };
if yes try adding:
zone "uribl.com" { type forward; forward first; forwarders {}; };
looks like this is it! I changed this as suggested and send myself some
spams. The DNSBL Checks are working now, Thank you :)
Best regards,
Marc