Ubuntu 22.04 and postfix 3.6.4
Postfix config is set to use syslog_facility=mail
, and I have modified /etc/rsyslog.d/50-default.conf
to the following
*.*;mail,auth,authpriv.none -/var/log/syslog
mail.warn /var/log/mail.err
Messages of warning and higher are correctly going to /var/log/mail.err, however all levels of mail facility messages are still going to syslog. Am I missing something?