34 |
- |
1 |
# Common
|
|
|
2 |
#
|
|
|
3 |
|
|
|
4 |
[INCLUDES]
|
|
|
5 |
|
|
|
6 |
after = paths-overrides.local
|
|
|
7 |
|
|
|
8 |
[DEFAULT]
|
|
|
9 |
|
71 |
- |
10 |
default_backend = auto
|
|
|
11 |
|
34 |
- |
12 |
sshd_log = %(syslog_authpriv)s
|
71 |
- |
13 |
sshd_backend = %(default_backend)s
|
34 |
- |
14 |
|
|
|
15 |
dropbear_log = %(syslog_authpriv)s
|
71 |
- |
16 |
dropbear_backend = %(default_backend)s
|
34 |
- |
17 |
|
|
|
18 |
# There is no sensible generic defaults for syslog log targets, thus
|
|
|
19 |
# leaving them empty here so that no errors while parsing/interpolating configs
|
|
|
20 |
syslog_daemon =
|
|
|
21 |
syslog_ftp =
|
|
|
22 |
syslog_local0 =
|
|
|
23 |
syslog_mail_warn =
|
|
|
24 |
syslog_user =
|
71 |
- |
25 |
# Set the default syslog backend target to default_backend
|
|
|
26 |
syslog_backend = %(default_backend)s
|
34 |
- |
27 |
|
|
|
28 |
# from /etc/audit/auditd.conf
|
|
|
29 |
auditd_log = /var/log/audit/audit.log
|
|
|
30 |
|
|
|
31 |
exim_main_log = /var/log/exim/mainlog
|
|
|
32 |
|
71 |
- |
33 |
nginx_error_log = /var/log/nginx/*error.log
|
34 |
- |
34 |
|
71 |
- |
35 |
nginx_access_log = /var/log/nginx/*access.log
|
34 |
- |
36 |
|
|
|
37 |
|
|
|
38 |
lighttpd_error_log = /var/log/lighttpd/error.log
|
|
|
39 |
|
|
|
40 |
# http://www.hardened-php.net/suhosin/configuration.html#suhosin.log.syslog.facility
|
|
|
41 |
# syslog_user is the default. Lighttpd also hooks errors into its log.
|
|
|
42 |
|
87 |
- |
43 |
suhosin_log = %(syslog_user)s
|
|
|
44 |
%(lighttpd_error_log)s
|
34 |
- |
45 |
|
|
|
46 |
# defaults to ftp or local2 if ftp doesn't exist
|
|
|
47 |
proftpd_log = %(syslog_ftp)s
|
71 |
- |
48 |
proftpd_backend = %(default_backend)s
|
34 |
- |
49 |
|
|
|
50 |
# http://svnweb.freebsd.org/ports/head/ftp/proftpd/files/patch-src_proftpd.8.in?view=markup
|
|
|
51 |
# defaults to ftp but can be overwritten.
|
|
|
52 |
pureftpd_log = %(syslog_ftp)s
|
71 |
- |
53 |
pureftpd_backend = %(default_backend)s
|
34 |
- |
54 |
|
|
|
55 |
# ftp, daemon and then local7 are tried at configure time however it is overwriteable at configure time
|
|
|
56 |
#
|
|
|
57 |
wuftpd_log = %(syslog_ftp)s
|
71 |
- |
58 |
wuftpd_backend = %(default_backend)s
|
34 |
- |
59 |
|
|
|
60 |
# syslog_enable defaults to no. so it defaults to vsftpd_log_file setting of /var/log/vsftpd.log
|
|
|
61 |
# No distro seems to set it to syslog by default
|
|
|
62 |
# If syslog set it defaults to ftp facility if exists at compile time otherwise falls back to daemonlog.
|
|
|
63 |
vsftpd_log = /var/log/vsftpd.log
|
|
|
64 |
|
|
|
65 |
# Technically syslog_facility in main.cf can overwrite but no-one sane does this.
|
|
|
66 |
postfix_log = %(syslog_mail_warn)s
|
71 |
- |
67 |
postfix_backend = %(default_backend)s
|
34 |
- |
68 |
|
|
|
69 |
dovecot_log = %(syslog_mail_warn)s
|
71 |
- |
70 |
dovecot_backend = %(default_backend)s
|
34 |
- |
71 |
|
|
|
72 |
# Seems to be set at compile time only to LOG_LOCAL0 (src/const.h) at Notice level
|
|
|
73 |
solidpop3d_log = %(syslog_local0)s
|
|
|
74 |
|
|
|
75 |
mysql_log = %(syslog_daemon)s
|
71 |
- |
76 |
mysql_backend = %(default_backend)s
|
34 |
- |
77 |
|
39 |
- |
78 |
roundcube_errors_log = /var/log/roundcube/errors
|
|
|
79 |
|
34 |
- |
80 |
# Directory with ignorecommand scripts
|
|
|
81 |
ignorecommands_dir = /etc/fail2ban/filter.d/ignorecommands
|