Skip to content

Instantly share code, notes, and snippets.

@jeremyroman
Created January 27, 2014 20:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeremyroman/8656152 to your computer and use it in GitHub Desktop.
Save jeremyroman/8656152 to your computer and use it in GitHub Desktop.
$ openssl s_client -ssl3 -connect mail.csclub.uwaterloo.ca:465
[openssl certificate spew]
220 mail.csclub.uwaterloo.ca ESMTP Postfix
ehlo jbroman
250-mail.csclub.uwaterloo.ca
250-PIPELINING
250-SIZE 20971520
250-ETRN
250-AUTH PLAIN
250-AUTH=PLAIN
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
auth plain
334
[no, I'm not going to just leave my password here]
235 2.7.0 Authentication successful
mail from:<jbroman@csclub.uwaterloo.ca>
250 2.1.0 Ok
rcpt to:<jbroman@csclub.uwaterloo.ca>
250 2.1.5 Ok
data
354 End data with <CR><LF>.<CR><LF>
Hello!
.
250 2.0.0 Ok: queued as 5C97531AE4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment