
这是情况:
我有一个域名,比如sub.otherdomain.com,我想设置电子邮件地址,并另外设置A记录.我不拥有此域名,但域名所有者已设置Cname记录以指向我的某个域名(比如说customer.mydomain.com)
我的理解是,设置Cname记录将导致sub.otherdomain.com的所有记录查找都使用customer.mydomain.com上定义的记录.这似乎适用于我设置的A记录,但MX记录似乎没有正确地通过Cname.
总之,存在以下记录:
sub.otherdomain.com
Cname customer.mydomain.com
customer.mydomain.com
A xxx.xxx.xxx.xxxMX (mx details)
我的假设是发送到xxx@sub.otherdomain.com的电子邮件将使用来自customer.mydomain.com的MX记录.这不是这种情况吗?
解决方法 查看 http://www.ietf.org/rfc/rfc1123.txt总结The domain names that a Sender-SMTP sends in MAIL and RCPT commands MUST have been “canonicalized,” i.e.,they must be fully-qualifIEd principal names or domain literals,not nicknames or domain abbreviations. A canonicalized name either IDentifIEs a host directly or is an MX name; it cannot be a Cname.
以上是内存溢出为你收集整理的domain-name-system – MX记录会“跟随”CNAME记录吗?全部内容,希望文章能够帮你解决domain-name-system – MX记录会“跟随”CNAME记录吗?所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)