small fixes and update for webserver
[distro-setup] / postfix-setup
index 2ecbd6b4be047c8ce90c4c6ef8471fbe90f165bf..fdd739beee273e31dc0a79177d2448992764ef86 100755 (executable)
@@ -83,6 +83,11 @@ else
 fi
 e $forward > ~/.forward
 e $forward | s tee /root/.forward
+
+# linode image has a root alias. completely useless, remove it.
+sudo sed -i '/^root:/d' /etc/aliases
+
+
 s newaliases
 
 # if I wanted the from address to be renamed and sent to a different address,