Accounts » E-Mail

ID #1013

How do I forward email to another address?

To forward mail to one address:
echo "myname@umail.ucsb.edu" > ~/.forward
Where "myname@umail.ucsb.edu" is the desired email address for all new email to be fowarded. Once done, you will not recieve anymore email to your account. You can undo this by deleting the .forward file in your home directory.

To forward mail to multiple addresses:

Edit your ~/.forward file and add addresses separated with a comma:

fred@flintstone.org, katz@jammer.com, jsmith@smith.com


To forward mail to an address and retain a copy in the original account:

If you want to keep a copy of each message in the original account without causing a .forward infinite loop, put a backslash in front of the account name:

\\username, fred@flintstone.org, katz@jammer.com

Warnings about mail loops

Avoid creating loops in the mail transmission flow. If you create a .forward file that points to itself (or points to a .forward file that points back to the first one, creating a ping-pong effect), you will not recieve the mail.

Don't do this:

    \\pparker, "|mail spiderman" 

The intention here is to retain a copy for pparker and mail a duplicate to the spiderman account. At first this method appears to work okay, but if there"s any type of problem delivering to spiderman, the returned mail will bounce and grow indefinitely.

Tags: -

Related entries:

Last update: 2005-05-19 12:35
Author: Jeff Peterson and Don Voita
Revision: 1.0

Digg it! Print this record Send to a friend Show this as PDF file
Propose a translation for Propose a translation for
Please rate this entry:

Average rating: 3 out of 5 (5 Votes )

completely useless 1 2 3 4 5 most valuable

You can comment on this entry