• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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