Quote:
Looking through the information at google (thank you for the link) there is mention of TTL and setting it to 300.
A TTL 300 = 5 minutes, unless you're testing DNS settings (Once you get everything working right), I would bump it a little higher more like 3600 (1 Hour)
As Hawk7000 suggested remove the other MX record and those other CNAMES are not needed for sending mail.
Since you're messing with DNS you should also add this SPF record for google mail:
"v=spf1 include:_spf.google.com ~all"Here's the google instructions on that.
http://support.google.com/a/bin/answer. ... wer=178723You can also add the new DMARC records (DNS Change as well)
http://support.google.com/a/bin/answer. ... er=2466563For you it will be something like:
"v=DMARC1\; p=none\; rua=mailto:postmaster@your_domain.com" It should be added under
"_dmarc.yourdomain.com"Use the
"p=none" setting for now, until you know you have your SPF and DKIM set up right.
If you want to check and verify your SPF and DKIM, send an email to
mailtest [AT] unlocktheinbox.com, it will auto-respond letting you know if it's correct. If it is, you can change the
"p=none" to "p=quarantine" or "p=reject", you can read more about email autentication testing here:
Email Authentication TestingI don't think you need to worry about setting up DKIM, Google app mail does that for you, I think. But definitely confirm that through the authentication testing tools.
Maybe a little to much information, but I think that's everything in a nutshell.