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 2014/05/02 03:40:50 UTC

svn commit: r1591803 - in /spamassassin/dns: README spamassassin.org.d/soa_line

Author: kmcgrail
Date: Fri May  2 01:40:50 2014
New Revision: 1591803

URL: http://svn.apache.org/r1591803
Log:
more cleanups on DNS config

Modified:
    spamassassin/dns/README
    spamassassin/dns/spamassassin.org.d/soa_line

Modified: spamassassin/dns/README
URL: http://svn.apache.org/viewvc/spamassassin/dns/README?rev=1591803&r1=1591802&r2=1591803&view=diff
==============================================================================
--- spamassassin/dns/README (original)
+++ spamassassin/dns/README Fri May  2 01:40:50 2014
@@ -1,14 +1,18 @@
 DNS changes for spamassassin.org
 
+DNS for SpamAssassin.org is using a hidden master on spamassassin-vm.apache.org which is a box which replaced spamassassin.zones.apache.org when it catastrophically failed in April 2014.
+
 From: Theo Van Dinter <fe...@apache.org>
 Date: Sat, 17 Dec 2005 19:32:58 -0500 (16:32 PST)
 
 If you need to change things, please edit the spamassassin/dns files in svn in /etc/spamassassin-dns
-which is symlinked to /etc/named.conf and /var/named/.
+which is symlinked to /etc/named.conf and /var/named/
+
+Then do an "svn update" in /etc/spamassassin-dns/named on the spamassassin-vm box:
 
-Then do an "svn update" in /var/named on the zones box:
+  ssh spamassassin-vm.apache.org
 
-  ssh spamassassin.zones.apache.org
+  #THESE STEPS DO NOT WORK AND DO NOTHING
   ( cd /var/named; sudo svn update; chmod 1777 spamassassin.org.d )
   sudo -u updatesd \
             /home/updatesd/svn/spamassassin/build/mkupdates/tick_zone_serial

Modified: spamassassin/dns/spamassassin.org.d/soa_line
URL: http://svn.apache.org/viewvc/spamassassin/dns/spamassassin.org.d/soa_line?rev=1591803&r1=1591802&r2=1591803&view=diff
==============================================================================
--- spamassassin/dns/spamassassin.org.d/soa_line (original)
+++ spamassassin/dns/spamassassin.org.d/soa_line Fri May  2 01:40:50 2014
@@ -1,5 +1,5 @@
 @               SOA     ns.hyperreal.org. pmc.spamassassin.apache.org. (
-                        2014050100 ; serial
+                        2014050101 ; serial
                         1D         ; refresh (1 day)
                         1H         ; retry (1 hour)
                         31D        ; expire (1 month)