Date: Tue, 12 Oct 2010 09:22:52 -0700 From: Chuck Swiger <cswiger@mac.com> To: Tom Evans <tevans.uk@googlemail.com> Cc: Ian Smith <smithi@nimnet.asn.au>, net@freebsd.org Subject: Re: strange resolver behavour Message-ID: <09A363D1-B678-42E2-A841-D762D631D07B@mac.com> In-Reply-To: <AANLkTi=FLBtpmnB-08Xxj3=Aqe7k24qPmn0CVB9cFE6J@mail.gmail.com> References: <4CB2AF28.30309@rdtc.ru> <20101012152857.X2036@sola.nimnet.asn.au> <AANLkTikKQO%2BjQy=2pNMngdPGaY1AO7Bqwt-Dd0sK1Ufd@mail.gmail.com> <20101013010757.N2036@sola.nimnet.asn.au> <AANLkTi=FLBtpmnB-08Xxj3=Aqe7k24qPmn0CVB9cFE6J@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Oct 12, 2010, at 8:30 AM, Tom Evans wrote: >> Taking the '5.3. Master file example' in RFC1035, what is the A response >> for 'ISI.EDU.' where the domain itself has no specific A RR? Would it >> be that of VENERA.ISI.EDU, or that of the first A listed, ie A.ISI.EDU? > > That domain has an MX record, so it wouldn't do either. When I do a > dig isi.edu, I just get a single A record, so I would assume an SMTP > server would attempt to deliver mail there. No, it would use the published MX records for the domain, and would first try delivering to vapor.isi.edu as the lowest precedence MX host listed: % dig -t mx isi.edu ; <<>> DiG 9.6.0-APPLE-P2 <<>> -t mx isi.edu ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 9344 ;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;isi.edu. IN MX ;; ANSWER SECTION: isi.edu. 706 IN MX 30 boreas.isi.edu. isi.edu. 706 IN MX 50 yin.isi.edu. isi.edu. 706 IN MX 10 vapor.isi.edu. isi.edu. 706 IN MX 20 nitro.isi.edu. Only if no MX records were found, would an MTA fall back to using the A record here: ;; QUESTION SECTION: ;isi.edu. IN A ;; ANSWER SECTION: isi.edu. 86123 IN A 128.9.176.20 Regards, -- -Chuck
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?09A363D1-B678-42E2-A841-D762D631D07B>