• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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