PVE配置postfix一直发送不了邮件,查看/var/log/mail.log有如下错误:
SASL authentication failed; cannot authenticate to server smtp.qq.com[120.241.186.196]: no mechanism available
搜索相关错误得到解决方法:
apt install libsasl2-modules
systemctl restart postfix.service
问题解决。
PVE配置postfix一直发送不了邮件,查看/var/log/mail.log有如下错误:
SASL authentication failed; cannot authenticate to server smtp.qq.com[120.241.186.196]: no mechanism available
搜索相关错误得到解决方法:
apt install libsasl2-modules
systemctl restart postfix.service
问题解决。