Here’s how to test if a mail server supports TLS using a windows pc:

  1. nslookup
    > set q=mx
    > google.com
  2. 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
  3. > exit
  4. telnet google.com.s9a1.psmtp.com 25
  5. After connected type:
    ehlo google.com
  6. If you see this in the output, the mail server supports inbound TLS communication:
    250-STARTTLS

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s