Hi!
On Wednesday, June 2, 2004, 9:00:52 AM, Ricardo Ricardo wrote:
We are trying to setup a local rbldnsd with rsynced data to answer the DNS queries, but the rbldnsd is not responding.
[...]
If I test our cached DNS system: % nslookup adulteroticfiction-MUNGED.com.sc.surbl.org 127.0.0.1 *** Can't find server name for address 127.0.0.1: Query refused *** Default servers are not available
Thanks for the tips! I saw that I was not doing the right test... This one worked:
dig test.surbl.org-MUNGED.sc.surbl.org @127.0.0.1
BTW, I (think I) understand how the whole thing works, but... isn't it possible to change SpamCopURI to resolve the names at a specific machine ip/port, instead of changing the DNS setup? Wouldn't this be easier and safer?
[]s!
-- ... Hofstadter's Law: The time and effort required to complete a project are always more than you expect, even when you take into account Hofstadter's Law.
From: "Ricardo"
BTW, I (think I) understand how the whole thing works, but... isn't it possible to change SpamCopURI to resolve the names at a specific machine ip/port, instead of changing the DNS setup? Wouldn't this be easier and safer?
[]s!
I personally think its easier to setup the DNS. This is also necessary for the more general case. If you're running a high volume mail server and using local copies of other blocking lists, they will also need to be set up like surbl through your DNS.
I'm not aware of other software (such as MTAs) which will allow you to configure ip/port for dnsbl lookups.
If you're running bind as the main DNS, then you can just configure it to forward requests for the surbl zone to your local copy on whatever ip/port you chose.
John