You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by fe...@apache.org on 2005/12/14 01:19:36 UTC

svn commit: r356654 - in /spamassassin/dns: named.conf spamassassin.org

Author: felicity
Date: Tue Dec 13 16:19:33 2005
New Revision: 356654

URL: http://svn.apache.org/viewcvs?rev=356654&view=rev
Log:
change around dns config a bit, tighten it down, add in new NS, etc.

Modified:
    spamassassin/dns/named.conf
    spamassassin/dns/spamassassin.org

Modified: spamassassin/dns/named.conf
URL: http://svn.apache.org/viewcvs/spamassassin/dns/named.conf?rev=356654&r1=356653&r2=356654&view=diff
==============================================================================
--- spamassassin/dns/named.conf (original)
+++ spamassassin/dns/named.conf Tue Dec 13 16:19:33 2005
@@ -2,18 +2,21 @@
 acl slaves {
 	209.237.226.90;	// ns.hyperreal.org
 	65.214.43.13;	// ns1.kluge.net
+	130.215.36.126; // alum.wpi.edu
+	208.201.224.9;  // sonic.net
+	208.201.224.164;// sonic.net
 };
 
 options {
 	directory "/var/named";
 	query-source address * port 53;
 
-	allow-transfer { slaves; };
 	pid-file "/tmp/named.pid";
-	recursion yes;
 	notify no;			// Leave it up to each zone ...
+	allow-transfer { none; };
 	interface-interval 0;		// We don't change interfaces ...
 	auth-nxdomain no;		// Conform to RFC1035
+	recursion no;
 };
 
 include "/var/named/named.keys";
@@ -32,4 +35,6 @@
 zone "spamassassin.org" {
 	type master;
 	file "spamassassin.org";
+	notify yes;
+	allow-transfer { slaves; };
 };

Modified: spamassassin/dns/spamassassin.org
URL: http://svn.apache.org/viewcvs/spamassassin/dns/spamassassin.org?rev=356654&r1=356653&r2=356654&view=diff
==============================================================================
--- spamassassin/dns/spamassassin.org (original)
+++ spamassassin/dns/spamassassin.org Tue Dec 13 16:19:33 2005
@@ -1,13 +1,17 @@
 $TTL 1h
 @		SOA	ns.spamassassin.org. pmc.spamassassin.apache.org. (
-			2005120900 ; serial
+			2005121301 ; serial
 			1D         ; refresh (1 day)
 			1H	   ; retry (1 hour)
  			1W         ; expire (1 week)
 			1H         ; minimum (1 day)
 			)
 
+			NS	a.auth-ns.sonic.net.
+			NS	b.auth-ns.sonic.net.
+			NS	c.auth-ns.sonic.net.
 			NS	ns.hyperreal.org.
+			NS	alum.wpi.edu.
 		  	NS  	ns1.kluge.net.
 
 			MX	10 mail.kluge.net.