LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   google apps, don't know how (https://www.linuxquestions.org/questions/linux-newbie-8/google-apps-dont-know-how-682248/)

hsia 11-09-2008 08:46 PM

google apps, don't know how
 
I want to set the record names for google apps in my zone file, but I don't know how to do it right. My zone file is like:
$TTL 86400
@ IN SOA suzie.example.com. root.example.com. (
2008110704 ; serial
28800 ; refresh
7200 ; retry
604800 ; expire
86400 ) ; minimum TTL of 1 day
IN NS suzie.example.com.
IN NS ns1.us.editdns.net.
IN NS ns2.us.editdns.net.
IN NS ns3.us.editdns.net.
suzie IN A 192.168.1.201
calender IN CNAME ghs.google.com
docs IN CNAME ghs.google.com
google7958c65f51ad89b2 IN CNAME google.com
mail IN CNAME ghs.google.com
IN MX 5 alt1.aspmx.l.google.com.
IN MX 5 alt2.aspmx.l.google.com.
IN MX 1 aspmx.l.google.com.
IN MX 10 aspmx2.googlemail.com.
IN MX 10 aspmx3.googlemail.com.
IN MX 10 aspmx4.googlemail.com.
IN MX 10 aspmx5.googlemail.com.
IN TXT 1 "v=spf1 include:_spf.google.com ~all"
sites IN CNAME ghs.google.com
start IN CNAME ghs.google.com
www IN CNAME ghs.google.com

When I checkzone, I get the message CNAME and other data, and I failed to restart named. How to do it right? Thanks for helping.


All times are GMT -5. The time now is 09:09 PM.