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
pull/1824/head
Serg G. Brester 2017-07-05 19:57:30 +02:00 committed by GitHub
parent 546cd55342
commit 57ea38c342
1 changed files with 3 additions and 1 deletions

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