Add Readme for testing mail connections.
This commit is contained in:
parent
ac4c72b5d6
commit
4166a56cce
16
DOC/README.test_mailprotocolls
Normal file
16
DOC/README.test_mailprotocolls
Normal file
@ -0,0 +1,16 @@
|
||||
|
||||
## -------------------------------------- ##
|
||||
## - some litle tests ##
|
||||
## -------------------------------------- ##
|
||||
|
||||
## - test smtp (STARTTLS), submission (587) (STARTTLS), smtp (SSL),
|
||||
## - pop3 (SSL), pop3 (STARTTLS), imap (SSL) and imap (STARTTLS)
|
||||
## -
|
||||
openssl s_client -crlf -starttls smtp -connect localhost:25 [-state -debug]
|
||||
openssl s_client -crlf -starttls smtp -connect localhost:587
|
||||
openssl s_client -crlf -connect localhost:465
|
||||
openssl s_client -crlf -connect localhost:995
|
||||
openssl s_client -crlf -starttls pop3 -connect localhost:110
|
||||
openssl s_client -crlf -connect localhost:993
|
||||
openssl s_client -crlf -starttls imap -connect localhost:143
|
||||
|
Loading…
x
Reference in New Issue
Block a user