• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Postfix + SASL authentication failure: no secret in database

m0rpheu5

Regular Pleskian
Hello, guys i´m having problems with a form with a client, i´m having no issues with postfix at all, but one client, is having, i already check the password of the account and it´s ok, i can send and receive emails from horde etc. but when i try to fill the form and send the email i got the error above from maillog.

Nov 10 15:57:20 br01 postfix/smtpd[21587]: table hash:/var/spool/postfix/plesk/poplock(0,lock|fold_fix) has changed -- restarting
Nov 10 15:57:20 br01 postfix/smtpd[21591]: table hash:/var/spool/postfix/plesk/poplock(0,lock|fold_fix) has changed -- restarting
Nov 10 13:57:20 br01 postfix/smtpd[21734]: connect from unknown[127.0.0.1]
Nov 10 15:57:20 br01 postfix/smtpd[21734]: warning: SASL authentication failure: no secret in database
Nov 10 15:57:20 br01 postfix/smtpd[21734]: warning: unknown[127.0.0.1]: SASL DIGEST-MD5 authentication failed: authentication failure
Nov 10 15:57:20 br01 postfix/smtpd[21734]: disconnect from unknown[127.0.0.1]


What could be? the password is right, i already try to set my user and password, and i got the same problem, what could be??

Thanks
 
it´s centos x86_64, i already find the problem, it was on /usr/lib64/sasl2/smtpd.conf, i needed to edited then and remove from the line mech_list: the option DIGEST-MD5, so in this line now i have only:

mech_list: CRAM-MD5 PLAIN LOGIN

but why this??

Thanks
 
Back
Top