Anyone know how open a SMTP conversation with a mail server (over the SSL port, and not 25/110) and view info for the SSL cert is it, using SMTP commands?
feedback
|
|
You're not going to be able to get any useful information only using SMTP commands. You'll need to use something that understands SSL, like OpenSSL's s_client. Something like this should work:
| |||
|
feedback
|
|
If it is an Exchange server, you can also try https://www.testexchangeconnectivity.com/ | |||
|
feedback
|