• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

How to disable TLS and IMAP?

L

lizard

Guest
I'm a little disappointed with plesk as it isn't much help in configuring a server primariliy to be used for email. My default installation seems to have TLS enabled with a generic certificate. So my users will always get an error that the cert is suspect. For that reason, I'd just like to disable the TLS altogether and use CRAM-MD5 (and disallow plain text passing of passwords), but doing this isn't all that straight forward.

I've been working with the settings in /usr/lib/courier-imap/etc for days now to no avail. I'd also like to disable IMAP as I want to only make POP available to my users. This is an area where plesk could use some very serious work. Does anyone have straight forward instructions to accomplish this? I would very much appreciate your time and effort in sharing.
 
To disable imap, simply edit the /etc/init.d/courier-imap script to start only popd. This is also the solution for *-ssl.
 
Back
Top