From 78ab4225038e8d1fa0597423ecfae20b3647985e Mon Sep 17 00:00:00 2001 From: Myve Date: Mon, 19 Aug 2024 01:49:34 +0000 Subject: [PATCH] modified: build/run/installer.sh --- build/run/installer.sh | 7 +++++++ 1 file changed, 7 insertions(+) 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