logging {
# Set syslog facility.
facility name;
# Tag syslog messages with this string.
tag text;
}
The logging block statement provides configuration for
programs that use syslog for diagnostics. The default
syslog facility is determined at compile time, it can be inspected
using the following command:
$ mailutils-config --info log_facility