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

Type of connection imap: SSL / TLS or simple?

Erwan

Regular Pleskian
Hello,

Is there a way to know in maillog if email clients connect in SSL / TLS or in clear?
Thanks a lot.

Erwan
 
I think i've found...

WITH
imap-login: Login: user=<test@xxxx>, method=DIGEST-MD5, rip=x.x.x.x, lip=x.x.x.x, mpid=31268, TLS, session=<RzILzN1llsMCDqLD
NOT WITH
imap-login: Login: user=<test@xxxx>, method=DIGEST-MD5, rip=x.x.x.x, lip=x.x.x.x, mpid=31268, session=<RzILzN1llsMCDqLD
 
I've also:

imap-login: Login: user=<test@xxxx>, method=DIGEST-MD5, rip=127.0.0.1, lip=127.0.0.1, mpid=32451, secured, session=<b/Ii/91lsKZ/AAAB

What's the difference between "TLS" and "secured"?
 
Hi Erwan,

Congratulations for finding out the answers yourself AND posting them here. Some post nothing or "never mind, I found it!".

I think (half speculating here) that secured means an SSL-connection.
An SSL-connection is a connection that starts completely secured on TCP-level no actual communication is done before the line is secure.
A TLS-connection starts insecure and then negotiates a secure connection.

An IMAP-SSL connection is port 993 an IMAP-TLS connection is at port 143.
 
Last edited:
Back
Top