Re: [art] Auto-configuring Email Clients via WebFinger

"Paul E. Jones" <paulej@packetizer.com> Thu, 25 July 2019 04:09 UTC

Return-Path: <paulej@packetizer.com>
X-Original-To: art@ietfa.amsl.com
Delivered-To: art@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 8A7211201E2 for <art@ietfa.amsl.com>; Wed, 24 Jul 2019 21:09:04 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.999
X-Spam-Level:
X-Spam-Status: No, score=-1.999 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=0.001, SPF_PASS=-0.001, UNPARSEABLE_RELAY=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=packetizer.com
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 ceSIjMA17dDG for <art@ietfa.amsl.com>; Wed, 24 Jul 2019 21:09:02 -0700 (PDT)
Received: from dublin.packetizer.com (dublin.packetizer.com [IPv6:2600:1f18:24d6:2e01:e842:9b2b:72a2:d2c6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 591371201C5 for <art@ietf.org>; Wed, 24 Jul 2019 21:09:02 -0700 (PDT)
Received: from authuser (localhost [127.0.0.1])
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=packetizer.com; s=dublin; t=1564027740; bh=PVpkySzQh3GH3QT0/EyLvd5eQOl798Zz472SjAKdMI4=; h=From:To:Subject:Cc:Date:In-Reply-To:References:Reply-To; b=NHUta9X/khdMJMkzbGCdJdWPBgg2+4WzNW7pdU67czVjdazwFXgmmv+F/+nTwHy3Q sPAicwWrFbIFZcORunCEa/qMvcFJOaGSclCj15KcjiXAGXxyAatjTcVnT26IM0AvIJ VsBUWqhgp1dgoZVKGdpBnyiAoU15CZnMVhA6WJvE=
From: "Paul E. Jones" <paulej@packetizer.com>
To: Dave Cridland <dave@cridland.net>, John R Levine <johnl@taugh.com>
Cc: "General Area Review Team (gen-art@ietf.org)" <art@ietf.org>
Date: Thu, 25 Jul 2019 04:08:57 +0000
Message-Id: <emcdd0350d-c74e-4e88-9c5d-aa68b4128984@sydney>
In-Reply-To: <CAKHUCzya4dZ5sdTxYvcC4n4Guo_AKU7E42iGC2vq05tUwZw38Q@mail.gmail.com>
References: <CAKHUCzzS+k_DUwaBcvTH_68G4JS_6UHA=b6Ak49HuPVgta6zwg@mail.gmail.com> <20190720050445.925A852550A@ary.qy> <CAKHUCzwxTYbtV8vYyyzRtF_XfcX8KmfaSRjX3tsc1ZY_0eBR3g@mail.gmail.com> <alpine.BSF.2.21.9999.1907231225350.69540@gal.iecc.com> <CAKHUCzya4dZ5sdTxYvcC4n4Guo_AKU7E42iGC2vq05tUwZw38Q@mail.gmail.com>
Reply-To: "Paul E. Jones" <paulej@packetizer.com>
User-Agent: eM_Client/7.2.35595.0
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="------=_MB4FB63F96-DE69-459D-A92C-A74DFBEBFE0A"
Archived-At: <https://mailarchive.ietf.org/arch/msg/art/9JNyerwVTV2VL3vObwBAonQoDSA>
Subject: Re: [art] Auto-configuring Email Clients via WebFinger
X-BeenThere: art@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Applications and Real-Time Area Discussion <art.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/art>, <mailto:art-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/art/>
List-Post: <mailto:art@ietf.org>
List-Help: <mailto:art-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/art>, <mailto:art-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 25 Jul 2019 04:09:05 -0000

Dave,

>We could bake that functionality into the autoconfig fomat, of course, 
>but it feels like refreshing the config can happen at a different 
>cadence to a SRV lookup, and besides, SRV works well.

It works well for the simplest use case, but SRV records are really 
limited. I can name a three things SRV records cannot do today that are 
effectively render it useless for me:

1) It cannot tell the MUA the login ID to use (which may or may not be 
the email address) [or what credential mechanism to use]

2) It cannot specify (if I recall) that TLS must be used per corporate 
policy [this is important since both IMAP and mail submission generally 
offer STARTTLS as an option]

3) It doesn't allow specifying different servers for different users

Paul