Re: [Shutup] [ietf-smtp] Fwd: New Version Notification for draft-fenton-smtp-require-tls-00.txt

Jim Fenton <fenton@bluepopcorn.net> Mon, 11 January 2016 19:26 UTC

Return-Path: <fenton@bluepopcorn.net>
X-Original-To: shutup@ietfa.amsl.com
Delivered-To: shutup@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 996891A908C; Mon, 11 Jan 2016 11:26:01 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.002
X-Spam-Level:
X-Spam-Status: No, score=-2.002 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001] 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 2fgU4zhPIzlg; Mon, 11 Jan 2016 11:25:59 -0800 (PST)
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 548991A908A; Mon, 11 Jan 2016 11:25:53 -0800 (PST)
Received: from splunge.local ([12.130.117.99]) (authenticated bits=0) by v2.bluepopcorn.net (8.14.3/8.14.3/Debian-9.4) with ESMTP id u0BJPlg6030786 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Mon, 11 Jan 2016 11:25:50 -0800
To: John Levine <johnl@taugh.com>, ietf-smtp@ietf.org, shutup@ietf.org
References: <20160111163401.48404.qmail@ary.lan>
From: Jim Fenton <fenton@bluepopcorn.net>
X-Enigmail-Draft-Status: N1110
Message-ID: <569401A8.70507@bluepopcorn.net>
Date: Mon, 11 Jan 2016 11:25:28 -0800
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:38.0) Gecko/20100101 Thunderbird/38.5.1
MIME-Version: 1.0
In-Reply-To: <20160111163401.48404.qmail@ary.lan>
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bluepopcorn.net; s=supersize; t=1452540352; bh=TK0sT0Cs8o/awp0OPkzv26iszJpvM1N3NHSY5ts/Qfo=; h=Subject:To:References:From:Date:In-Reply-To; b=m7qn1468kso1BwsiY8gu5Zxnei4d+6sYA4JVQPwcvn8QptwF6JYbGiDSEKpzNAWUG W22Su2cHn7pzfkZQ/H9ttsWbAy8PI+D7viGLa6w4xMQo1bRjYN1IcONjHGUGanKbes wzi7dleg9aqhA72qRfdVxpvbEmPO0HcOlneUvSm8=
Archived-At: <http://mailarchive.ietf.org/arch/msg/shutup/tdCsc6Ghdi7sq3feoo4LDss5WrI>
Subject: Re: [Shutup] [ietf-smtp] Fwd: New Version Notification for draft-fenton-smtp-require-tls-00.txt
X-BeenThere: shutup@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: SMTP Headers Unhealthy To User Privacy <shutup.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/shutup>, <mailto:shutup-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/shutup/>
List-Post: <mailto:shutup@ietf.org>
List-Help: <mailto:shutup-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/shutup>, <mailto:shutup-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 11 Jan 2016 19:26:01 -0000

On 1/11/16 8:34 AM, John Levine wrote:
>>> Only sort of.  In this case, the downgrade path is obvious, you
>>> ignore the TLS flag and send the message along.
>> That's the opposite of the goal here. SMTP makes tries to delivery
>> messages, even if that results in a downgrade in security. The goal here
>> is to fail the transmission of REQUIRETLS tagged messages that can't be
>> sent in accordance with the originator's security requirements.
> Of course, but there's no reason for recipient MTAs to pay any
> attention to the tag if they don't want to.  There is no penalty to
> them for doing so.  With EAI there's at least the penalty of messages
> getting smashed.

Misbehavior by MTAs is outside the scope of the threat model for SMTP
TLS. I have already described how such behavior could be detected; the
erosion of trust resulting from that is likely to be harmful to the mail
provider's business model.

-Jim