Subversion Repositories configs

Rev

Rev 70 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
33 - 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
syslog_user =  /var/log/messages
19
 
20
syslog_ftp  = /var/log/messages
21
 
22
syslog_daemon  = /var/log/messages
23
 
24
syslog_local0  = /var/log/messages
25
 
26
 
27
apache_error_log = /var/log/httpd/*error_log
28
 
29
apache_access_log = /var/log/httpd/*access_log
30
 
31
# /etc/proftpd/proftpd.conf (ExtendedLog for Anonymous)
32
# proftpd_log = /var/log/proftpd/auth.log
33
# Tested and it worked out in /var/log/messages so assuming syslog_ftp for now.
34
 
35
exim_main_log = /var/log/exim/main.log
36
 
86 - 37
mysql_log = /var/log/mariadb/mariadb.log
38
            /var/log/mysqld.log
41 - 39
 
40
roundcube_errors_log = /var/log/roundcubemail/errors
86 - 41
 
42
# These services will log to the journal via syslog, so use the journal by
43
# default.
44
syslog_backend = systemd
45
sshd_backend = systemd
46
dropbear_backend = systemd
47
proftpd_backend = systemd
48
pureftpd_backend = systemd
49
wuftpd_backend = systemd
50
postfix_backend = systemd
51
dovecot_backend = systemd