How to check sendmail is STARTTLS enabled
Posted by admin on June 22nd, 2009 | 0 comments
Run the following command as root on your sendmail server
sendmail -d0 </dev/null | grep -i tls
if you see STARTTLS in the line that is returned, you are good to go!