• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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