kb: how-to
Plesk for Linux
ABT: Group B
Applicable to:
- Plesk for Linux
Question
How to prevent cleartext / plaintext authentication via IMAP/POP3 and SMTP in Postfix on Plesk server?
Answer
Note: If you don't have root access to the Plesk server via SSH, contact your service provider regarding this issue.
Click on a section to expand
Plesk with Dovecot + Postfix
- Connect to the server via SSH
-
Execute the following command to disable plaintext (cleartext) authentication:
# plesk bin mailserver --allow-plaintext-auth false
Note: If Qmail is used, it is recommended to switch to Postfix. Forcing secure connection over SMTP in Qmail requires patching which is not supplied by Plesk.
Comments
Doesnt work on Ubuntu 20.04.6 LTS with Plesk Obsidian 18.0.62 Update 2:
After i followed your tutorial no mails could be send anymore. TLS/SSL is always activated in mail client.
I need to redo the changes.
On RHEL-based, smtpd.conf is in /etc/sasl2/smtpd.conf not /usr/lib64/sasl2/smtpd.conf.
Please sign in to leave a comment.