Path: csiph.com!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!news.uzoreto.com!news.etla.org!nntp-feed.chiark.greenend.org.uk!ewrotcd!usenet-its.stanford.edu!usenet.stanford.edu!not-for-mail From: Anand Buddhdev Newsgroups: comp.protocols.dns.bind Subject: Re: Dumb Question is an A or AAAA record required? Date: Thu, 9 Jul 2020 17:06:13 +0200 Lines: 14 Approved: bind-users@lists.isc.org Message-ID: References: <7ab19939-3025-c874-e5a4-97721eb435fc@ripe.net> <4250d5b0-65a7-2ee9-eb38-fa5c88734cf3@ripe.net> NNTP-Posting-Host: lists.isc.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: usenet.stanford.edu 1594307181 21056 149.20.1.60 (9 Jul 2020 15:06:21 GMT) X-Complaints-To: action@cs.stanford.edu To: Matthew Richardson , bind-users Return-Path: X-Original-To: bind-users@lists.isc.org Delivered-To: bind-users@lists.isc.org User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 In-Reply-To: Content-Language: en-GB X-ACL-Warn: Delaying message X-RIPE-Signature: 55cb38632435e2bda366ab4462548c1f464e8d51be17827b3a8708f53a477f61 X-Spam-Status: No, score=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW, SPF_HELO_NONE,SPF_PASS autolearn=disabled version=3.4.2 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <4250d5b0-65a7-2ee9-eb38-fa5c88734cf3@ripe.net> X-Mailman-Original-References: <7ab19939-3025-c874-e5a4-97721eb435fc@ripe.net> Xref: csiph.com comp.protocols.dns.bind:15957 On 09/07/2020 16:06, Matthew Richardson 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. Note that *delivery* will only happen if that A record were actually listening on tcp/25 and accepting SMTP connections. No-one should be opening up the SMTP port on a server meant to serve only HTTP(S) traffic. Anyone who does that deserves what they get for making such poor decisions. Anand