Re: [Uta] REQUIRETLS: another SMTP TLS mechanism

Jim Fenton <fenton@bluepopcorn.net> Fri, 25 March 2016 19:12 UTC

Return-Path: <fenton@bluepopcorn.net>
X-Original-To: uta@ietfa.amsl.com
Delivered-To: uta@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id A375512D1E3 for <uta@ietfa.amsl.com>; Fri, 25 Mar 2016 12:12:51 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.011
X-Spam-Level:
X-Spam-Status: No, score=-2.011 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=bluepopcorn.net
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 LIHy2q2KbuMY for <uta@ietfa.amsl.com>; Fri, 25 Mar 2016 12:12:50 -0700 (PDT)
Received: from v2.bluepopcorn.net (v2.bluepopcorn.net [IPv6:2607:f2f8:a994::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 0E03E12D657 for <uta@ietf.org>; Fri, 25 Mar 2016 12:12:50 -0700 (PDT)
Received: from [IPv6:2001:470:1f05:bfe::3] ([IPv6:2001:470:1f05:bfe::3]) (authenticated bits=0) by v2.bluepopcorn.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id u2PJCm4q010484 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for <uta@ietf.org>; Fri, 25 Mar 2016 12:12:49 -0700
To: uta@ietf.org
References: <56F49E9B.2090403@bluepopcorn.net> <56F54A08.1070102@wizmail.org>
From: Jim Fenton <fenton@bluepopcorn.net>
Message-ID: <56F58DB0.4090209@bluepopcorn.net>
Date: Fri, 25 Mar 2016 12:12:48 -0700
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0
MIME-Version: 1.0
In-Reply-To: <56F54A08.1070102@wizmail.org>
Content-Type: text/plain; charset="windows-1252"
Content-Transfer-Encoding: quoted-printable
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bluepopcorn.net; s=supersize; t=1458933169; bh=isTlqW1+m5O9OYo8aPl5L8JhRiwY8qzKa6Qxb6IBl3U=; h=Subject:To:References:From:Date:In-Reply-To; b=KRGqLQSPOrbiWDdF/8dDOmAVmCsd6CqgPvCd3rJAIESNVVhOr1uikU+dL/hV50Z/f woGt1YIB0EV6ITifDiy6qfX24urASdnKzvsWtO+lAkp5x2lFXWxqphI44mw847I2BM L4AbwNAaD3q10hvm6lO9o8C9Te69hqlCZdQLVIGY=
Archived-At: <http://mailarchive.ietf.org/arch/msg/uta/6nzXGcE24Qq5cxIu6k_tiChEx6E>
Subject: Re: [Uta] REQUIRETLS: another SMTP TLS mechanism
X-BeenThere: uta@ietf.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: UTA working group mailing list <uta.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/uta>, <mailto:uta-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/uta/>
List-Post: <mailto:uta@ietf.org>
List-Help: <mailto:uta-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/uta>, <mailto:uta-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 25 Mar 2016 19:12:51 -0000

On 03/25/2016 07:24 AM, Jeremy Harris wrote:
> On 25/03/16 02:12, Jim Fenton wrote:
>>  draft-fenton-smtp-require-tls-01
>> The idea here is that REQUIRETLS allows the SMTP client to override the
>> default "deliver even if you can't do it securely" behavior of SMTP. The
>> philosophy is that the sender of the message (SMTP client) is in the
>> best position to know if a given message should only be sent via TLS,
>> either based on some information it has about the sensitivity of the
>> message or based on the client's local policy.
> - The draft does not mention alias-style forwarding done by an MTA;
>   perhaps it could?  A 1-1 alias would seems to be easily covered,
>   but 1-to-many (mail-exploder) aliases may need more thought.

REQUIRETLS is about satisfying the sender's expectations about how
onward transmission of the message takes place. As a sender, my
expectations wouldn't change if an MTA forwarded the message to more
than one recipient, so I would want REQUIRETLS to be applied to all of
the onward forwards. I agree, this could be more explicit.
>
> - I assume that mailing-list forwarding is not intended to be covered.
>   Perhaps that should be explicit.

We had a little discussion about mailing lists and REQUIRETLS on the
ietf-smtp list. Mailing lists (as distinct from mail
forwarders/exploders, above) originate a new message from the mailing
list. So I would expect REQUIRETLS from a mailing list to be at the
option of the list operator, although it would be a good practice in
many cases to follow the REQUIRETLS practices of the incoming message. 
Agree on making this more explicit, too.

-Jim