From 3315b18ace4225637883655f6d3dde5f9fd5cd01 Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Wed, 27 Mar 2024 13:27:53 -0700 Subject: [PATCH] update email alias/forward info --- install.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index d90eb92..91df8a5 100755 --- a/install.sh +++ b/install.sh @@ -202,6 +202,7 @@ else fi echo "webmaster@$maildomain" > /root/.forward - -echo "System emails are configured to forward to webmaster@$maildomain." +echo +echo "System emails are all configured to alias to root@$fqdn," +echo "which in turn forwards to webmaster@$maildomain." echo "Adjust /etc/aliases & /root/.forward as desired."