• 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 courier_pop3s failed, cannot open a connection to INET[localhost:995]

flash5k

New Pleskian
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE
Plesk v12.5.30_build1205150826.19 os_CentOS 6, CentOS 6.8 (Final)

PROBLEM DESCRIPTION AND STEPS TO REPRODUCE
Courier-pop3s crashes every 2-4 minutes while Watchdog is running.
Disabling Watchdog allows the service to run without problems.

ANY ADDITIONAL INFORMATION
In /usr/local/psa/var/modules/watchdog/log/monit.log:

[MST Nov 9 18:26:38] 'courier_pop3s' start: /usr/local/psa/admin/bin/mailmng-service
[MST Nov 9 18:31:40] 'courier_pop3s' process is running with pid 23892
[MST Nov 9 18:31:40] 'courier_pop3s' failed, cannot open a connection to INET[localhost:995]
[MST Nov 9 18:31:40] 'courier_pop3s' stop: /usr/local/psa/admin/bin/mailmng-service
[MST Nov 9 18:36:44] 'courier_pop3s' process is not running
[MST Nov 9 18:36:44] 'courier_pop3s' trying to restart

The output from openssl s_client -connect mail.myserver.com:995:

CONNECTED(00000003)
---
New, TLSv1/SSLv3, Cipher is ECDHE-RSA-AES256-GCM-SHA384
Server public key is 2048 bit
Secure Renegotiation IS supported
Compression: NONE
Expansion: NONE
SSL-Session:
Protocol : TLSv1.2
Cipher : ECDHE-RSA-AES256-GCM-SHA384

Keys in config match actual location => /usr/share/pop3d.pem /usr/share/imapd.pem
 
What about output of

# openssl s_client -connect localhost:995

?
 
I did that because of article 128623 to test if I could connect using TLS protocols after making sure that the config file directive TLS_PROTOCOL=TLSv1+ was set. Watchdog still causes pop3s to crash. The output appears to me like it's working correctly. Do you see something in the output that would indicate otherwise? I even replaced the .pem files with the originals to make sure my certs weren't corrupt. I don't know how Watchdog interacts with pop3s that would cause it to crash.
 
Back
Top