bugfix for dovecot-proxy

This commit is contained in:
Florent Daigniere
2023-06-23 15:57:37 +02:00
parent f143aa3dc8
commit 372f008eab

View File

@@ -13,6 +13,7 @@ STATUSES = {
"authentication": ("Authentication credentials invalid", {
"imap": "AUTHENTICATIONFAILED",
"smtp": "535 5.7.8",
"submission": "535 5.7.8",
"pop3": "-ERR Authentication failed",
"sieve": "AuthFailed"
}),