Read my latest article: Ruby 1.8.7 on MacPorts causing some problems (posted Fri, 20 Jun 2008 21:11:00 GMT)

Gmail for your domain 12

Posted by Robby Russell Fri, 01 Sep 2006 15:22:00 GMT

Last night I received my invitation for Google’s domain hosting. This gives me a gmail account for a custom domain name along with the integrated Google Calendar and Chat.

On one of my non-work projects, we’re now using this to share our calendars and host email.

pathr.com gmail

Thanks Google!

You can sign up for your invite here.

Subscribe to my RSS feed Enjoying the content? Be sure to subscribe to my RSS feed.
Comments

Leave a response

  1. Avatar
    Matt Fri, 01 Sep 2006 16:34:39 GMT

    I’ve been on the beta for a while now and I just love it. However, I believe it’s limited to 25 users by domain. (plenty enough for me)

  2. Avatar
    Robby Russell Fri, 01 Sep 2006 16:40:00 GMT

    Yeah… right now I only need a few email addresses. :-)

  3. Avatar
    Luis Lavena Fri, 01 Sep 2006 16:46:29 GMT

    Hey Robby, I’ve been beta testing it too. How did you resolve the mx/cname issue? I’m trying to point mydomain.net and www.mydomain.net to www.mydomain.com

    CNAME records for mydomain.net cannot co-exist with mx definitions…

    Argh, a need a crash course on DNS :-P

  4. Avatar
    Robby Russell Fri, 01 Sep 2006 16:50:27 GMT

    Luis,

    What are you using to manage your DNS?

    Email to the domain just points to their long list of servers.

  5. Avatar
    Luis Lavena Fri, 01 Sep 2006 17:01:15 GMT

    Robby,

    I’m using Sitelutions (part of a old account I have with them).

    This domain just redirects to my .com one. I didn’t want to brake the existing mail system.

    Also using subdomains for dyndns.

    If I add a CNAME to my root domain (not www. subdomain) the mx records no longer “exist” (when doing a mx query with mxtoolbox )

    Posted on Google Groups, no answer yet.

  6. Avatar
    Luis Lavena Fri, 01 Sep 2006 17:16:09 GMT

    Ok, got my answers:

    An MX record and a CNAME record cannot coexist at the same place in the DNS. That is, a name cannot be both a mail domain and an alias to something that isn’t a mail domain.

    That’s why they exist. Note that you should never redefine the zone itself with a CNAME. That constitutes an illegal combination of DNS RR’s. Define an A record for coffee.com and a CNAME record for (for example) www.coffee.com that refers to coffee.com, as follows:

    coffee.com. IN A 192.168.0.1
    www.coffee.com. IN CNAME coffee.com.

    Need to change my dns records ;-)

    Sorry for the noise :-D

  7. Avatar
    Juan Pablo Sat, 02 Sep 2006 01:36:58 GMT

    You can use this with ActionMailer? how?

  8. Avatar
    evan Sat, 02 Sep 2006 05:48:18 GMT

    It seems like it let me instantly sign up! Maybe because I already have an analytics account, I dunno.

    Anyway, I am confused as to how to add the DNS records to everyDNS. Are the Google hosts supposed to be the “host” field, or the “value” field? And what goes in the other field? Right now I have it set to:

         host      type      value        MX ttl
    mail.domain.com MX ASPMX.L.GOOGLE.COM 1 3600
    mail.domain.com MX ALT1.ASPMX.L.GOOGLE.COM 5 3600
    

    but I suspect this is wrong.

  9. Avatar
    evan Sun, 03 Sep 2006 02:04:17 GMT

    Nevermind, FlashHaterLap helped me on IRC. You are supposed to only use “domain.com”, anything else for the host will not work.

  10. Avatar
    Ilya Grigorik Tue, 05 Sep 2006 00:29:30 GMT

    Hmm, looks interesting! How transparent is it? Can outside users tell that you use GMail servers? (Outside of sending queries for your MX records of course..)

    Cheers, Ilya

  11. Avatar
    http://www.spicyexpress.net Fri, 17 Aug 2007 19:42:11 GMT

    please check gmail for your wordpress here http://www.spicyexpress.net

  12. Avatar
    Sanjay Verma Wed, 12 Dec 2007 05:22:11 GMT

    We have provided Gmail for your Domain service to many of our web hosting clients through http://www.sanverhosting.co.in/gmail-for-your-domain.htm. Our customers are surprised that so few people ar aware of this powerful aplication offerred free ofcos by Google.

    Sanjay Verma http://www.sanverhosting.co.in

Share your thoughts... (really...I want to hear them)

Comments