Hurricane Electric's IPv6 Tunnel Broker Forums

DNS.HE.NET Topics => General Questions & Suggestions => Topic started by: dasv on September 13, 2011, 11:02:43 PM

Title: Change MX to google apps account
Post by: dasv on September 13, 2011, 11:02:43 PM
Hello,
I have added MX records and a A record into my new hurricane account. The MX records point to the servers of Google for my google apps email accounts. Now I have done this change since more than 24 hours that I done the change and I do not receive any email. Is there something wrong in my MX or DNS settings ? thanks

My Hurricane account management page:
Name,Type,TTL,Priority,Data
mydomain.li,SOA,86400,-,ns1.he.net. hostmaster.he.net. 2011091325 10800 1800 604800 86400
mydomain.li,NS,86400,-,ns1.he.net
mydomain.li,NS,86400,-,ns2.he.net
mydomain.li,NS,86400,-,ns3.he.net
mydomain.li,NS,86400,-,ns5.he.net
mydomain.li,NS,86400,-,ns4.he.net
mydomain.li,A,3600,66.40.52.72
mydomain.li,3600,10,ASPMX3.GOOGLEMAIL.COM
mydomain.li,MX,3600,1,ASPMX.L.GOOGLE.COM
mydomain.li,MX,3600,5,ALT1.ASPMX.L.GOOGLE.COM
mydomain.li,MX,3600,5,ALT2.ASPMX.L.GOOGLE.COM
mydomain.li,MX,3600,10,ASPMX2.GOOGLEMAIL.COM

When running the DNStrouble.com checking it gives a reasonable answer:
ALT1.ASPMX.L.GOOGLE.COM   5   220 mx.google.com ESMTP d1si983321fak.66
ALT2.ASPMX.L.GOOGLE.COM   5   220 mx.google.com ESMTP j3si2514166bke.24
ASPMX2.GOOGLEMAIL.COM   10   220 mx.google.com ESMTP t14si2514966bkd.17
ASPMX.L.GOOGLE.COM   1   220 mx.google.com ESMTP h16si3681545wee.60
ASPMX3.GOOGLEMAIL.COM   10   220 mx.google.com ESMTP t15si4403343wfe.77
Title: Re: Change MX to google apps account
Post by: jrocha on September 14, 2011, 04:50:03 PM
Your account does not have any domains configured, and you obfuscated the actual domain name. Without either of those bits of information, I can't actually make sure your configuration is correct. (Though I do not see anything amiss from what you have posted.)
Title: Re: Change MX to google apps account
Post by: openlab on September 19, 2011, 06:30:30 PM
Great, it solved my problem also. :)
Title: Re: Change MX to google apps account
Post by: Pulpish on September 25, 2011, 02:26:56 AM
I'm having trouble too..

This is from my domain host:
(http://img.owely.com/screens/24045/original_owely20110925-32280-qvqpy3-0.?1316942676)

and This is on he:
(http://img.owely.com/screens/24044/original_owely20110925-32263-dmx5ny-0.?1316942651)

and google apps is telling me i haven't configured properly :/
Title: Re: Change MX to google apps account
Post by: kcochran on September 25, 2011, 03:55:14 AM
That's because you have the CNAME from your domain to www.yourdomain.  The CNAME applies before anything else on that resource.  As such, those MXs you specified are never checked, because the CNAME hits first.  You should have nothing else on a record that you're CNAMEing from.
Title: Re: Change MX to google apps account
Post by: Pulpish on September 26, 2011, 09:58:54 AM
Quote from: kcochran on September 25, 2011, 03:55:14 AM
That's because you have the CNAME from your domain to www.yourdomain.  The CNAME applies before anything else on that resource.  As such, those MXs you specified are never checked, because the CNAME hits first.  You should have nothing else on a record that you're CNAMEing from.
Thanks for the reply, this has been biting at me for a while now..
Title: Re: Change MX to google apps account
Post by: snarked on September 26, 2011, 11:09:37 AM
A zone with a CNAME having the LHS of that record ("the alias") being the same as the zone name should not even load into a DNS server.  Such is an invalid construct.

A CNAME record cannot coexist with any other record except for DNSSEC records which prove its existence.