On Fri, Sep 5, 2008 at 5:25 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

>
> On Sep 5, 9:31 am, "Ross M Karchner" <[EMAIL PROTECTED]> wrote:
> > I'd love for someone to correct me if I'm wrong, but CNAME's and A
> records
> > are the only things relevant to GAE, right?
>
> Well, let me go ahead then (and hopefully you will love this): you ARE
> wrong. Google App Engine is about the deployment of your application,
> including on your domain, if you so choose. An integral part of my
> application is to be able to receive emailed feedback from my users.
> Thus I have a problem with APP ENGINE when the requirements for DNS
> setup for APP ENGINE conflict with that of another Google product
> (Google's mail service for your domain). If, for example, CNAME
> records did NOT conflict with MX records, then this wouldn't be a
> Google problem.


I see what you're getting at-- but it's not so much any sort of conflict,
and more poor documentation on Google's part.

example.com ("@") can never be a CNAME, but it's not really relevant anymore
since GAE no longer apparently supports 'naked domains':

http://code.google.com/appengine/kb/commontasks.html#naked_domain

"""Due to recent changes, App Engine no longer supports mapping your app to
a naked domain. If your domain registrar supports URL redirects, you can
redirect from http://yourdomain.com to e.g http://www.yourdomain.com or
http://appid.yourdomain.com.

For instructions on how to configure a redirect for your Google Apps domain,
please see the Google Apps FAQ on URL forwarding
(redirection)<http://www.google.com/support/a/bin/answer.py?hl=en-in&answer=61057>
."""
so, the best you can do is CNAME www.example.com to ghs.google.com , and
hope namecheap offers some sort redirection so that just 'example.com'
works.

Then you should have no problem adding the MX records described in the
support article.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to