vote up 0 vote down star

Hi. I've a website and tried to integrate google apps with that account to access my emails. Actually i want to create mail.mysite.com. So i fallowed google instructions and they suggested me to add ghs.google.com to my cname. I added it but I'm not getting

Can you people guide me to get it

Thanks in advance

flag

33% accept rate

closed as not programming related by Jeff Atwood Jul 31 at 10:05

2 Answers

vote up 2 vote down check

i use gapps mail. here is the instruction how i`ve done that

  1. create new A record: mail.mysite.com (may be you`ve forgotten that?)
  2. go to gapps site
  3. register new site (mysite.com) in gapps
  4. google will ask you to create new cname or new file to verify you.
  5. add mx records for your mysite.com zone that will redirect your mail to google servers
link|flag
vote up 1 vote down

Here is an example of DNS record (Microsoft DNS Server 2008) setuped for Google Apps for mail:

;
;  Zone records
;

@         A 81.200.116.70
@         MX    10	aspmx.l.google.com.
@         MX    20	alt1.aspmx.l.google.com.
@         MX    20	alt2.aspmx.l.google.com.
www       CNAME godfather.net.ru.

and I put googlehostedservice.html with confirmation code give into the root directory of the web site. Also you can create a CNAME record for the same purpose.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.