![]() |
Sasl Authentication Failure
I'm not entirely sure if this is the place to post this but, I have a new error with postfix that popped up when using thunderbird.
Code:
warning: SASL authentication failure: Password verification failedWhich password is it referring to. I've double checked the password for user@domain.net with mysql Could it have something to do with this: Code:
250-AUTH LOGIN NTLM DIGEST-MD5 PLAIN CRAM-MD5Code:
250-AUTH PLAIN LOGINEdit: Oh, I should mention this is for sending mail, receiving it with courier and thunderbird works just fine. |
Which distribution do you use? Are there any errors in your mail log?
|
Ubuntu 8.04
mail.log: Code:
SASL authentication failure: Password verification failed |
Was having an issue with testsaslauthd not working unless i specified a path in the command. Created a symlink, and was hoping fixing that would take care of it, but it didn't. It made testsaslauthd work without manually entering a path.
Code:
rm -rf /var/run/saslauthdCode:
testsaslauthd -s smtp -u user@domain.com -p password |
I am getting quite suspicious that this is whats causing it:
Code:
250-AUTH LOGIN NTLM DIGEST-MD5 PLAIN CRAM-MD5Code:
250-AUTH PLAIN LOGINI changed the name of anything that could intercede smtpd.conf In both directories /usr/lib/sasl2 and /usr/lib64/sasl2, I changed the names of Sendmail.conf, smtpd.conf, and saslpaswd.conf incase they were overriding /etc/postfix/sasl/smtpd.conf. Code:
pwcheck_method: saslauthd |
What's in /etc/postfix/main.cf?
|
Code:
# See /usr/share/postfix/main.cf.dist for a commented, more complete version |
Accidentally nuked everything except mysql by trying to purge libsasl packages
It kept some of my config files intact, but redoing it. It fixed the plain login issue. From Code:
250-AUTH LOGIN NTLM DIGEST-MD5 PLAIN CRAM-MD5Code:
250-AUTH LOGIN PLAIN |
It works now...
It was different error. Whatever happened when I nuked it, fixed the first one. I noticed it wasn't even connecting in the logs. I changed the smtp server on thunderbird to 25, which I find strange because it connected before on the 587 port. Could someone explain the difference between the two ports and why thunderbird defaults to 587. So, anybody reading this and having the same problem where the mech list isn't updating right. Nuke it, and check your ports. haha |
| All times are GMT +2. The time now is 20:16. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.