我正在尝试用powerdns来设置dns服务器。我正在使用poweradmin GUI。我已经用Namec堆、ns1.domain.com和ns2.domain.com创建了我的自定义名称服务器。在最后一步,poweradmin要求我提供一个Hostmaster名称服务器。解释是:“当创建SOA记录而没有提供主机时,这里将使用这个值。应该以”hostmaster.example.net“形式出现。”有人能告诉我这是什么吗?我该怎么做?我已经在谷歌上搜索过了,但实际上我还没有找到一些可以帮助我的东西。

发布于 2015-11-27 09:51:04
这是一个电子邮件地址,可以用来联系负责域名的人。必须将电子邮件地址转换为主机名,如RFC 1035所解释的:
The DNS encodes the <local-part> as a single label, and encodes the
<mail-domain> as a domain name. The single label from the <local-part>
is prefaced to the domain name from <mail-domain> to form the domain
name corresponding to the mailbox. Thus the mailbox HOSTMASTER@SRI-
NIC.ARPA is mapped into the domain name HOSTMASTER.SRI-NIC.ARPA. If the
<local-part> contains dots or other special characters, its
representation in a master file will require the use of backslash
quoting to ensure that the domain name is properly encoded. For
example, the mailbox Action.domains@ISI.EDU would be represented as
Action\.domains.ISI.EDU.如果在@之前没有特殊字符,只需用.替换@就足够了。
https://serverfault.com/questions/738902
复制相似问题