• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • 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.

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