Hi list, My server don't log to proper file. It should be /var/log/named/security.log but is /var/log/daemon.log.
I configure bind with this page https://wiki.debian.org/Bind9 and in /var/bind9/chroot/etc/bind/named.conf.options is: options { . . }; logging { channel security_file { file "/var/log/named/security.log" versions 3 size 30m; severity dynamic; print-time yes; }; category security { security_file; }; }; Thanks