Last active
August 29, 2015 14:14
-
-
Save alpha1/68f40a1a352b507ba641 to your computer and use it in GitHub Desktop.
To Do List for setting up a new domain
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
New Domain Setup | |
- Setup DNS for site | |
- Setup DNS for subdomains | |
- Setup DNS for email | |
- Complete google site verification | |
- Setup abuse@domain https://support.google.com/a/answer/33389 | |
- Setup postmaster@domain https://support.google.com/a/answer/33389 | |
- Add to Webmaster Tools | |
- Create Google Analytics Profile | |
- Verify Domain on Sendgrid/Mandrill/Mailchimp | |
- Setup DKIM | |
- setup SPF | |
Example SPF: | |
v=spf1 mx a ptr | |
include:_spf.google.com ~all | |
include:salesforce.com ~all | |
include:spf.mandrillapp.com ~all | |
include:servers.mcsv.net ~all | |
include:sendgrid.net ~all | |
include:sendgrid.info ~all | |
include:icpbounce.com ~all | |
include:icontactmail3:.com ~all | |
include:mailgun.org ~all | |
include:spf.protection.outlook.com ~all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment