Hi everyone,
For years now, I've had the problem that I am getting more spam than necessary, because I can't query URIBL via the default nameservers set up for the various servers and VPSs I've had over time. The spam delivered to my inbox typically has this in the header:
0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked.
* See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block
* for more information.
So over the past days/weeks/months I thought it would be worthwhile to tackle this once and for all, but even though I've read the Net up and down, I just couldn't piece it together. (Or actually I thought I could, but it is just not working.) Any help appreciated, not only by myself but also by future generations stumbling across this thread (at least I can't believe that I am really the only one with this issue???).
Current status quo is that I've put the following into my named.conf:
forward only;
forwarders {
8.8.8.8;
8.8.4.4;
};
/* Disable forwarding for DNSBL queries */
zone "multi.uribl.com" { type forward; forward first; forwarders {}; };
zone "dnsbl.sorbs.net" { type forward; forward first; forwarders {}; };
zone "combined.njabl.org" { type forward; forward first; forwarders {}; };
zone "activationcode.r.mail-abuse.com" { type forward; forward first; forwarders {}; };
zone "nonconfirm.mail-abuse.com" { type forward; forward first; forwarders {}; };
zone "iadb.isipp.com" { type forward; forward first; forwarders {}; };
zone "bl.spamcop.net" { type forward; forward first; forwarders {}; };
zone "fulldom.rfc-ignorant.org" { type forward; forward first; forwarders {}; };
zone "list.dnswl.org" { type forward; forward first; forwarders {}; };
zone "blackholes.mail-abuse.org" { type forward; forward first; forwarders {}; };
zone "bl.score.senderscore.com" { type forward; forward first; forwarders {}; };
zone "zen.spamhaus.org" { type forward; forward first; forwarders {}; };
The forwarders above are the nameservers that used to be in resolv.conf. In resolv.conf, I put 0.0.0.0 instead (as recommended in most instructions I found on the net), but that had my IP still blocked (even though I am the only one using it). So I put 127.0.0.1 (which I read somewhere else) but it seems like the lookups aren't working at all anymore, and instead I am getting hundreds of these error messages to my messages log:
server named[24541]: error (chase DS servers) resolving '141.in-addr.arpa/DS/IN': 8.8.8.8#53
Any help, advice, consolation? Thanks in advance!
For years now, I've had the problem that I am getting more spam than necessary, because I can't query URIBL via the default nameservers set up for the various servers and VPSs I've had over time. The spam delivered to my inbox typically has this in the header:
0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked.
* See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block
* for more information.
So over the past days/weeks/months I thought it would be worthwhile to tackle this once and for all, but even though I've read the Net up and down, I just couldn't piece it together. (Or actually I thought I could, but it is just not working.) Any help appreciated, not only by myself but also by future generations stumbling across this thread (at least I can't believe that I am really the only one with this issue???).
Current status quo is that I've put the following into my named.conf:
forward only;
forwarders {
8.8.8.8;
8.8.4.4;
};
/* Disable forwarding for DNSBL queries */
zone "multi.uribl.com" { type forward; forward first; forwarders {}; };
zone "dnsbl.sorbs.net" { type forward; forward first; forwarders {}; };
zone "combined.njabl.org" { type forward; forward first; forwarders {}; };
zone "activationcode.r.mail-abuse.com" { type forward; forward first; forwarders {}; };
zone "nonconfirm.mail-abuse.com" { type forward; forward first; forwarders {}; };
zone "iadb.isipp.com" { type forward; forward first; forwarders {}; };
zone "bl.spamcop.net" { type forward; forward first; forwarders {}; };
zone "fulldom.rfc-ignorant.org" { type forward; forward first; forwarders {}; };
zone "list.dnswl.org" { type forward; forward first; forwarders {}; };
zone "blackholes.mail-abuse.org" { type forward; forward first; forwarders {}; };
zone "bl.score.senderscore.com" { type forward; forward first; forwarders {}; };
zone "zen.spamhaus.org" { type forward; forward first; forwarders {}; };
The forwarders above are the nameservers that used to be in resolv.conf. In resolv.conf, I put 0.0.0.0 instead (as recommended in most instructions I found on the net), but that had my IP still blocked (even though I am the only one using it). So I put 127.0.0.1 (which I read somewhere else) but it seems like the lookups aren't working at all anymore, and instead I am getting hundreds of these error messages to my messages log:
server named[24541]: error (chase DS servers) resolving '141.in-addr.arpa/DS/IN': 8.8.8.8#53
Any help, advice, consolation? Thanks in advance!