You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by km...@apache.org on 2013/04/02 16:18:02 UTC

svn commit: r1463557 - /spamassassin/dns/named.conf

Author: kmcgrail
Date: Tue Apr  2 14:18:01 2013
New Revision: 1463557

URL: http://svn.apache.org/r1463557
Log:
removed ns_slaves acl list and added additional from cache to disabled upward lookups

Modified:
    spamassassin/dns/named.conf

Modified: spamassassin/dns/named.conf
URL: http://svn.apache.org/viewvc/spamassassin/dns/named.conf?rev=1463557&r1=1463556&r2=1463557&view=diff
==============================================================================
--- spamassassin/dns/named.conf (original)
+++ spamassassin/dns/named.conf Tue Apr  2 14:18:01 2013
@@ -8,6 +8,7 @@ options {
 	interface-interval 0;		// We don't change interfaces ...
 	auth-nxdomain no;		// Conform to RFC1035
 	recursion no;
+        additional-from-cache no;
 };
 
 include "/var/named/named.keys";
@@ -24,6 +25,13 @@ logging {
 	channel default_syslog { syslog; severity info; }; //trying to add more logging - 2011-11-1 kam
 };
 
+//acl ns_slaves {
+//    8.23.224.170;
+//    64.235.248.120;
+//    192.87.36.2;
+//    140.211.166.126;
+//};
+
 zone "spamassassin.org" {
 	type master;
 	file "spamassassin.org";
@@ -32,6 +40,7 @@ zone "spamassassin.org" {
         	209.237.226.90; // ns.hyperreal.org  NOTE: Hyperreal using DJB's tinydns so notifies aren't used.  Now Updates via cron every 15 minutes as of 2011-11-2. Run by brian@behlendorf.com.
         	209.237.226.92; // ns.hyperreal.org
                 64.142.100.92;  // sonic.net as of sep 2008
+//    "ns_slaves";
 	};
 
 	allow-transfer {
@@ -39,6 +48,7 @@ zone "spamassassin.org" {
         	209.237.226.92; // ns.hyperreal.org
                 64.142.100.92;  // sonic.net as of sep 2008
                 64.142.8.20;    // sonic.net as of sep 2008
+//"ns_slaves";
 	};
 
 };