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-1687
This commit is contained in:
Serg G. Brester 2017-07-05 19:57:30 +02:00 committed by GitHub
parent 546cd55342
commit 57ea38c342

View file

@ -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