Re: [dane] email canonicalization for SMIMEA owner names

Mark Andrews <marka@isc.org> Fri, 12 December 2014 01:00 UTC

Return-Path: <marka@isc.org>
X-Original-To: dane@ietfa.amsl.com
Delivered-To: dane@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 2BFEE1A90E6 for <dane@ietfa.amsl.com>; Thu, 11 Dec 2014 17:00:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.911
X-Spam-Level:
X-Spam-Status: No, score=-6.911 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cCn6YYB7TWWF for <dane@ietfa.amsl.com>; Thu, 11 Dec 2014 17:00:13 -0800 (PST)
Received: from mx.ams1.isc.org (mx.ams1.isc.org [199.6.1.65]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 5BF281A90C8 for <dane@ietf.org>; Thu, 11 Dec 2014 17:00:13 -0800 (PST)
Received: from zmx1.isc.org (zmx1.isc.org [149.20.0.20]) by mx.ams1.isc.org (Postfix) with ESMTP id F34591FCD01 for <dane@ietf.org>; Fri, 12 Dec 2014 01:00:09 +0000 (UTC)
Received: from zmx1.isc.org (localhost [127.0.0.1]) by zmx1.isc.org (Postfix) with ESMTP id C3EA8160068 for <dane@ietf.org>; Fri, 12 Dec 2014 01:04:42 +0000 (UTC)
Received: from rock.dv.isc.org (c211-30-183-50.carlnfd1.nsw.optusnet.com.au [211.30.183.50]) by zmx1.isc.org (Postfix) with ESMTPSA id 8CE1716005C for <dane@ietf.org>; Fri, 12 Dec 2014 01:04:42 +0000 (UTC)
Received: from rock.dv.isc.org (localhost [IPv6:::1]) by rock.dv.isc.org (Postfix) with ESMTP id 2F78C254FBF3 for <dane@ietf.org>; Fri, 12 Dec 2014 12:00:07 +1100 (EST)
To: dane@ietf.org
From: Mark Andrews <marka@isc.org>
References: <95826148-4F06-4942-87A4-2F6601BA0F90@nist.gov> <20141211221456.GI3448@localhost> <20141211235519.GO25666@mournblade.imrryr.org> <20141212000953.B0FE5254EAE8@rock.dv.isc.org> <20141212003130.GQ25666@mournblade.imrryr.org> <20141212004131.09FDB254F4F4@rock.dv.isc.org> <20141212005550.GR25666@mournblade.imrryr.org>
In-reply-to: Your message of "Fri, 12 Dec 2014 00:55:50 -0000." <20141212005550.GR25666@mournblade.imrryr.org>
Date: Fri, 12 Dec 2014 12:00:07 +1100
Message-Id: <20141212010007.2F78C254FBF3@rock.dv.isc.org>
Archived-At: http://mailarchive.ietf.org/arch/msg/dane/c1CFHBWAkkAADn_1THV20d9e2aI
Subject: Re: [dane] email canonicalization for SMIMEA owner names
X-BeenThere: dane@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DNS-based Authentication of Named Entities <dane.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/dane>, <mailto:dane-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/dane/>
List-Post: <mailto:dane@ietf.org>
List-Help: <mailto:dane-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/dane>, <mailto:dane-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 12 Dec 2014 01:00:17 -0000

In message <20141212005550.GR25666@mournblade.imrryr.org>, Viktor Dukhovni writ
es:
> On Fri, Dec 12, 2014 at 11:41:30AM +1100, Mark Andrews wrote:
> 
> > > If we're really going to do this as a direct query to the remote
> > > domain (and not a DNSSEC lookup), perhaps the right application
> > > protocol is some sort of minimal SMTP over SSL on a port indicated
> > > by the SRV record:
> > > 
> > >     <tcp connect>
> > >     C/S: <TLS handshake>
> > >     C: SMIMEA "Frank.Jr."@example.com
> > >     S: 250-3 1 1 <blob1>
> > >     S: 250 3 1 2 <blob2>
> > >     <TCP disconnect>
> > 
> > But not port 25.  That is blocked too often.
> 
> Absolutely, this would be an additional service on some other port,
> indicated via SRV records, and authenticated via DANE TLSA records.
> 
> The downside of something other than HTTPS or DNS, is that while
> less likely to be blocked for anti-spam reasons, this is likely to
> be inaccessible to MUAs inside various firewalled environments.
> 
> Perhaps a sufficiently light-weight http encapsulation is right
> after all, and MTA authors might be able to implement just enough
> HTTPS to still support this as an MTA feature.
> 
> In Postfix this would be a separate program that runs out of
> "master.cf", but uses the Postfix table facilities to get the data
> out of any supported datastore (including LDAP!).
> 
> This however takes far away from any similarity to the SMIMEA draft
> as it is today.  Is it really time to throw it all away and start
> again?

Yes.  It's just a pity it has taken so long for other to realise this.
 
> -- 
> 	Viktor.
> 
> _______________________________________________
> dane mailing list
> dane@ietf.org
> https://www.ietf.org/mailman/listinfo/dane
-- 
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: marka@isc.org