Redirecting *.spamhaus.org queries to local feed server

Alex Broens ms-list at alexb.ch
Sun Aug 26 08:56:46 IST 2007


On 8/26/2007 7:14 AM, Doc Schneider wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Vlad Mazek wrote:
>> Ok, so setup a local rbldnsd server for a spamhaus feed.
>>
>> Stupid question: how do I tell MailScanner/spamassassin to redirect
>> *.spamhaus.com queries to my rbldnsd server?
>>
>> -Vlad
>>
> 
> For a caching name server
> 
> zone "zen.spamhaus.org" {
>        type forward;
>        forward only;
>        forwarders { 1.2.3.4; };
> };
> 
> 
> Of course change to 1.2.3.4 to the IP  of your rbldnsd server.

that's not enough

URIBL_SBL in 25_uribl.cf queries sbl.spamhaus.org so you'll also need

zone "sbl.spamhaus.org" IN {
         type forward;
         forward first;
         forwarders { 1.2.3.4; };
         };

Alex



More information about the MailScanner mailing list