Skip to content

Instantly share code, notes, and snippets.

@begriffs
Created March 13, 2019 15:55
Show Gist options
  • Save begriffs/41c8a9c6063b466a1258024df500e538 to your computer and use it in GitHub Desktop.
Save begriffs/41c8a9c6063b466a1258024df500e538 to your computer and use it in GitHub Desktop.
email.sh
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