It appears that 1.0.8 broke SMTP email.
It worked correctly before the update. Email sent from thunderbird with same user id and password on port 587, STARTTLS, Normal authentication works fine.
PHPMail works fine.
Looks like a bug?
Error on TB BO:
Error: Please check your configuration
Failed to authenticate on SMTP server with username "xxx" using 2 possible authenticators
I checked mail logs on the postfix mail server and find authentication errors with LOGIN and PLAIN methods.
Dec 29 12:34:44 mail postfix/smtpd[4368]: warning: xxx.com[ip-xxx]: SASL LOGIN authentication failed: authentication failure
Dec 29 12:34:46 mail postfix/smtpd[4368]: warning: SASL authentication failure: Password verification failed
Dec 29 12:34:46 mail postfix/smtpd[4368]: warning: xxx.com[ip-xxx]: SASL PLAIN authentication failed: authentication failure
Question
Chandra
It appears that 1.0.8 broke SMTP email. It worked correctly before the update. Email sent from thunderbird with same user id and password on port 587, STARTTLS, Normal authentication works fine. PHPMail works fine.
Looks like a bug?
Error on TB BO:
Error: Please check your configuration Failed to authenticate on SMTP server with username "xxx" using 2 possible authenticators
I checked mail logs on the postfix mail server and find authentication errors with LOGIN and PLAIN methods.Dec 29 12:34:44 mail postfix/smtpd[4368]: warning: xxx.com[ip-xxx]: SASL LOGIN authentication failed: authentication failure Dec 29 12:34:46 mail postfix/smtpd[4368]: warning: SASL authentication failure: Password verification failed Dec 29 12:34:46 mail postfix/smtpd[4368]: warning: xxx.com[ip-xxx]: SASL PLAIN authentication failed: authentication failure
11 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now