mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
remove default backend (systemd) - too dangerous for all jails, because it's hardly to find an error if some jail mistakenly start to monitor journal instead of logfile (even if it exists), but will silently find nothing; sshd jail disabled by default - user have to enable jails in jail.local or jail.d
35 lines
718 B
Text
35 lines
718 B
Text
# Debian
|
|
|
|
[INCLUDES]
|
|
|
|
before = paths-common.conf
|
|
|
|
after = paths-overrides.local
|
|
|
|
|
|
[DEFAULT]
|
|
|
|
banaction = nftables
|
|
banaction_allports = nftables[type=allports]
|
|
|
|
sshd_backend = systemd
|
|
|
|
syslog_mail = /var/log/mail.log
|
|
|
|
# control the `mail.warn` setting, see `/etc/rsyslog.d/50-default.conf` (if commented `mail.*` wins).
|
|
# syslog_mail_warn = /var/log/mail.warn
|
|
syslog_mail_warn = %(syslog_mail)s
|
|
|
|
syslog_user = /var/log/user.log
|
|
|
|
syslog_ftp = /var/log/syslog
|
|
|
|
syslog_daemon = /var/log/daemon.log
|
|
|
|
exim_main_log = /var/log/exim4/mainlog
|
|
|
|
# was in debian squeezy but not in wheezy
|
|
# /etc/proftpd/proftpd.conf (SystemLog)
|
|
proftpd_log = /var/log/proftpd/proftpd.log
|
|
|
|
roundcube_errors_log = /var/log/roundcube/errors.log
|