Error message when creating new domain on DNS servers.

Discussion in 'Installation/Configuration' started by andypl, May 26, 2014.

  1. andypl

    andypl Member

    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
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    This warning is shown as the dns sub records are checked while they were added until the ns records are added to the zone.
     
  3. andypl

    andypl Member

    As it can be turned off?
    Because now I get 20 e-mails as someone creates a domain.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    The check cant be disabled at the moment. But we should add a option to disable it indeed.
     

Share This Page