Created
April 2, 2014 16:37
-
-
Save omar-yassin/9937810 to your computer and use it in GitHub Desktop.
Validating Email SPF/DKIM for GAPPS
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
validate score of email via: | |
http://www.mail-tester.com/ | |
email [email protected] (will send email report) | |
validate SPF synatx with: | |
http://www.kitterman.com/spf/validate.html? | |
gapps validator: | |
https://toolbox.googleapps.com/apps/checkmx/ | |
Notes: | |
We can only have one SPF record per domain | |
Ensure DKIM is enabled on gapps via admin console and txt record for dkim exist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment