Re: [ietf-smtp] DSNs

Viktor Dukhovni <ietf-dane@dukhovni.org> Sat, 25 April 2020 18:48 UTC

Return-Path: <ietf-dane@dukhovni.org>
X-Original-To: ietf-smtp@ietfa.amsl.com
Delivered-To: ietf-smtp@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id B475C3A1334 for <ietf-smtp@ietfa.amsl.com>; Sat, 25 Apr 2020 11:48:01 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level:
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] autolearn=ham autolearn_force=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 WafiYn8SUgAb for <ietf-smtp@ietfa.amsl.com>; Sat, 25 Apr 2020 11:47:59 -0700 (PDT)
Received: from straasha.imrryr.org (straasha.imrryr.org [100.2.39.101]) (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 6CB653A1330 for <ietf-smtp@ietf.org>; Sat, 25 Apr 2020 11:47:59 -0700 (PDT)
Received: by straasha.imrryr.org (Postfix, from userid 1001) id A19F7540AA; Sat, 25 Apr 2020 14:47:57 -0400 (EDT)
Date: Sat, 25 Apr 2020 14:47:57 -0400
From: Viktor Dukhovni <ietf-dane@dukhovni.org>
To: ietf-smtp@ietf.org
Message-ID: <20200425184757.GW41308@straasha.imrryr.org>
Reply-To: ietf-smtp@ietf.org
References: <20200409230011.F039B17637D0@ary.qy> <alpine.OSX.2.22.407.2004091945050.80689@ary.qy> <20200410090430.GA75736@kiel.esmtp.org> <29104A0F-B9ED-4CD7-99B3-5A042375C68B@dukhovni.org> <r7fq4k$1nm5$1@gal.iecc.com> <C1A5FAAA942E0F363CA177C0@PSB> <20200425013624.GV41308@straasha.imrryr.org> <01RK47G4QUK0000058@mauve.mrochek.com> <22e05a3b-bf47-9d83-a340-720ca9a373c4@dcrocker.net>
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Disposition: inline
In-Reply-To: <22e05a3b-bf47-9d83-a340-720ca9a373c4@dcrocker.net>
User-Agent: Mutt/1.12.2 (2019-09-21)
Archived-At: <https://mailarchive.ietf.org/arch/msg/ietf-smtp/_PowNC9ysRifnm66-MzuSzpiWDk>
Subject: Re: [ietf-smtp] DSNs
X-BeenThere: ietf-smtp@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "Discussion of issues related to Simple Mail Transfer Protocol \(SMTP\) \[RFC 821, RFC 2821, RFC 5321\]" <ietf-smtp.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ietf-smtp>, <mailto:ietf-smtp-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/ietf-smtp/>
List-Post: <mailto:ietf-smtp@ietf.org>
List-Help: <mailto:ietf-smtp-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ietf-smtp>, <mailto:ietf-smtp-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sat, 25 Apr 2020 18:48:02 -0000

On Sat, Apr 25, 2020 at 07:56:56AM -0700, Dave Crocker wrote:

> On 4/25/2020 6:01 AM, Ned Freed wrote:
> > Aside from implementation errors, I've seen no operational problems with DSNs,
> > only with the DSN extension. The problem there is that some people have
> > claimed that since NOTIFY=SUCCESS is a part of the base and they don't want to
> > do it the only alternative is to disable the entire extension. I disagree; I
> > think that since security concerns are paramount it's perfectly OK to simply
> > reject NOTIFY=SUCCESS on security grounds.
> 
> Perhaps this goes to the challenge of a specification's distinguishing 
> its essential core, versus desired-but-not-required enhancements.
> 
> Fail to support all of the core and it's not valid to claim to support 
> the specification.
> 
> The danger of a pick-and-choose free-for-all is that a claim to support 
> a specification provides little useful information.

I'm very much with Dave on this one.  If you're not offering
NOTIFY=SUCCESS, then you're not offering DSN.  Pretending to support it,
but then not offering it is breakage.  On the other hand, since I ignore
"DSN" on the outbound leg, I avoid running into any problems should the
remote side misrepresent its behaviour.

There is no mechanism to offer a fine-grained subset of the DSN ESMTP
extension, so I turn it off entirely.  The only one I'd be comfortable
in offering to outsiders would be "NEVER", but the ability to avoid
some rare bounces is not that compelling.

Thus, for example, I also only send delay notices for outbound mail from
inside, but not for inbound mail from outside.

-- 
    Viktor.