mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-11-02 02:57:56 +00:00
fix #3403
This commit is contained in:
@@ -19,6 +19,9 @@ STATUSES = {
|
|||||||
}),
|
}),
|
||||||
"encryption": ("Must issue a STARTTLS command first", {
|
"encryption": ("Must issue a STARTTLS command first", {
|
||||||
"smtp": "530 5.7.0"
|
"smtp": "530 5.7.0"
|
||||||
|
"submission": "530 5.7.0",
|
||||||
|
"pop3": "-ERR Authentication canceled.",
|
||||||
|
"sieve": "ENCRYPT-NEEDED"
|
||||||
}),
|
}),
|
||||||
"ratelimit": ("Temporary authentication failure (rate-limit)", {
|
"ratelimit": ("Temporary authentication failure (rate-limit)", {
|
||||||
"imap": "LIMIT",
|
"imap": "LIMIT",
|
||||||
|
|||||||
1
towncrier/newsfragments/3403.bugfix
Normal file
1
towncrier/newsfragments/3403.bugfix
Normal file
@@ -0,0 +1 @@
|
|||||||
|
fix INBOUND_TLS_ENFORCE
|
||||||
Reference in New Issue
Block a user