fail2ban/config/paths-fedora.conf

52 lines
1.0 KiB
Plaintext
Raw Normal View History

2014-01-25 12:25:54 +00:00
# Fedora
[INCLUDES]
before = paths-common.conf
2014-01-25 12:25:54 +00:00
after = paths-overrides.local
2014-03-02 04:16:53 +00:00
2014-01-25 12:25:54 +00:00
[DEFAULT]
syslog_mail = /var/log/maillog
2014-02-19 21:20:02 +00:00
syslog_mail_warn = /var/log/maillog
2014-01-25 12:25:54 +00:00
syslog_authpriv = /var/log/secure
syslog_user = /var/log/messages
syslog_ftp = /var/log/messages
2014-02-19 21:20:02 +00:00
syslog_daemon = /var/log/messages
2014-01-25 12:25:54 +00:00
2014-02-19 21:20:02 +00:00
syslog_local0 = /var/log/messages
2014-01-25 12:25:54 +00:00
2014-02-19 21:20:02 +00:00
apache_error_log = /var/log/httpd/*error_log
apache_access_log = /var/log/httpd/*access_log
2014-01-25 12:25:54 +00:00
# /etc/proftpd/proftpd.conf (ExtendedLog for Anonymous)
# proftpd_log = /var/log/proftpd/auth.log
# Tested and it worked out in /var/log/messages so assuming syslog_ftp for now.
exim_main_log = /var/log/exim/main.log
2014-03-02 05:11:53 +00:00
mysql_log = /var/lib/mysql/mysqld.log
roundcube_errors_log = /var/log/roundcubemail/errors
# These services will log to the journal via syslog, so use the journal by
# default.
syslog_backend = systemd
sshd_backend = systemd
dropbear_backend = systemd
proftpd_backend = systemd
pureftpd_backend = systemd
wuftpd_backend = systemd
postfix_backend = systemd
dovecot_backend = systemd
mysql_backend = systemd