I have an Ubuntu LAMP configuration. It's primary function is to host multiple Drupal websites (Drupal is configured so all sites share the same code base, modules, and themes but have separate databases). For each domain, a Google Apps account is set up and I either point the Google partner's registrar to the Linode Name Servers and add the MX and TXT records to my server using the Linode DNS manager, or I edit the A record on the registrar's DNS manager to my IP on my Linode. Both methods seem to work fine. But both also display the following issue.
Take, for example if I run a DNS Report on "http://siteTwo.com" using
http://thednsreport.com there are no 'fails'. However, if I run a DNS Report using
http://www.dnscolos.com/ I get the following 'fails':
Parent: Failed - Parent nameservers siteTwo.com > Your NS records at the parent server f.gtld-servers.net are: (blank)
Parent: Failed - Nameservers for domain in DNs siteTwo.com > Your NS records at your nameservers are: (blank)
MX: Failed - Mailserver greeting > The server should have an A record which points to the mailserver for the hostname which is presented in the greeting
ASPMX.L.GOOGLE.COM
220 mx.google.com ESMTP k1si7869646wbc.80
ALT1.ASPMX.L.GOOGLE.COM
220 mx.google.com ESMTP l6si1249023fam.56
ALT2.ASPMX.L.GOOGLE.COM
220 mx.google.com ESMTP u4si7257841bkz.55
ASPMX2.GOOGLEMAIL.COM
220 mx.google.com ESMTP u13si7264977bkz.36
ASPMX3.GOOGLEMAIL.COM
220 mx.google.com ESMTP 40si6538980wae.148
ASPMX4.GOOGLEMAIL.COM
220 mx.google.com ESMTP e7si7867029wbb.87
ASPMX5.GOOGLEMAIL.COM
220 mx.google.com ESMTP w6si7849201ybe.130
Does anyone know if these issues can be resolved (or if they need to be) when I am using Google Apps as the mail server?
Thanks