• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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