blob: 90775b6da6570b97c8617484ada4211c3ddc74f4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
--- authdaemonrc.in.orig 2016-01-05 01:20:05 UTC
+++ authdaemonrc.in
@@ -59,6 +59,42 @@ daemons=5
authdaemonvar=@authdaemonvar@
+##NAME: subsystem:0
+#
+# The syslog facility uses subsystem to determine which log messages
+# are recorded in which log files.
+#
+# The currently defined subsystems are:
+#
+# o auth
+# o authpriv
+# o console
+# o cron
+# o daemon
+# o ftp
+# o kern
+# o lpr
+# o mail
+# o news
+# o security
+# o user
+# o uucp
+# o local0
+# o local1
+# o local2
+# o local3
+# o local4
+# o local5
+# o local6
+# o local7
+#
+# Note: Not all of the above facility names are implemented on
+# every system. Check your system's syslog documentation for
+# information on which facility names are allowed, and which log
+# files record the corresponding messages for each facility.
+
+subsystem=mail
+
##NAME: DEBUG_LOGIN:0
#
# Dump additional diagnostics to syslog
|