Forwarding Mail Documentation
To forward your mail, create a file named .forward in your home
directory containing the e-mail address you wish to forward to.
echo "user@destination.com" > ~/.forward
To cancel the forward, remove the .forward file:
rm ~/.forward