Hello! How are you? I got this config (auto generated in Samba), looks like this: /var/lib/samba/private/named.conf.update /* this file is auto-generated - do not edit */ update-policy { grant P3X-DC.PATRIKX3.COM ms-self * A AAAA; grant Administrator at P3X-DC.PATRIKX3.COM wildcard * A AAAA SRV CNAME; grant SERVER$@p3x-dc.patrikx3.com wildcard * A AAAA SRV CNAME; }; Today morning on Debian Testing is was working, now I had to remove it. The error: /var/lib/samba/private/named.conf.update:3: name field not set to placeholder value '.' No idea, what it means, do you guys is wrong with it? My Bind9 setting it was working, now it working only like this: view "internal-enp1s0f3" { match-clients { "internal-enp1s0f3"; }; match-recursive-only yes; recursion yes; allow-recursion { "internal-enp1s0f3"; }; notify yes; allow-update { none; }; allow-query { any; }; allow-transfer { xfer; }; include "/etc/bind/named.conf.default-zones"; zone "patrikx3.com" { type master; file "/etc/bind/zones/enp1s0f3/patrikx3.com"; // include "/var/lib/samba/private/named.conf.update"; }; zone "corifeus.com" { type master; file "/etc/bind/zones/enp1s0f3/corifeus.com"; }; include "/var/lib/samba/private/named.conf"; }; Patrik