Compare commits

..

2 Commits

2 changed files with 16 additions and 8 deletions

View File

@ -3633,15 +3633,19 @@ fi
## - Omitt logging into system.log ## - Omitt logging into system.log
## - ## -
echononl " Create \"/etc/rsyslog.d/postfix.conf\"" echononl " Create \"/etc/rsyslog.d/postfix.conf\""
cat << EOF >> /etc/rsyslog.d/postfix.conf cat << EOF > /etc/rsyslog.d/postfix.conf
# Create an additional socket in postfix's chroot in order not to break
# mail logging when rsyslog is restarted. If the directory is missing,
# rsyslog will silently skip creating the socket.
\$AddUnixListenSocket /var/spool/postfix/dev/log
# #
# Logging for the mail system. Split it up so that # Logging for the mail system. Split it up so that
# it is easy to write scripts to parse these files. # it is easy to write scripts to parse these files.
# #
mail.info -/var/log/mail.info #mail.info -/var/log/mail.info
mail.warn -/var/log/mail.warn #mail.warn -/var/log/mail.warn
mail.err /var/log/mail.err #mail.err /var/log/mail.err
mail.* -/var/log/mail.log mail.* -/var/log/mail.log
& stop & stop

View File

@ -1313,15 +1313,19 @@ fi
## - Omitt logging into system.log ## - Omitt logging into system.log
## - ## -
echononl " Create \"/etc/rsyslog.d/postfix.conf\"" echononl " Create \"/etc/rsyslog.d/postfix.conf\""
cat << EOF >> /etc/rsyslog.d/postfix.conf cat << EOF > /etc/rsyslog.d/postfix.conf
# Create an additional socket in postfix's chroot in order not to break
# mail logging when rsyslog is restarted. If the directory is missing,
# rsyslog will silently skip creating the socket.
\$AddUnixListenSocket /var/spool/postfix/dev/log
# #
# Logging for the mail system. Split it up so that # Logging for the mail system. Split it up so that
# it is easy to write scripts to parse these files. # it is easy to write scripts to parse these files.
# #
mail.info -/var/log/mail.info #mail.info -/var/log/mail.info
mail.warn -/var/log/mail.warn #mail.warn -/var/log/mail.warn
mail.err /var/log/mail.err #mail.err /var/log/mail.err
mail.* -/var/log/mail.log mail.* -/var/log/mail.log
& stop & stop