diff --git a/install_postfix_advanced.sh b/install_postfix_advanced.sh index 403313a..281d4f4 100755 --- a/install_postfix_advanced.sh +++ b/install_postfix_advanced.sh @@ -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 diff --git a/install_postfix_base.sh b/install_postfix_base.sh index 2db2531..a863543 100755 --- a/install_postfix_base.sh +++ b/install_postfix_base.sh @@ -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