Attention: All pages of this wiki depend on the pages that come before it, in order as they are listed on the Main Page. Please check for Dependencies.
Please also look at What You Need to Know Before Using This Wiki
TEST.proto.POPSSL
The stuff in bold is what you have to do. The rest is output you should see
Notes
- This will test that a user can log in, list his inbox, and list other inboxes
Sample IMAP over SSL Session
- openssl s_client -crlf -connect 192.168.26.10:995
- <snip> Lots of Certificate Information </snip>
- ---
- +OK Computerisms IMAP server
- user bob.miller
- +OK
- pass XXXXXXXX
- +OK Logged in.
- list
- +OK 20 messages:
- 1 702
- 2 702
- 3 702
- .
- quit
- +OK Logging out.
- closed