• 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!
  • 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.

Question courier-imapd: Unexpected SSL connection shutdown.

solucionesuno

Regular Pleskian
In my maillog in CENTOS 7 Qmail i get a lot of this messages:

courier-imapd: Unexpected SSL connection shutdown.

Code:
Feb 20 22:13:00 ns1 courier-imapd: LOGIN, user=xavi.coman@******n.com, ip=[::ffff:85.53.20.***], port=[58940], protocol=IMAP
Feb 20 22:13:00 ns1 courier-imapd: Unexpected SSL connection shutdown.
Feb 20 22:13:00 ns1 courier-imapd: LOGOUT, user=xavi.coman@******n.com, ip=[::ffff:85.53.20.***], headers=0, body=0, rcvd=34, sent=301, time=0, starttls=1
 
Code:
cat /etc/courier-imap/imapd-ssl |grep -v '#'

SSLPORT=993


SSLADDRESS=0


SSLPIDFILE=/var/run/imapd-ssl.pid


SSLLOGGEROPTS="-name=imapd-ssl"


IMAPDSSLSTART=YES


IMAPDSTARTTLS=YES


IMAP_TLS_REQUIRED=0



COURIERTLS=/usr/bin/couriertls









TLS_CERTFILE=/etc/courier-imap/courier.pem

TLS_DHPARAMS=/usr/share/dhparams.pem


TLS_VERIFYPEER=NONE



TLS_CACHEFILE=/var/run/couriersslcache
TLS_CACHESIZE=524288

MAILDIRPATH=Maildir
MAXDAEMONS=200
MAXPERIP=100
TLS_CIPHER_LIST=HIGH:!aNULL:!MD5
TLS_PROTOCOL=SSL23
TLS_STARTTLS_PROTOCOL=SSL23
TLS_TRUSTCERTS=/etc/courier-imap/courier.pem
 
Back
Top