• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Issue Plesk Obsidian Roundcube SMTP Error (535)

Pradeep

New Pleskian
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
 
Try to do following:

  1. Create a backup of the original file:

    # cp -a /etc/postfix/master.cf{,.bkp}

  2. 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

  3. Restart Postfix:

    # service postfix restart
 
Try to do following:

  1. Create a backup of the original file:

    # cp -a /etc/postfix/master.cf{,.bkp}

  2. 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

  3. Restart Postfix:

    # service postfix restart

The value is already same as mentioned by you.

smtps inet n - n - - smtpd -o smtpd_tls_wrappermode=yes

Please help
 
Last edited:
Back
Top