Re: [Asrg] DNS basics, was overloading server names doesn't work

Douglas Otis <dotis@mail-abuse.org> Tue, 09 February 2010 19:25 UTC

Return-Path: <dotis@mail-abuse.org>
X-Original-To: asrg@core3.amsl.com
Delivered-To: asrg@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id DAF7D3A75BF for <asrg@core3.amsl.com>; Tue, 9 Feb 2010 11:25:31 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.414
X-Spam-Level:
X-Spam-Status: No, score=-6.414 tagged_above=-999 required=5 tests=[AWL=0.184, BAYES_00=-2.599, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_MED=-4]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aVWsQmL4KtHK for <asrg@core3.amsl.com>; Tue, 9 Feb 2010 11:25:31 -0800 (PST)
Received: from harry.mail-abuse.org (harry.mail-abuse.org [168.61.5.27]) by core3.amsl.com (Postfix) with ESMTP id 0A9DE3A75B3 for <asrg@irtf.org>; Tue, 9 Feb 2010 11:25:31 -0800 (PST)
Received: from sjc-office-nat-223.mail-abuse.org (gateway1.sjc.mail-abuse.org [168.61.5.81]) by harry.mail-abuse.org (Postfix) with ESMTP id 8433FA94765 for <asrg@irtf.org>; Tue, 9 Feb 2010 19:26:34 +0000 (UTC)
Message-ID: <4B71B6E7.1070009@mail-abuse.org>
Date: Tue, 09 Feb 2010 11:26:31 -0800
From: Douglas Otis <dotis@mail-abuse.org>
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1
MIME-Version: 1.0
To: asrg@irtf.org
References: <20100209012039.98092.qmail@simone.iecc.com> <4B70BCCB.5020405@dcrocker.net> <alpine.BSF.2.00.1002082110250.10191@simone.lan> <4B717F89.9060901@dcrocker.net> <alpine.BSF.2.00.1002091121080.5333@simone.lan> <4B719287.1000708@bbiw.net> <alpine.BSF.2.00.1002091154380.5333@simone.lan> <4B71AAC4.8000303@dcrocker.net>
In-Reply-To: <4B71AAC4.8000303@dcrocker.net>
Content-Type: multipart/alternative; boundary="------------030401070505010101030704"
Subject: Re: [Asrg] DNS basics, was overloading server names doesn't work
X-BeenThere: asrg@irtf.org
X-Mailman-Version: 2.1.9
Precedence: list
Reply-To: Anti-Spam Research Group - IRTF <asrg@irtf.org>
List-Id: Anti-Spam Research Group - IRTF <asrg.irtf.org>
List-Unsubscribe: <http://www.irtf.org/mailman/listinfo/asrg>, <mailto:asrg-request@irtf.org?subject=unsubscribe>
List-Archive: <http://www.irtf.org/mail-archive/web/asrg>
List-Post: <mailto:asrg@irtf.org>
List-Help: <mailto:asrg-request@irtf.org?subject=help>
List-Subscribe: <http://www.irtf.org/mailman/listinfo/asrg>, <mailto:asrg-request@irtf.org?subject=subscribe>
X-List-Received-Date: Tue, 09 Feb 2010 19:25:32 -0000

On 2/9/10 10:34 AM, Dave CROCKER wrote:
> On 2/9/2010 9:11 AM, John R Levine wrote:
>>>>>> Nope, that won't work. CNAMEs don't do a partial match.
>>> Where did I or anyone else specify a partial match?
>> The user thinks his POP server is called mail.btinternet.com. When he
>> looks up _report.mail.btinternet.com, what do you expect to happen?
> He'll get a TXT record back.  This is nothing but exactly the same 
> mechanism that is used for DKIM and SRV, albeit with a different 
> underscore subdomain.
This overlooks an issue created by SPF having defined TXT records 
without prefix labels to permit wildcard use.  A query for 
_report.mail.btinternet.com IN TXT might obtain an unexpected wildcard 
TXT record.  There is no registry related to disambiguating TXT 
records.  When used for DKIM, cryptography attests validity.    There 
might be a better chance for an SRV label registry of being developed.  
SRV records offers a means to establish redirection, having a similar 
effect as a CNAME.

By using SRV records, a receiving domain controls where reports are to 
be sent.  SRV records even allows for load balancing techniques.

-Doug