<div dir="ltr">dear all<br><br>I have a powerdns installation with this config :<br><br>```<br>bind-ignore-broken-records=yes<br>setuid=named<br>setgid=named<br>launch=bind<br>bind-config=/etc/bind-for-pdns<br>bind-dnssec-db=/var/cpanel/pdns/dnssec.db<br>local-address-nonexist-fail=no<br>distributor-threads=1<br>disable-axfr=no<br>also-notify=<a href="http://192.168.1.123:5300">192.168.1.123:5300</a>, <a href="http://192.168.8.79:53">192.168.8.79:53</a><br>allow-axfr-ips=<a href="http://127.0.0.0/8,::1">127.0.0.0/8,::1</a>, 192.168.1.123, 192.168.8.79<br>webserver=yes<br>api=yes<br>webserver-address=127.0.0.1<br>webserver-allow-from=127.0.0.1,::1<br>webserver-password=SECRET<br>webserver-port=953<br>api-key=SECRET<br>upgrade-unknown-types=1<br>master=yes<br><br>```<br><br>but when I try  "dig AXFR domain0.bino @<a href="http://127.0.0.1">127.0.0.1</a>", from jornalctl I got<br><br>```<br><br>Mar 20 10:56:39 my-server pdns_server[102277]: AXFR-out zone 'domain0.bino', client '127.0.0.1', transfer initiated<br>Mar 20 10:56:39 my-server pdns_server[102277]: AXFR-out zone 'domain0.bino', client '127.0.0.1', failed: not authoritative<br><br>```<br><br>Kindly please tell me what to check/do to fix this problem<br><br>-bino-<br></div>