How do I forward my mail from a Unix account?
To forward email in Unix:
- To remove any existing forwarding information, at the Unix prompt, enter: mv -f ~/.forward ~/.forward-old
- Add the full address of your preferred account in a new
.forwardfile with the command below: echo username@host.domain > ~/.forwardReplace
usernamewith your username on your preferred system, and replacehost.domainwith the name of the preferred email host computer and its domain.
At Indiana University, for personal or departmental Linux or Unix systems support, see Linux and Unix support at IU

