Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.protocols.dns.bind > #15952

Re: Dumb Question is an A or AAAA record required?

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!tncsrv06.tnetconsulting.net!nntp.terraraq.uk!nntp-feed.chiark.greenend.org.uk!ewrotcd!usenet-its.stanford.edu!usenet.stanford.edu!not-for-mail
From Ondřej Surý <ondrej@isc.org>
Newsgroups comp.protocols.dns.bind
Subject Re: Dumb Question is an A or AAAA record required?
Date Thu, 9 Jul 2020 16:10:09 +0200
Lines 96
Approved bind-users@lists.isc.org
Message-ID <mailman.675.1594303784.942.bind-users@lists.isc.org> (permalink)
References <ep8egf1jv84i97uev69vr17ld66g4fave6@m78> <297C5425-C5A1-498C-B112-E2013CC1254E@isc.org>
NNTP-Posting-Host lists.isc.org
Mime-Version 1.0 (1.0)
Content-Type text/plain; charset=utf-8
Content-Transfer-Encoding quoted-printable
X-Trace usenet.stanford.edu 1594303818 19295 149.20.1.60 (9 Jul 2020 14:10:18 GMT)
X-Complaints-To action@cs.stanford.edu
Cc bind-users <bind-users@lists.isc.org>
To Matthew Richardson <matthew-l@itconsult.co.uk>
Return-Path <ondrej@isc.org>
X-Original-To bind-users@lists.isc.org
Delivered-To bind-users@lists.isc.org
In-Reply-To <ep8egf1jv84i97uev69vr17ld66g4fave6@m78>
X-Mailer iPhone Mail (17G5059c)
X-BeenThere bind-users@lists.isc.org
X-Mailman-Version 2.1.29
Precedence list
List-Id BIND Users Mailing List <bind-users.lists.isc.org>
List-Unsubscribe <https://lists.isc.org/mailman/options/bind-users>, <mailto:bind-users-request@lists.isc.org?subject=unsubscribe>
List-Archive <https://lists.isc.org/pipermail/bind-users/>
List-Post <mailto:bind-users@lists.isc.org>
List-Help <mailto:bind-users-request@lists.isc.org?subject=help>
List-Subscribe <https://lists.isc.org/mailman/listinfo/bind-users>, <mailto:bind-users-request@lists.isc.org?subject=subscribe>
X-Mailman-Original-Message-ID <297C5425-C5A1-498C-B112-E2013CC1254E@isc.org>
X-Mailman-Original-References <ep8egf1jv84i97uev69vr17ld66g4fave6@m78>
Xref csiph.com comp.protocols.dns.bind:15952

Show key headers only | View raw


Missing MX, there’s actually syntax accepted by major SMTP servers to disable SMTP for domain:

example.com. MX 0 .

Ondrej
--
Ondřej Surý — ISC

> On 9 Jul 2020, at 16:06, Matthew Richardson <matthew-l@itconsult.co.uk> wrote:
> 
> On a related issues there were (perhaps long ago) issues if the A record
> for a domain had an SMTP server on it, where email could sometimes be
> delivered to that A record rather than the MX.  I had (again long ago:
> 10-15 years) actually seen this occur.
> 
> Do people think that this problem could still occur these days?  What sort
> of transient (presumably DNS) failure might cause an SMTP server to deliver
> to A rather than MX?
> 
> Best wishes,
> Matthew
> 
> ------
>> From: Anand Buddhdev <anandb@ripe.net>
>> To: "@lbutlr" <kremels@kreme.com>, bind-users <bind-users@lists.isc.org>
>> Cc: 
>> Date: Thu, 9 Jul 2020 14:43:04 +0200
>> Subject: Re: Dumb Question is an A or AAAA record required?
> 
>>> On 09/07/2020 14:21, @lbutlr wrote:
>>> 
>>> Given a domain that is hosted and used for email and web, is an A
>>> record for that domain actually required?
>> 
>> It's not *required*. But see below.
>> 
>>> That is, if bob.tld is hosted by example.com can you simply have
>>> 
>>>    NS ns1.example.com
>>>    NS ns2.example.com
>>>    MX mx.example.com
>>> 
>>> www    CNAME www.example.com
>>> 
>>> Without specifying
>>> 
>>>    A 11.22.33.444
>> 
>> These days, many folk try to reach websites by typing just the bare 
>> domain name without the "www" prefix.
>> 
>> If a user types "bob.tld" into a browser, the browser will issue an 
>> address lookup for "bob.tld", causing the resolver to ask for A and AAAA 
>> records for "bob.tld". If you don't have an A record at the zone apex, 
>> the browser will not get back any address and display an error message 
>> for the user. An alert user might try "www.bob.tld" but most users are 
>> likely to just give up.
>> 
>> So while it's not *required* to have an address record at the apex, it's 
>> good practice to have one.
>> 
>> Anand
>> _______________________________________________
>> Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list
>> 
>> ISC funds the development of this software with paid support subscriptions. Contact us at https://www.isc.org/contact/ for more information.
>> 
>> 
>> bind-users mailing list
>> bind-users@lists.isc.org
>> https://lists.isc.org/mailman/listinfo/bind-users
> 
> _______________________________________________
> Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list
> 
> ISC funds the development of this software with paid support subscriptions. Contact us at https://www.isc.org/contact/ for more information.
> 
> 
> bind-users mailing list
> bind-users@lists.isc.org
> https://lists.isc.org/mailman/listinfo/bind-users

Back to comp.protocols.dns.bind | Previous | Next | Find similar


Thread

Re: Dumb Question is an A or AAAA record required? Ondřej Surý <ondrej@isc.org> - 2020-07-09 16:10 +0200

csiph-web