email with google apps

If a client is using a foreign mailserver (gmail for example) you need to make the sure the client has DNS access when s/he logs in to DirectAdmin. Then click on MX records and follow the instructions there.

Then it should just work; it does for us and others.

Jeff
 
the DNS records of this domain is:

localhost A 127.0.0.1
domainname. A ipmyserver
www A ipmyserver
domainname. NS dnsmyserver.
domainname. NS dnsmyserver.
ALT1.ASPMX.L.GOOGLE.COM. MX 20
ALT2.ASPMX.L.GOOGLE.COM. MX 20
ASPMX.L.GOOGLE.COM. MX 10
ASPMX2.GOOGLEMAIL.COM. MX 30
ASPMX3.GOOGLEMAIL.COM. MX 30
ASPMX4.GOOGLEMAIL.COM. MX 30
ASPMX5.GOOGLEMAIL.COM. MX 30
mail CNAME ghs.google.com.

The email service is not pointing to my server
 
Assuming you are using a DNS server like godaddy for example and not one on your server for the primary DNS.

You need to make sure the DNS on your server is also setup to use a remote mail server with the following google mx records you have above.

Otherwise your server when sending mail through php or other apps on the server will think it's a locally hosted mx record.
 
Did you read my post? Did you do what I wrote? If so, it should be working by now.

Jeff
 
Back
Top