install_postfix_base.sh,install_postfix_advanced.sh: adjust '/etc/rsyslog.d/postfix.conf'.

This commit is contained in:
Christoph 2024-09-15 22:07:54 +02:00
parent da37fc1938
commit e976d0e3ef
2 changed files with 6 additions and 6 deletions

View File

@ -3639,9 +3639,9 @@ cat << EOF >> /etc/rsyslog.d/postfix.conf
# Logging for the mail system. Split it up so that
# it is easy to write scripts to parse these files.
#
mail.info -/var/log/mail.info
mail.warn -/var/log/mail.warn
mail.err /var/log/mail.err
#mail.info -/var/log/mail.info
#mail.warn -/var/log/mail.warn
#mail.err /var/log/mail.err
mail.* -/var/log/mail.log
& stop

View File

@ -1319,9 +1319,9 @@ cat << EOF >> /etc/rsyslog.d/postfix.conf
# Logging for the mail system. Split it up so that
# it is easy to write scripts to parse these files.
#
mail.info -/var/log/mail.info
mail.warn -/var/log/mail.warn
mail.err /var/log/mail.err
#mail.info -/var/log/mail.info
#mail.warn -/var/log/mail.warn
#mail.err /var/log/mail.err
mail.* -/var/log/mail.log
& stop