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


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

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

Path csiph.com!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!feeder.usenetexpress.com!tr2.eu1.usenetexpress.com!news.uzoreto.com!news.etla.org!nntp-feed.chiark.greenend.org.uk!ewrotcd!usenet-its.stanford.edu!usenet.stanford.edu!not-for-mail
From Matthew Richardson <matthew-l@itconsult.co.uk>
Newsgroups comp.protocols.dns.bind
Subject Re: Dumb Question is an A or AAAA record required?
Date Thu, 09 Jul 2020 15:06:27 +0100
Organization I. T. Consultancy Limited, Jersey
Lines 62
Approved bind-users@lists.isc.org
Message-ID <mailman.673.1594303563.942.bind-users@lists.isc.org> (permalink)
References <B1C7B197-34CE-42AB-92CC-69F65B35D3FD@kreme.com> <7ab19939-3025-c874-e5a4-97721eb435fc@ripe.net> <ep8egf1jv84i97uev69vr17ld66g4fave6@m78>
NNTP-Posting-Host lists.isc.org
Mime-Version 1.0
Content-Type text/plain; charset=us-ascii
Content-Transfer-Encoding 7bit
X-Trace usenet.stanford.edu 1594303597 19278 149.20.1.60 (9 Jul 2020 14:06:37 GMT)
X-Complaints-To action@cs.stanford.edu
To bind-users <bind-users@lists.isc.org>
Return-Path <matthew-l@itconsult.co.uk>
X-Original-To bind-users@lists.isc.org
Delivered-To bind-users@lists.isc.org
DKIM-Filter OpenDKIM Filter v2.11.0 m78.itconsult.net DF3EE8596C4
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=itconsult.co.uk; s=itcl-200420; t=1594303587; bh=gpiYw8zO6ejfz1izpU9sG1IqXKVgdjKJon+VDSxNWX4=; h=From:To:Subject:Date:References:In-Reply-To:From; b=B7PNproP3XcZQCi8AEYIqOz4WBfyEJNXwmLh2ZcP0ycl5imOH9i9XkTOJxwP0RDcU 91JCIcaq5SlOY9A3VL4nTrCzXbdMDaXwgmAlJeal71t2cmdTcRyXyKkei1rRXYyw6h mUOjH7lFWK6bfoWAElVwl7Fj10oFoEYJjjLOQpfHDLOGRBEBnU0Jkl5MrlSsDO/13F ASJHIptSGwwmJY636pV8fzTvdORPrNPMwHZtq/2VRCqP2bF7QDFZteFsHO+6UohEgx n2BKIGngc1rmXGmRcYdcXQHuxo/fYd/OALCUI5UvXylLOOMX2lxOHQepwsa3ccugwB ZVvhnh5XZ3ssA==
In-Reply-To <7ab19939-3025-c874-e5a4-97721eb435fc@ripe.net>
X-Mailer Forte Agent 1.93/32.576 English (American)
X-Spam-Status No, score=2.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,DKIM_VALID_EF,KAM_COUK,KAM_MXURI,KAM_SHORT,SPF_HELO_PASS, SPF_PASS autolearn=disabled version=3.4.2
X-Spam-Level **
X-Spam-Checker-Version SpamAssassin 3.4.2 (2018-09-13) on mx.pao1.isc.org
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 <ep8egf1jv84i97uev69vr17ld66g4fave6@m78>
X-Mailman-Original-References <B1C7B197-34CE-42AB-92CC-69F65B35D3FD@kreme.com> <7ab19939-3025-c874-e5a4-97721eb435fc@ripe.net>
Xref csiph.com comp.protocols.dns.bind:15950

Show key headers only | View raw


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

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


Thread

Re: Dumb Question is an A or AAAA record required? Matthew Richardson <matthew-l@itconsult.co.uk> - 2020-07-09 15:06 +0100

csiph-web