http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5241
------- Additional Comments From [EMAIL PROTECTED] 2006-12-14 12:17 -------
(In reply to comment #13)
> The debug also shows that 192.168.1.1 is your DNS server. Perhaps there's an
> issue there?
I simplified the situtation : the dns list is not accessed directly but through
the local dns (that also serves as LAN DNS)
options {
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
statistics-file "/var/named/data/named_stats.txt";
version "not currently available";
forwarders {63.208.196.90; 212.198.2.51; 212.198.0.91; 204.13.249.81;
204.13.250.81; 213.155.150.205; 63.170.10.81;};
forward only ;
query-source address * port 53;
allow-query {192.168.1.0/24; 127.0.0.1;};
};
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.