192 |
- |
1 |
# Fedora
|
|
|
2 |
|
|
|
3 |
[INCLUDES]
|
|
|
4 |
|
|
|
5 |
before = paths-common.conf
|
|
|
6 |
|
|
|
7 |
after = paths-overrides.local
|
|
|
8 |
|
|
|
9 |
|
|
|
10 |
[DEFAULT]
|
|
|
11 |
|
|
|
12 |
syslog_mail = /var/log/maillog
|
|
|
13 |
|
|
|
14 |
syslog_mail_warn = /var/log/maillog
|
|
|
15 |
|
|
|
16 |
syslog_authpriv = /var/log/secure
|
|
|
17 |
|
|
|
18 |
apache_error_log = /var/log/httpd/*error_log
|
|
|
19 |
|
|
|
20 |
apache_access_log = /var/log/httpd/*access_log
|
|
|
21 |
|
|
|
22 |
# /etc/proftpd/proftpd.conf (ExtendedLog for Anonymous)
|
|
|
23 |
# proftpd_log = /var/log/proftpd/auth.log
|
|
|
24 |
# Tested and it worked out in /var/log/messages so assuming syslog_ftp for now.
|
|
|
25 |
|
|
|
26 |
exim_main_log = /var/log/exim/main.log
|
|
|
27 |
|
|
|
28 |
mysql_log = /var/log/mariadb/mariadb.log
|
|
|
29 |
/var/log/mysqld.log
|
|
|
30 |
|
|
|
31 |
roundcube_errors_log = /var/log/roundcubemail/errors
|
|
|
32 |
|
|
|
33 |
# These services will log to the journal via syslog, so use the journal by
|
|
|
34 |
# default.
|
|
|
35 |
syslog_backend = systemd
|
|
|
36 |
sshd_backend = systemd
|
|
|
37 |
dropbear_backend = systemd
|
|
|
38 |
proftpd_backend = systemd
|
|
|
39 |
pureftpd_backend = systemd
|
|
|
40 |
wuftpd_backend = systemd
|
|
|
41 |
postfix_backend = systemd
|
|
|
42 |
dovecot_backend = systemd
|