ietf-smtp
[Top] [All Lists]

Re: [ietf-smtp] [Emailcore] Proposed ESMTP keyword RCPTLIMIT

2021-04-18 17:23:35
It appears that Ned Freed  <ned(_dot_)freed(_at_)mrochek(_dot_)com> said:
On 17/03/2021 21:19, Jeremy Harris wrote:
On 15/03/2021 14:59, Ned Freed wrote:
I think this extension is an important thing to have, so I've put 
together the
beginnings of a specification:

   https://datatracker.ietf.org/doc/draft-freed-smtp-limits/

an implementation

Now available from the Exim git.

Very cool!

FWIW, I just submitted an updated draft. It should not affect your 
implementation.

Added it to my tiny MTA, too. The options to set limits were always
there, this just added a tiny plugin to add them to the EHLO response.

$ telnet -4 mail2.iecc.com 25
Trying 64.57.183.52...
Connected to mail2.iecc.com.

220 mail2.iecc.com mailfront ESMTP
ehlo pedro.iecc.com
250-mail2.iecc.com
250-SMTPUTF8
250-AUTH LOGIN
250-LIMTS RCPTMAX=20 MAILMAX=5
250-SIZE 100000000
250-8BITMIME
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-CHUNKING
250 STARTTLS
quit
221 2.0.0 Good bye.

_______________________________________________
ietf-smtp mailing list
ietf-smtp(_at_)ietf(_dot_)org
https://www.ietf.org/mailman/listinfo/ietf-smtp