Skip to content

Instantly share code, notes, and snippets.

@jsha
Created November 11, 2014 17:38
Show Gist options
  • Star 15 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsha/b1ee4682cfd96fcde15a to your computer and use it in GitHub Desktop.
Save jsha/b1ee4682cfd96fcde15a to your computer and use it in GitHub Desktop.
# mail.example.com should be one of the results of a `dig +short mx example.com`
# Note that your provider might block all port 25.
# If STARTTLS header is missing or mangled, but https://starttls.info/ shows example.com as supporting STARTTLS,
# there might be a downgrade going on.
(echo EHLO foo ; sleep 3) | nc mail.example.com 25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment