How to check if SMTP ports is functioning with ssl certificate in linux command line.
~> openssl s_client -connect mail.domain.com:587 -starttls smtp
How to check if SMTP ports is functioning with ssl certificate in linux command line.
~> openssl s_client -connect mail.domain.com:587 -starttls smtp