diff --git a/build/run/installer.sh b/build/run/installer.sh index e895851..44dcf81 100755 --- a/build/run/installer.sh +++ b/build/run/installer.sh @@ -480,3 +480,10 @@ cd /usr/local/bin git clone --quiet https://github.com/spf-tools/spf-tools.git git clone --quiet https://github.com/stevejenkins/postwhite.git cp /usr/local/bin/postwhite/postwhite.conf /etc + +############### +#// +#// Syslog +#// +############### +echo 'mail.* /var/log/maillog' >/etc/syslog.conf