We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RFC 9422 adds LIMITS extension.
LIMITS
It is supported by Exim since version 4.98 and looks like this:
220 debian-exim ESMTP Exim 4.98 Tue, 03 Dec 2024 04:08:41 +0000 EHLO [127.0.0.1] 250-debian-exim Hello [127.0.0.1] [XXX] 250-SIZE 52428800 250-LIMITS MAILMAX=1000 RCPTMAX=50000 250-8BITMIME 250-PIPELINING 250-PIPECONNECT 250-CHUNKING 250-STARTTLS 250-PRDR 250 HELP
Parsed MAILMAX, RCPTMAX and RCPTDOMAINMAX limits should be exposed for the library user.
MAILMAX
RCPTMAX
RCPTDOMAINMAX
The text was updated successfully, but these errors were encountered:
No branches or pull requests
RFC 9422 adds
LIMITS
extension.It is supported by Exim since version 4.98 and looks like this:
Parsed
MAILMAX
,RCPTMAX
andRCPTDOMAINMAX
limits should be exposed for the library user.The text was updated successfully, but these errors were encountered: