• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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