I've mapped a Google App Engine application using "Google Apps for your domain" on one subdomain (say "app.mydomain.com" ) and I've done that with a CNAME record in the DNS settings for mydomain.com.
Is it possible for Google Apps to handle e-mails sent to "@app.mydomain.com"? In the DNS record for mydomain.com, I would have a configuration like this:
app.mydomain.com. CNAME GHS.GOOGLE.COM.
app.mydomain.com. MX 1 ASPMX.L.GOOGLE.COM.
Would the CNAME entry for the subdomain conflict with MX records for the same subdomain?
[edit] The root domain MX record @mydomain.com is NOT setup with Google Apps
[edit2] [related question on Stack Exchange]1