How To Forward Email
| On the account you want to forward email from: |
cdand hitting a RETURN key.
2. Make sure that there is no .forward file in your home directory. This you can do by typing
ls .forward <press RETURN>If the message returned is
.forward not foundthat means that there is no .forward in your directory and you can go to step 3.
If the message returned is
.forwardthat means that you already have a .forward file. In that case, get help from your system administrator (or email root@math.fsu.edu).
3. Type
echo forwarding_address > .forward <press RETURN>where forwarding_address is the address you want your email to be forwarded to.
| On the account you want to forward email to: |
ls .forward <press RETURN>If the message returned is
.forward not foundthat means that there is no .forward in your directory, and you are set. If the message returned is
.forwardthat means that you already have a .forward file. In that case, get help from your system administrator (or email root@math.fsu.edu).
| To stop e-mail forwarding: |
rm .forward <press RETURN>This will discontinue e-mail forwarding from that account.
| To keep a local copy of e-mails: |
2.Edit the forward file
pico .forward
3.Change the line to read:
\username, forwarding_addressThis forwards your email to your current address (your username) in addition to your forwarding address. However, the backslash ("\") in front of your current address prevents mail from being forwarded in an endless loop.



