How to test IMAP/SSL user authentication
This FAQ describes how to test an IMAP user login for a server with SSL enabled using cleartext authentication.
Make an imap connection:
openssl s_client -connect mail.domain.tld:993
At the prompt enter “01 login” and then your username and password:
01 login username password
When done, issue:
02 logout
Leave a Reply
Want to join the discussion?Feel free to contribute!