サブドメインのMXレコードを設定できません。問題は、サブドメインがCNAMEでgooglehostedにあることです。そのサイトでセットアップされたメールを完成させるためにそのサブドメインのMXを設定する必要があることを教えられました。GoogleでホストされているサブドメインのMXに問題がある
CNAMEのIN MXを設定すると、ゾーンがバインドで読み込まれませんでした。
は、私は完全なサブドメイン名を追加し、MXを含め、それは文句を言わなかった。..$TTL 3600
@ IN SOA ns1.myserver.com. support.myserver.com. (
2012013023 ; serial
3H ; refresh (3 hours)
15M ; retry (15 minutes)
1W ; expire (1 weeks)
1D ; minimum (1 day)
)
IN NS ns1.myserver.com.
IN NS ns2.myserver.com.
IN A xxx.xxx.xxx.xxx
IN MX 1 ASPMX.L.GOOGLE.COM.
IN MX 5 ALT1.ASPMX.L.GOOGLE.COM.
IN MX 5 ALT2.ASPMX.L.GOOGLE.COM.
IN MX 10 ASPMX2.GOOGLEMAIL.COM.
IN MX 10 ASPMX3.GOOGLEMAIL.COM.
www IN A xxx.xxx.xxx.xxx
mail IN CNAME ghs.googlehosted.com.
calendar IN CNAME ghs.googlehosted.com.
docs IN CNAME ghs.googlehosted.com.
sites IN CNAME ghs.googlehosted.com.
asdfasdf.sites.myserver.com. IN CNAME gv-asdfasdf.dv.googlehosted.com.
sites IN MX 1 ASPMX.L.GOOGLE.COM.
しかし、私はMXでnslookupを実行すると、それはMX値だけで正規のが表示されないのですか?
nslookup
> set type=mx
> server ns1.myserver.com
Default server: ns1.myserver.com
Address: xxx.xxx.xxx.xxx#53
> sites.myserver.com
Server: ns1.myserver.com
Address: xxx.xxx.xxx.xxx#53
sites.myserver canonical name = ghs.googlehosted.com
私は 1 ASPMX.L.GOOGLE.COMを指すようにsites.myserver.comのMXを設定する必要があります。