MorrisC
Basic Pleskian
Since my mail server does not support TLS, therefore, I unchecked use secured encrypted connection.
When I tried to use forget password for a customer's password, I encountered a problem as below:
Dec 30 14:29:00 linuxpanel msmtp: host=xxx.xxxx.xxx.xxx. tls=off auth=on user=[email protected] from=[email protected] recipients=[email protected] errormsg='cannot use a secure authentication method' exitcode=EX_UNAVAILABLE
*Since I am not using TLS nor SSL, therefore, that error message shall be related to the authentication method.
I then found the configuration file of msmtp location
/etc/msmtprc
change
"auth on"
to
"auth login"
and then it works.
However,
#DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY,
#SO ALL YOUR CHANGES WILL BE LOST THE NEXT TIME THE FILE IS GENERATED.
# MSMTP configuration file. See msmtp(1) for syntax.
# This file was generated by msmtpmng utility.
When I tried to use forget password for a customer's password, I encountered a problem as below:
Dec 30 14:29:00 linuxpanel msmtp: host=xxx.xxxx.xxx.xxx. tls=off auth=on user=[email protected] from=[email protected] recipients=[email protected] errormsg='cannot use a secure authentication method' exitcode=EX_UNAVAILABLE
*Since I am not using TLS nor SSL, therefore, that error message shall be related to the authentication method.
I then found the configuration file of msmtp location
/etc/msmtprc
change
"auth on"
to
"auth login"
and then it works.
However,
#DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY,
#SO ALL YOUR CHANGES WILL BE LOST THE NEXT TIME THE FILE IS GENERATED.
# MSMTP configuration file. See msmtp(1) for syntax.
# This file was generated by msmtpmng utility.
Last edited: