• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be 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.

Problem with port 110

kilroyfr

New Pleskian
Hello,

Since my update in 11.5.30 last week, my clients could not use the 110 port for POP in their mail clients.
The only solution for them is to use the 995 port.

Outlook show this message if i try on 110 :
-ERR USER cleartext authentication is forbidden, try STLS.*»

and with 995 it works but a warning message show :
The server you are connected to is using a security certificate that cannot be verified.
The target principal name is incorrect.

If i click on yes to continue all works fine.

On another post in this forum someone ask to list :
# ls /etc/courier-imap/*pci*

here the result :
/etc/courier-imap/imapd.pci.1 /etc/courier-imap/pop3d.pci.1
/etc/courier-imap/imapd.pci.2 /etc/courier-imap/pop3d.pci.2
/etc/courier-imap/imapd.pci.3 /etc/courier-imap/pop3d.pci.3
/etc/courier-imap/imapd.pci.4 /etc/courier-imap/pop3d.pci.4
/etc/courier-imap/imapd-ssl.pci /etc/courier-imap/pop3d-ssl.pci


What can i do to help my clients to use 110 port on outlook ?
Sorry for my bad english
Thanks
 
Obviously you should disable PCI-compliance. Or teach Outlook how to use STLS (which will yield certificate error as well, of course).
 
Well... the same way you enabled it, apparently.

To fully disable run: # /usr/local/psa/admin/bin/pci_compliance_resolver --disable all

To disable only Courier aspects run: # /usr/local/psa/admin/bin/pci_compliance_resolver --disable courier
 
Back
Top