Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. TLS:
  2. openssl s_client -starttls smtp -connect smtp.gmail.com:587 -crlf -ign_eof
  3. SSL:
  4. openssl s_client -connect smtp.gmail.com:465 -crlf -ign_eof
  5.  
  6. SMTP <- FROM SERVER:220 2.0.0 Ready to start TLS
  7. SMTP -> TO SERVER: RSET
  8. SMTP <- FROM SERVER:
  9. SMTP -> ERROR: RSET failed:
  10. SMTP -> NOTICE: EOF caught while checking if connectedThe following From address failed: test@mydomain.com Mailer Error: The following From address failed: test@mydomain.com
  11.  
  12. SSL Version OpenSSL/0.9.8o
  13.  
  14. OpenSSL support enabled
  15. OpenSSL Library Version OpenSSL 0.9.8o 01 Jun 2010
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement