minor: adjusted comment for named jails to come closer to upstream

pull/3/head
Yaroslav Halchenko 2008-03-05 23:18:04 -05:00
parent 15ce210cd0
commit 5d6d07508d
1 changed files with 13 additions and 4 deletions

17
debian/jail.conf vendored
View File

@ -226,12 +226,21 @@ logpath = /var/log/mail.log
# DNS Servers
# Mention: by default logging is off with bind installation.
# Need smth like
# These jails block attacks against named (bind9). By default, logging is off
# with bind9 installation. You will need something like this:
#
# logging {
# channel security_file { file "/var/log/named/security.log" versions 3 size 30m; severity dynamic; print-time yes; };
# category security { security_file; };
# channel security_file {
# file "/var/log/named/security.log" versions 3 size 30m;
# severity dynamic;
# print-time yes;
# };
# category security {
# security_file;
# };
# }
#
# in your named.conf to provide proper logging
# Word of Caution: