Jump to content

[SOLVED] DNS setting, google apps, host, domain


h4r00n

Recommended Posts

Hi guys,

 

I was hoping somebody can help me. I have my company email set up in google apps and it was fully functioning before I uploaded my website to my host and changed the DNS settings on my domain. Now when I send a mail to my company email address it does not receive. How can I fix this? Do I have to change the DNS settings back to default? If so then my website will not work on the host. The MX is all correct on the domain according to google apps.

 

Thanks in advance

The MX is all correct on the domain according to google apps.

 

Did you check that it's correct according to your DNS server? Google Apps won't keep checking if your MX records are correct. Once they're correct once it assumes that you don't screw it up.

 

I have got a couple of domains on Google Apps that I once set up MX records for. They're not configured right now, but Google Apps doesn't care anyways. It still says it's active.

What's the domain name called? You can use dig (available in most Linux distributions) to find the DNS records for a domain name.

 

Example for phpfreaks.com:

daniel@daniel-laptop:~$ dig phpfreaks.com MX

; <<>> DiG 9.6.1-P1 <<>> phpfreaks.com MX
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 11949
;; flags: qr rd ra; QUERY: 1, ANSWER: 7, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;phpfreaks.com.			IN	MX

;; ANSWER SECTION:
phpfreaks.com.		120	IN	MX	30 ASPMX2.GOOGLEMAIL.com.
phpfreaks.com.		120	IN	MX	30 ASPMX5.GOOGLEMAIL.com.
phpfreaks.com.		120	IN	MX	30 ASPMX4.GOOGLEMAIL.com.
phpfreaks.com.		120	IN	MX	20 ALT2.ASPMX.L.GOOGLE.com.
phpfreaks.com.		120	IN	MX	20 ALT1.ASPMX.L.GOOGLE.com.
phpfreaks.com.		1	IN	MX	10 ASPMX.L.GOOGLE.com.
phpfreaks.com.		120	IN	MX	30 ASPMX3.GOOGLEMAIL.com.

;; Query time: 134 msec
;; SERVER: 208.67.222.222#53(208.67.222.222)
;; WHEN: Thu Nov  5 12:26:24 2009
;; MSG SIZE  rcvd: 207

daniel@daniel-laptop:~$

 

I really don't know how you would change DNS with your host/registrar though. It would be better to ask them.

Hmm...

 

Indeed the MX records are correct:

 

daniel@daniel-laptop:~$ dig jobjar.co.uk MX

; <<>> DiG 9.6.1-P1 <<>> jobjar.co.uk MX
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 48180
;; flags: qr rd ra; QUERY: 1, ANSWER: 7, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;jobjar.co.uk.			IN	MX

;; ANSWER SECTION:
jobjar.co.uk.		14400	IN	MX	30 aspmx4.googlemail.com.
jobjar.co.uk.		14400	IN	MX	30 aspmx5.googlemail.com.
jobjar.co.uk.		14400	IN	MX	10 aspmx.l.google.com.
jobjar.co.uk.		14400	IN	MX	20 alt1.aspmx.l.google.com.
jobjar.co.uk.		14400	IN	MX	20 alt2.aspmx.l.google.com.
jobjar.co.uk.		14400	IN	MX	30 aspmx2.googlemail.com.
jobjar.co.uk.		14400	IN	MX	30 aspmx3.googlemail.com.

;; Query time: 146 msec
;; SERVER: 208.67.222.222#53(208.67.222.222)
;; WHEN: Thu Nov  5 19:47:11 2009
;; MSG SIZE  rcvd: 209

daniel@daniel-laptop:~$

 

I'm not sure why it wouldn't work.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.