P Pradeep New Pleskian Nov 25, 2019 #1 Hello, I recently update plesk to Obsidian Version 18.0.21 Update #2 and after update I am not able to send email from roundcube and getting error: "SMTP Error (535): Authentication failed.". Please help Regards, Pradeep
Hello, I recently update plesk to Obsidian Version 18.0.21 Update #2 and after update I am not able to send email from roundcube and getting error: "SMTP Error (535): Authentication failed.". Please help Regards, Pradeep
IgorG Plesk addicted! Plesk Certified Professional Nov 25, 2019 #4 Try to do following: Create a backup of the original file: # cp -a /etc/postfix/master.cf{,.bkp} Modify /etc/postfix/master.cf file by changing from: Code: smtps inet n - - - - smtpd -o smtpd_tls_wrappermode=yes To: Code: smtps inet n - n - - smtpd -o smtpd_tls_wrappermode=yes Restart Postfix: # service postfix restart
Try to do following: Create a backup of the original file: # cp -a /etc/postfix/master.cf{,.bkp} Modify /etc/postfix/master.cf file by changing from: Code: smtps inet n - - - - smtpd -o smtpd_tls_wrappermode=yes To: Code: smtps inet n - n - - smtpd -o smtpd_tls_wrappermode=yes Restart Postfix: # service postfix restart
P Pradeep New Pleskian Nov 25, 2019 #5 IgorG said: Try to do following: Create a backup of the original file: # cp -a /etc/postfix/master.cf{,.bkp} Modify /etc/postfix/master.cf file by changing from: Code: smtps inet n - - - - smtpd -o smtpd_tls_wrappermode=yes To: Code: smtps inet n - n - - smtpd -o smtpd_tls_wrappermode=yes Restart Postfix: # service postfix restart Click to expand... The value is already same as mentioned by you. smtps inet n - n - - smtpd -o smtpd_tls_wrappermode=yes Please help Last edited: Nov 27, 2019
IgorG said: Try to do following: Create a backup of the original file: # cp -a /etc/postfix/master.cf{,.bkp} Modify /etc/postfix/master.cf file by changing from: Code: smtps inet n - - - - smtpd -o smtpd_tls_wrappermode=yes To: Code: smtps inet n - n - - smtpd -o smtpd_tls_wrappermode=yes Restart Postfix: # service postfix restart Click to expand... The value is already same as mentioned by you. smtps inet n - n - - smtpd -o smtpd_tls_wrappermode=yes Please help