bugfix for dovecot-proxy

This commit is contained in:
Florent Daigniere
2023-06-23 15:57:37 +02:00
parent 8597bb0ebe
commit fbc2f47003

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"
}),