diff --git a/install.sh b/install.sh index c4e6a74..2194879 100755 --- a/install.sh +++ b/install.sh @@ -192,5 +192,10 @@ if [[ -d /etc/fail2ban/ ]]; then else echo echo "fail2ban not installed, skipping fail2ban email configs." - fi + +echo "root: webmaster@$maildomain" >> /etc/aliases +echo +echo "Email for root user notifications are configured to go to webmaster@$maildomain." +echo "Update /etc/aliases to suit your needs." +