Last active
July 25, 2018 08:53
-
-
Save SleepyLctl/52a95599933517b7bcc38c195bb59dd9 to your computer and use it in GitHub Desktop.
SMTP Flags SPF, DKIM, DMARC
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
################################################ Automatic Checks | |
$ https://mxtoolbox.com/SuperTool.aspx | |
################################################ SPF Dig Lookup | |
$ dig domain.com txt | |
################################################ DMARC Dig Lookup | |
$ dig _dmarc.example.org txt | |
################################################ DKIM Dig Lookup - selector must be known - found in email header - DKIM-Signature | |
$ dig google._domainkey.example.org | |
DKIM-Signature: v=1; a=rsa-sha256; d=example.com; s=news; | |
c=relaxed/relaxed; q=dns/txt; t=1126524832; x=1149015927; | |
h=from:to:subject:date:keywords:keywords; | |
bh=MHIzKDU2Nzf3MDEyNzR1Njc5OTAyMjM0MUY3ODlqBLP=; | |
b=hyjCnOfAKDdLZdKIc9G1q7LoDWlEniSbzc+yuU2zGrtruF00ldcF | |
VoG4WTHNiYwG | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment