mirror of https://github.com/fail2ban/fail2ban
Use Fedora's backend-settings for openSUSE
Those settings are ok for newer openSUSE versionspull/1620/head
parent
b5433f48b7
commit
f46ada023e
|
@ -36,3 +36,15 @@ mysql_log = /var/log/mysql/mysqld.log
|
||||||
roundcube_errors_log = /srv/www/roundcubemail/logs/errors
|
roundcube_errors_log = /srv/www/roundcubemail/logs/errors
|
||||||
|
|
||||||
solidpop3d_log = %(syslog_mail)s
|
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 New Issue