Muối Nhạt's site

Make notes and share experiences

Make notes and share experiences

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” with your username and password:

01 login <username> <password>

When done, issue:

02 logout

Reference: Link

RELATED POSTS

[Kubernetes] – Check your Helm deployments!

Here’s a very popular post about safely deploying Helm charts containing Kubernetes Deployments with automated rollbacks. Originally published in 2019, it’s still relevant today – if you encounter something that should be updated, please let us know! — The Deployment resource

Read More »
Share the Post: