mirror of https://github.com/fail2ban/fail2ban
Update paths-debian.conf
Fixed mail.log path since in the default rsyslog configuration of debians the `mail.warn` is commented now (see `/etc/rsyslog.d/50-default.conf`: `#mail.warn -/var/log/mail.warn`). Closes gh-1687pull/1824/head
parent
546cd55342
commit
57ea38c342
|
@ -11,7 +11,9 @@ after = paths-overrides.local
|
|||
|
||||
syslog_mail = /var/log/mail.log
|
||||
|
||||
syslog_mail_warn = /var/log/mail.warn
|
||||
# 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_authpriv = /var/log/auth.log
|
||||
|
||||
|
|
Loading…
Reference in New Issue