• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • 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