Created
November 11, 2014 17:38
-
-
Save jsha/b1ee4682cfd96fcde15a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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