Latest 100 public snipts »
robertbanh's
snipts » forwarding
showing 1-1 of 1 snipts for forwarding
-
∞ Set up mail forwarding on linux
# add a .forward file to your home directory touch .forward # add your email address vi .forward <user>@<mail>.com # change permission else it won't work chmod 600 .forward # test mail send, replace 'user' with your login mailx -s 'test from cluster' user < /dev/null


