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."