我们正在尝试将MXlogging添加到Windows Server 2003 DNS服务器并出现以下错误:
“无法创build新logging,Node是CNAME DNSlogging。”
域名是xyz.com。 我们创build一个新的MXlogging,并将“主机或子域:”字段留空,然后将“cluster122.us.messagelabs.com”放在“邮件服务器的完全限定域名(FQDN)”字段中,保留10的默认优先级。
我们错过了什么吗?
如果您尝试为主机名(例如corp.example.com) (对于邮件为[email protected])设置MXlogging,并且该名称作为CNAMElogging而不是Alogging存在,则会导致此错误。 如果主机作为CNAME存在,则不能有其他与之关联的loggingtypes。 您需要重新创build主机名称作为Alogging,然后将MXlogging添加到它。
RFC 2181禁止在MXlogging中使用CNAME值:
10.3. MX and NS records The domain name used as the value of a NS resource record, or part of the value of a MX resource record must not be an alias. Not only is the specification clear on this point, but using an alias in either of these positions neither works as well as might be hoped, nor well fulfills the ambition that may have led to this approach. This domain name must have as its value one or more address records. Currently those will be A records, however in the future other record types giving addressing information may be acceptable. It can also have other RRs, but never a CNAME RR.
微软专门对此有话说。
尝试添加一个尾随点到“cluster122.us.messagelabs.com”
这是我经常忘记的事情,没有它,它是行不通的。
即使login到多个DC直接尝试创buildlogging也完全相同的问题。
问题最终是从第三方应用程序复制和粘贴信息。 似乎是一个未知的非法字符,打字logging“手动”工作正常。