Hello guys, First, I apologize for being using the Google translator to post, but I believe that we can communicate. Come on ... I'm learning ISPConfig and am really enjoying it. I'm using on a VPS and I'm accomplishing all my needs, with the exception of one thing: Template in DNS, see: [ZONE] origin = {DOMAIN}. <====== Information is provided ns = {NS1}. mbox = {EMAIL}. refresh = 7200 retry = 600 expires = 604800 minimum = 86400 ttl = 3600 There is an entry for the ORIGIN and it does not appear in the SOA. When will I get tested at http://www.dnsinspect.com/ site it states the problem of the ORIGIN not exist. I enter the DNS configuration file and insert the line: $ORIGIN dominio.com The site goes on to accept the setting. Well, so far so good, but the problem is when I change the ISPConfig, the information is erased ORIGIN, and all new fields have to insert the record in hand. Anyone know how to fix or is it a bug? Thanks to all.
Problem solved! Had a bug when creating the DNS domain, deletes and created again and got 100%. I take my template and let the DNS. [ZONE] origin={DOMAIN}. ns={NS1}. mbox={EMAIL}. refresh=7200 retry=900 expire=604800 minimum=86400 ttl=3600 [DNS_RECORDS] A|{DOMAIN}.|{IP}|0|3600 A|www|{IP}|0|3600 A|mail|{IP}|0|3600 A|ns1|{IP}|0|3600 A|ns2|{IP}|0|3600 NS|{DOMAIN}.|{NS1}.|0|3600 NS|{DOMAIN}.|{NS2}.|0|3600 MX|{DOMAIN}.|mail.{DOMAIN}.|10|3600 TXT|{DOMAIN}.|v=spf1 a mx ptr ip4:{IP} mx:{DOMAIN} +all|0|3600 TXT|{DOMAIN}.|spf2.0/pra ?all|0|3600 Do not forget to change the IP NS2.