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 2006/05/07 06:06:06 UTC

svn commit: r400411 - in /spamassassin/dns: named-other.conf named.conf

Author: felicity
Date: Sat May  6 21:06:04 2006
New Revision: 400411

URL: http://svn.apache.org/viewcvs?rev=400411&view=rev
Log:
update my server's IP

Added:
    spamassassin/dns/named-other.conf
Modified:
    spamassassin/dns/named.conf

Added: spamassassin/dns/named-other.conf
URL: http://svn.apache.org/viewcvs/spamassassin/dns/named-other.conf?rev=400411&view=auto
==============================================================================
--- spamassassin/dns/named-other.conf (added)
+++ spamassassin/dns/named-other.conf Sat May  6 21:06:04 2006
@@ -0,0 +1,2 @@
+# this is where other zones and such should go which shouldn't be in svn,
+# typically non-SA related stuff.

Modified: spamassassin/dns/named.conf
URL: http://svn.apache.org/viewcvs/spamassassin/dns/named.conf?rev=400411&r1=400410&r2=400411&view=diff
==============================================================================
--- spamassassin/dns/named.conf (original)
+++ spamassassin/dns/named.conf Sat May  6 21:06:04 2006
@@ -29,15 +29,17 @@
 	notify explicit;
 	also-notify { 
         	209.237.226.90; // ns.hyperreal.org
-        	65.214.43.13;   // ns1.kluge.net
+        	67.91.233.27;   // ns1.kluge.net
         	208.201.224.9;  // sonic.net
         	208.201.224.164;// sonic.net
 	};
 
 	allow-transfer {
         	209.237.226.90; // ns.hyperreal.org
-        	65.214.43.13;   // ns1.kluge.net
+        	67.91.233.27;   // ns1.kluge.net
         	208.201.224.9;  // sonic.net
         	208.201.224.164;// sonic.net
 	};
 };
+
+include "/var/named/named-other.conf";