mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
Use Fedora's backend-settings for openSUSE
Those settings are ok for newer openSUSE versions
This commit is contained in:
parent
b5433f48b7
commit
f46ada023e
1 changed files with 12 additions and 0 deletions
|
|
@ -36,3 +36,15 @@ mysql_log = /var/log/mysql/mysqld.log
|
|||
roundcube_errors_log = /srv/www/roundcubemail/logs/errors
|
||||
|
||||
solidpop3d_log = %(syslog_mail)s
|
||||
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue