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 2011/11/02 16:24:28 UTC

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

Author: kmcgrail
Date: Wed Nov  2 15:24:28 2011
New Revision: 1196626

URL: http://svn.apache.org/viewvc?rev=1196626&view=rev
Log:
Removing old servers and noting that hyperreal uses TTl to reload the zone

Modified:
    spamassassin/dns/named.conf

Modified: spamassassin/dns/named.conf
URL: http://svn.apache.org/viewvc/spamassassin/dns/named.conf?rev=1196626&r1=1196625&r2=1196626&view=diff
==============================================================================
--- spamassassin/dns/named.conf (original)
+++ spamassassin/dns/named.conf Wed Nov  2 15:24:28 2011
@@ -29,17 +29,14 @@ zone "spamassassin.org" {
 	file "spamassassin.org";
 	notify explicit;
 	also-notify { 
-        	209.237.226.90; // ns.hyperreal.org
+        	209.237.226.90; // ns.hyperreal.org  NOTE: Hyperreal using DJB's tinydns so notifies aren't used.  TTL of 1 hour instead
         	209.237.226.92; // ns.hyperreal.org
-        	//67.91.233.27;   // ns1.kluge.net - removed 2011-11-1 kam
                 64.142.100.92;  // sonic.net as of sep 2008
 	};
 
 	allow-transfer {
         	209.237.226.90; // ns.hyperreal.org
         	209.237.226.92; // ns.hyperreal.org
-		209.237.226.84; // ns.hyperreal.org
-        	//67.91.233.27;   // ns1.kluge.net - removed 2011-11-1 kam
                 64.142.100.92;  // sonic.net as of sep 2008
                 64.142.8.20;    // sonic.net as of sep 2008
 	};