HP-UX Reference (11i v2 04/09) - 4 File Formats (vol 8)

n
named.conf(4) named.conf(4)
in that category will be sent to the
default category instead. If you do not specify a default
category, the following category is used:
category "default" { "default_syslog"; "default_debug"; };
For example, if you want to log security events to a file and also wish to keep the default logging behavior,
you need to specify the following:
channel "my_security_channel" {
file "my_security_file";
severity info;
};
category "security" {
"my_security_channel";
"default_syslog";
"default_debug";
};
To discard all messages in a category, specify the
null channel as follows:
category "xfer-out" { "null"; };
category "notify" { "null"; };
Following are the available categories and brief descriptions of the types of log information they contain.
More categories may be added in future BIND releases.
default The default category defines the logging options for those categories where no specific
configuration has been defined.
general The catch-all. All unclassified categories belong to this category.
database Messages relating to the databases used internally by the name server to store zone and
cache data.
security Approval and denial of requests.
config Configuration file parsing and processing.
resolver DNS resolution, such as recursive lookups performed on behalf of clients by a caching
name server.
xfer-in Zone transfers the server is receiving.
xfer-out Zone transfers the server is sending.
notify The NOTIFY protocol
client Processing of client requests
unmatched Messages that named was unable to determine the class of or for which there was no
matching view. A one-line summary is also logged to the client category. This category is
best sent to a file or stderr, by default it is sent to the null channel.
network Network operations
update Dynamic updates
queries Enable query logging
dispatch Dispatching of incoming packets to the server modules where they are to be processed.
dnssec DNSSEC and TSIG protocol processing.
lame-servers
Lame servers. These are misconfigurations in remote servers, discovered by BIND 9
when trying to query those servers during resolution.
lwres Statement Grammar
This is the grammar of the
lwres statement in the named.conf file:
lwres {
[ listen-on { ip_addr [port ip_port] ; [ ip_addr [port ip_port] ;
... ] }; ]
[ view view_name; ]
Section 4182 Hewlett-Packard Company 7 HP-UX 11i Version 2: September 2004