I want to point a sub domain to a google apps account, what is the best way to do this in DNS.
For example email.example-site.com -> https://www.google.com/a/example-site.com.com
What should the DNS record look like?
I want to point a sub domain to a google apps account, what is the best way to do this in DNS.
For example email.example-site.com -> https://www.google.com/a/example-site.com.com
What should the DNS record look like?
To point it to Google Apps, you need to set a CNAME that points to ghs.google.com. For instance:
You'll also need to configure your Google Apps account to allow this. In your Dashboard, click on the
Email
link and it should take you to your Email settings page. At the top, you should see a section called:Web address
, with a link calledChange URL
. Go through the wizard and it should provide you with instructions on what you need to do.What you are trying to do is outside the scope of DNS on it's own. You can however point DNS to a web server that then does a HTML redirect.
First you need to set up your mx records as per Google's instructions. If you want to set up a sub domain to access web mail you create a cname that points to ghs.google.com.
You have to validate the subdomain in your Google Docs dashboard before you can use it.
You should also set up spf records to prevent your mail going to spam boxes.