1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-02-13 13:28:30 +02:00
(cherry picked from commit e5790a297aa3cfaf0092970ea3716e6cb1eda7f9)
This commit is contained in:
Florent Daigniere 2024-09-05 22:33:23 +02:00 committed by Mergify
parent f568f1de20
commit 8c6b0ccdb3
2 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,9 @@ STATUSES = {
}),
"encryption": ("Must issue a STARTTLS command first", {
"smtp": "530 5.7.0"
"submission": "530 5.7.0",
"pop3": "-ERR Authentication canceled.",
"sieve": "ENCRYPT-NEEDED"
}),
"ratelimit": ("Temporary authentication failure (rate-limit)", {
"imap": "LIMIT",

View File

@ -0,0 +1 @@
fix INBOUND_TLS_ENFORCE