Created
March 13, 2019 15:55
-
-
Save begriffs/41c8a9c6063b466a1258024df500e538 to your computer and use it in GitHub Desktop.
email.sh
This file contains 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
dig $1 MX +short | |
dig $1 TXT +short | grep spf | |
dig default._domainkey.$1 TXT +short | |
dig google._domainkey.$1 TXT +short | |
dig _dmarc.$1 TXT +short |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment