How to check if SMTP port is available

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

Start the Discussion!Leave a Reply