From owner-freebsd-questions@FreeBSD.ORG Sat Nov 26 23:32:02 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0338B16A41F for ; Sat, 26 Nov 2005 23:32:02 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from cobalt.antimatter.net (cobalt.antimatter.net [69.55.224.239]) by mx1.FreeBSD.org (Postfix) with ESMTP id B27E043D68 for ; Sat, 26 Nov 2005 23:31:57 +0000 (GMT) (envelope-from glenn@antimatter.net) Received: from glenn-mobile.antimatter.net (cpe-66-91-226-109.san.res.rr.com [66.91.226.109]) (authenticated bits=0) by cobalt.antimatter.net (8.13.4/8.13.4) with ESMTP id jAR01Y64014312 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 26 Nov 2005 16:01:36 -0800 X-MailKey: purple frogs are falling from the sky Message-Id: <6.2.3.4.2.20051126152021.07ae8140@cobalt.antimatter.net> X-Mailer: QUALCOMM Windows Eudora Version 6.2.3.4 Date: Sat, 26 Nov 2005 15:27:20 -0800 To: Greg Maruszeczka , freebsd-questions@freebsd.org From: Glenn Dawson In-Reply-To: <4388A23E.8080208@grokking.org> References: <20051120105719.19460df6.dick@nagual.st> <200511251553.17891.akbeech@gmail.com> <6.2.3.4.2.20051125171610.02addb80@cobalt.antimatter.net> <4388A23E.8080208@grokking.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: MX freebsd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Nov 2005 23:32:02 -0000 At 09:58 AM 11/26/2005, Greg Maruszeczka wrote: >Glenn Dawson wrote: > > At 04:53 PM 11/25/2005, Beecher Rintoul wrote: > > > >> On Friday 25 November 2005 03:43 pm, Francisco Reyes wrote: > >> > dick hoogendijk writes: > >> > > Any idea how long it takes until the MX freebsd mailservers know that > >> > > my mail relay has changed? It's three days ago now that I changed > >> my MX > >> > > records and still mail for nagual.st is routed to my old mx > >> > > mailservers. > >> > > > >> > >dig nagual.st mx > >> > > >> > ;;; QUESTION SECTION: > >> > ;nagual.st. IN MX > >> > > >> > ;; ANSWER SECTION: > >> > nagual.st. 86400 IN MX 10 mx1.mailhop.org. > >> > nagual.st. 86400 IN MX 20 mx2.mailhop.org. > >> > > >> > >bc > >> > > >> > 86400/3600 > >> > 24 > >> > > >> > > >> > Should only take a day based on the results above. > >> > > >> > The command to see your XM settings is > >> > dig mx > >> > >> Did you update the serial number when you changed the MX record? > >> Servers downline will not see the changes otherwise. > > > > > > Actually, the serial number is only used by the slave servers for a > > particular zone to decide whether or not a zone transfer is needed. > > > >I don't think that's entirely true. The serial number is also used by >named internally to determine whether to reload your zones, and hence, >to make the actual change in memory. AFAIK if you don't update the >serial number the change won't take effect. > >To confirm this I just ran `rndc reload` and then checked >/var/log/messages on my closest available OBSD name server. Reloaded >named.conf but NOT my zone files. Then I changed the serial on one of my >primary zone files and ran `rndc reload` again. This time syslog records >that both named.conf and that zone have been reloaded. Did you actually make a change to one of the zone files? or did you just look at logs? If you make a change to one of the zone files without changing the serial number, and then do rndc reload, the changes will be reflected in queries sent to that named process. To quote the fourth edition of "DNS and BIND" page 432: "When you reload the primary, it loads the updated zone file regardless of whether you've changed the serial number." -Glenn >Of course, the serial number change ALSO signals to slaves that they >need to update their copies. >_______________________________________________ >freebsd-questions@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-questions >To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"