Am 21.03.2012 13:39, schrieb Matus UHLAR - fantomas:
> On 21.03.12 14:24, Jari Fredriksson wrote:
>> I get this in SpamAssassin report:
>>
>> 0.0 RCVD_IN_DNSWL_BLOCKED  RBL: ADMINISTRATOR NOTICE: The query to DNSWL
>>                            was blocked.  See
>>
>> http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block
>>                             for more information.
>>
>> I use public DNS services as forwarders in my LAN dns (bind9). I
>> remember that once disabled forwarders for some URIBL but the setting is
>> gone, and I can't find a recipe.
>>
>> Howto?
> 
> the "public DNS services" you use as forwarders are blacklisted on
> dnswl, apparently because of high traffic. Are they google DNS servers,
> or your isp's?
> 
> Use your own DNS server. If you have BIND9, there's usually no need for
> using other servers as forwarders.
> 

http://www.bind9.net/manual/bind/9.3.2/Bv9ARM.ch06.html


forward
        

A "forward zone" is a way to configure forwarding on a per-domain basis.
A zone statement of type forward can contain a forward and/or forwarders
statement, which will apply to queries within the domain given by the
zone name. If no forwarders statement is present or an empty list for
forwarders is given, then no forwarding will be done for the domain,
canceling the effects of any forwarders in the options statement. Thus
if you want to use this type of zone to change the behavior of the
global forward option (that is, "forward first to", then "forward only",
or vice versa, but want to use the same servers as set globally) you
need to re-specify the global forwarders.

so perhaps delete
somthing like

forward first;

in your config

 and/or as said cancel forwarders section total
-- 
Best Regards

MfG Robert Schetterer

Germany/Munich/Bavaria

Reply via email to