Hi, After a successfully installation I have modified my DNS template as follows: [ZONE] origin={DOMAIN}. ns={NS1}. mbox={EMAIL}. refresh=7200 retry=540 expire=604800 minimum=3600 ttl=3600 [DNS_RECORDS] A|{DOMAIN}.|{IP}|0|3600 A|ns|{IP}|0|3600 A|www|{IP}|0|3600 A|ftp|{IP}|0|3600 A|mail|{IP}|0|3600 NS|{DOMAIN}.|{NS1}.|0|3600 NS|{DOMAIN}.|{NS2}.|0|3600 MX|{DOMAIN}.|mail.{DOMAIN}.|10|3600 This template works without problem on another server with ISPConfig 3.1.15p3, however on current installation with the latest version (3.2.1) I can't save my DNS records created with the wizard. After filling all the records and clicking on the Create new DNS zone button I get back to the DNS zones page, but there are no new records listed. The mysql table is also empty. If I create the DNS entry manually it works. So I suppose there is something wrong with this template on ISPConfig 3.2.1. What could be wrong? Please help! ISPConfig 3.2.1 Centos 8.2.2004 Apache 2.4.37 PHP 7.2.24 mysql Ver 15.1 Distrib 10.3.17-MariaDB
You have to add Code: dnssec_wanted=n under the [ZONE] variables for every template. We will fix this so it is not necessary in 3.2.2. You can also set it to y if you want to enable DNSSEC by default.