Here’s how to test if a mail server supports TLS using a windows pc:
- nslookup
> set q=mx
> google.com - The results:
google.com MX preference = 100, mail exchanger = google.com.s9a1.psmtp.com
google.com MX preference = 300, mail exchanger = google.com.s9b1.psmtp.com
google.com MX preference = 200, mail exchanger = google.com.s9a2.psmtp.com
google.com MX preference = 400, mail exchanger = google.com.s9b2.psmtp.com - > exit
- telnet google.com.s9a1.psmtp.com 25
- After connected type:
ehlo google.com - If you see this in the output, the mail server supports inbound TLS communication:
250-STARTTLS