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