Author |
|
solkmaaker Senior Member
Joined: 28 June 2020
Online Status: Offline Posts: 163
|
Posted: 21 April 2024 at 10:36am | IP Logged
|
|
|
Hello
It seems that StandardResetPassword module does not send password to smtp server if user tries to configure recovery account.
Code:
Apr 21 17:15:42 mail-inlink-ltd postfix/smtpd[853180]: xsasl_cyrus_server_auth_response: uncoded server challenge: Password:
Apr 21 17:15:42 mail-inlink-ltd postfix/smtpd[853180]: > localhost[127.0.0.1]: 334 UGFzc3dvcmQ6
Apr 21 17:15:42 mail-inlink-ltd postfix/smtpd[853180]: < localhost[127.0.0.1]:
Apr 21 17:15:42 mail-inlink-ltd postfix/smtpd[853180]: xsasl_cyrus_server_next: decoded response:
Apr 21 17:15:42 mail-inlink-ltd postfix/smtpd[853180]: warning: localhost[127.0.0.1]: SASL LOGIN authentication failed: authentication failure
Apr 21 17:15:42 mail-inlink-ltd postfix/smtpd[853180]: > localhost[127.0.0.1]: 535 5.7.8 Error: authentication failed: authentication failure
|
|
|
Settings uses localhost server, port 25.
If i override 'Password' in Module.php getSmtpConfig function then it works OK.
|
Back to Top |
|
|