File: logging

package info (click to toggle)
qpsmtpd 0.94-8
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,340 kB
  • sloc: perl: 17,176; sh: 543; makefile: 186; sql: 100
file content (23 lines) | stat: -rw-r--r-- 691 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# by default, qpsmtpd logs to STDERR at the level set in config/loglevel.
#
# In addition, qpsmtpd will log through any plugins enabled in this file.
# You can enable as many plugins as you wish. Example plugin invocations
# are included below. Just remove the # symbol to enable them.

# default logging plugin
logging/warn 6

#logging/adaptive [accept minlevel] [reject maxlevel] [prefix char]
#logging/adaptive 4 6

# send logs to apache (useful if running qpsmtpd under apache)
#logging/apache

# send logs to the great bit bucket
#logging/devnull

# log to a file
#logging/file loglevel LOGINFO /var/log/qpsmtpd.log

# log to syslog
#logging/syslog loglevel LOGWARN priority LOG_NOTICE