Redirecting *.spamhaus.org queries to local feed server
Alex Broens
ms-list at alexb.ch
Sun Aug 26 16:54:38 IST 2007
On 8/26/2007 4:48 PM, Vlad Mazek wrote:
> Should I have equivalent zones for PBL as well or is ZEN enough?
Nope
PBL lookups happen thru Zen
See 20_dnsbl_tests.cf
Alex
> -Vlad
>
> On 8/26/07, Alex Broens <ms-list at alexb.ch> wrote:
>> 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
>>
>> --
>> MailScanner mailing list
>> mailscanner at lists.mailscanner.info
>> http://lists.mailscanner.info/mailman/listinfo/mailscanner
>>
>> Before posting, read http://wiki.mailscanner.info/posting
>>
>> Support MailScanner development - buy the book off the website!
>>
>
>
>
More information about the MailScanner
mailing list