Hello, After updating to version 3.0.5.4 ISPConfig receives about 20 messages on the creation of a domain using the wizard. Despite the error messages from the domain creates the file correctly on DNS servers. Message below: 26.05.2014-15:56 - WARNING - Writing BIND domain file failed: /etc/bind/master/pri.domain.tld zone domain.tld / IN: has no NS records zone domain.tld / IN: not loaded due this errors. This is my config templates for the DNS server #--DNS--# [ZONE] origin={DOMAIN}. ns=ns1.dns.server. [email protected]. refresh=10800 retry=3600 expire=604800 minimum=3600 ttl=3600 [DNS_RECORDS] A|{DOMAIN}.|1.2.3.4|0|3600 A|www|1.2.3.4|0|3600 CNAME|ww|www.{DOMAIN}.|0|86400 CNAME|w|www.{DOMAIN}.|0|86400 A|poczta|1.2.3.6|0|3600 A|ftp|1.2.3.7|0|3600 A|smtp|1.2.3.6|0|3600 A|pop3|1.2.3.6|0|3600 A|imap|1.2.3.6|0|3600 NS|{DOMAIN}.|ns1.dns.server.|0|3600 NS|{DOMAIN}.|ns2.dns.server.|0|3600 MX|{DOMAIN}.|mx.server.|10|3600 TXT|{DOMAIN}.|v=spf1 redirect=_spf.mx.server|0|86400 #--DNS-# Regards
This warning is shown as the dns sub records are checked while they were added until the ns records are added to the zone.