Date: Sun, 2 Jun 2002 15:21:28 +0200 From: Joost Bekkers <joost@bps.jodocus.org> To: Bill Moran <wmoran@potentialtech.com> Cc: FreeBSD Mailing List <freebsd-questions@FreeBSD.ORG> Subject: Re: obscure firewall and mail problem... Message-ID: <20020602152128.A3792@bps.jodocus.org> In-Reply-To: <3CF9F896.3000106@potentialtech.com>; from wmoran@potentialtech.com on Sun, Jun 02, 2002 at 06:51:02AM -0400 References: <200206020800.g52803901241@tao.thought.org> <3CF9F896.3000106@potentialtech.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jun 02, 2002 at 06:51:02AM -0400, Bill Moran wrote: > > The order in which things appear in the DNS config is important. Generally, > putting the MX record as the first record (after the SOA) works pretty well. > Not true, order is irrelevant in dns. You can put your records in any order you want, just make sure you use the correct name for the record. freebsd.org. 3600 IN SOA NS0.freebsd.org. hostmaster.freebsd.org. 102051802 1800 900 604800 1800 freebsd.org. 3600 IN NS ns1.root.com. freebsd.org. 3600 IN NS ns0.freebsd.org. www.freebsd.org. 3600 IN A 216.136.204.117 freebsd.org. 600 IN MX 10 hub.freebsd.org. is exactly the same as freebsd.org. 3600 IN SOA NS0.freebsd.org. hostmaster.freebsd.org. 102051802 1800 900 604800 1800 freebsd.org. 600 IN MX 10 hub.freebsd.org. freebsd.org. 3600 IN NS ns1.root.com. freebsd.org. 3600 IN NS ns0.freebsd.org. www.freebsd.org. 3600 IN A 216.136.204.117 -- greetz Joost joost@jodocus.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020602152128.A3792>