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

7 Helm Best Practices with Examples

Reference: https://kodekloud.com/blog/helm-best-practices/ As we develop our charts, we’ll notice we have multiple solutions to most problems. When we can solve something in, say, eight different ways, as beginners, it may be hard to know which path would be best. So

Read More »
Share the Post: