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

Arnt Gulbrandsen <arnt@gulbrandsen.priv.no> Tue, 16 July 2019 19:46 UTC

Return-Path: <arnt@gulbrandsen.priv.no>
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 C2FEA120623 for <art@ietfa.amsl.com>; Tue, 16 Jul 2019 12:46:49 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.998
X-Spam-Level:
X-Spam-Status: No, score=-1.998 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, SPF_HELO_NONE=0.001, SPF_NONE=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=gulbrandsen.priv.no
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 DFelvCkppf8B for <art@ietfa.amsl.com>; Tue, 16 Jul 2019 12:46:47 -0700 (PDT)
Received: from stabil.gulbrandsen.priv.no (stabil.gulbrandsen.priv.no [IPv6:2a01:4f8:191:91a8::3]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B5591120610 for <art@ietf.org>; Tue, 16 Jul 2019 12:46:47 -0700 (PDT)
Received: from stabil.gulbrandsen.priv.no (stabil.gulbrandsen.priv.no [IPv6:2a01:4f8:191:91a8::3]) by stabil.gulbrandsen.priv.no (Postfix) with ESMTP id 60FD8C008D; Tue, 16 Jul 2019 20:49:40 +0100 (IST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gulbrandsen.priv.no; s=mail; t=1563306580; bh=Oa6zXDsz0QefnyXtK6SQYNnYbKBkg1dNK7XUu6T9QDk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=QlEN7Xcux5SwqI93lvbEg5xQCezM55Vvj/75E2E4+l4NH8sPc1w5hRtjshmdfRKC6 AdMsuWEFACrxV01gViTUwZZDYkh+XkehnzN/xQ/p0Q39xFvAyHWR/K/7Uz1G1RNSGr RyHAdQLBo5K2j/mO/o0aRImHDsZf7bDYVqFrPu7w=
Received: from arnt@gulbrandsen.priv.no by stabil.gulbrandsen.priv.no (Archiveopteryx 3.2.0) with esmtpsa id 1563306579-18748-18745/9/13; Tue, 16 Jul 2019 19:49:39 +0000
From: Arnt Gulbrandsen <arnt@gulbrandsen.priv.no>
To: art@ietf.org
Date: Tue, 16 Jul 2019 21:46:42 +0200
Mime-Version: 1.0
Message-Id: <5a9cbe8d-2005-4cbb-9f23-87fda1898125@gulbrandsen.priv.no>
In-Reply-To: <alpine.OSX.2.21.9999.1907161527040.58488@ary.qy>
References: <eme8317959-26f9-4a9d-b2be-d2f8cb0961f6@sydney> <20190716050506.BA8894C5D36@ary.qy> <emf7e4da87-5975-484c-8fe3-47863fb4cfd3@sydney> <alpine.OSX.2.21.9999.1907161527040.58488@ary.qy>
User-Agent: Trojita/0.7; Qt/5.7.1; xcb; Linux; Devuan GNU/Linux 2.0 (ascii)
Content-Type: text/plain; charset="utf-8"; format="flowed"
Archived-At: <https://mailarchive.ietf.org/arch/msg/art/jFT34YUx7INyGVUf14z56nN02BI>
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: Tue, 16 Jul 2019 19:46:56 -0000

John Levine:
> Yes, I realize that.  But my point is that the scheme I show 
> actually exists, whereas webfinger in MUAs does not.

And it has a little over ten years of deployment history, so it works for 
quite a lot of users now. Anything that's functionally similar but not 
compatible (from the viewpoint of domain owners) will have to work hard to 
gain that deployment.

Arnt