If you want to forward mail that goes to gamma on to me@aol.com, then:
log into gamma. (gamma if you are trying to forward email from your engineering account) To log on, you must either:Click on the link: gamma (corresponding to the name of the computer that you want email forwarded from..i.e. the computer you don't want to read your email on). This works for forwarding from a WSU engineering account. It should automatically perform one of the following for you if your machine is configured properly. Sit at an X-terminal on campus, either in the Russ center or in the basement of the library. Log in with your user-name and password (gamma is the represents all of the WSU engineering machines for the purposes of forwarding email). If you are connected to the Internet through a MS Windows machine, select 'Run Program' from the start menu. Type telnet gamma.wright.edu. Enter your user-name and password when prompted. On a Mac running MacOS X, run the Terminal Application located in the Utilities folder inside the Applications Folder. Type telnet gamma.wright.edu. Enter your user-name and password when prompted. On a Mac running the older MacOS, download Nifty Telnet from http://www.versiontracker.com. Use its menus to telnet to gamma.wright.edu. When you are connected type (exactly): cat > .forwardtype the full email account you want email to go to. For instance, for our example account of me@aol.com type: me@aol.comType a control-D (hold the control key and hit the 'D' key, then release the 'D' key, then the control key.). This will bring you back to the UNIX prompt. Caution: if you hit control-D at the Unix prompt, you will be logged out! Type: cat .forwardYou should see email address that you just typed. Send yourself a test email to the account you want email forwarded from (nuser@wright.edu where nuser is your engineering account - usually first initial, last name). Check your email on your other account. If it didn't get there, repeat these instructions. Alternatively, if you're not able to get these instructions to work for you, you can use an editor (like pico) to edit your .forward file. Just place your email address as the only item in the file, and save the file. The '^' symbol in the menu below (when running pico) means hold the control key and press the letter shown. For example, after typing your email address, you press control-X to exist (hold the control key, press X, then release). You will be asked if you want the file to be saved. Answer 'y', then type in .forward when prompted for a file name.
If you want your email to be forwarded and stay on the local
machine, you will have make the contents of your .forward file
look like the following:
\s###lll,me@aol.comwhere s###lll is the account name that you are logged into. The first part, before the comma, tells the machine to keep a copy, the second part tells it to forward a copy to the account me@aol.com.
To stop mail forwarding, just delete the .forward file using the rm command (man rm will give you help on that command if you are interested):
rm .forward