This repository was archived by the owner on Feb 16, 2023. It is now read-only.
Replies: 1 comment 1 reply
-
Do you have any special characters in your password? I once had this problem somewhere else and the password was simply not transferred completely. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I have been trying to setup the mail consumer but what ever option I try, it results in connection failure with the error:
imaplib.IMAP4.error: b'[AUTHENTICATIONFAILED] Authentication failed.
My current troublesooting
None of those are working. Mail server is a simple selfhosted postfix/dovecot with auth_mechanisms = plain (I have tried also auth mechanisms login digest-md5 cram-md5 ntlm rpa apop anonymous but none worked).
I have also tried to install package python3-imaplib2, still no changes.
Here is the error I see in logs:
Would you be able to help me with this issue?
Kind regards,
Beta Was this translation helpful? Give feedback.
All reactions