• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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