Difference between revisions of "Forwarding Mail"

(Created page with 'Log into one of our [http://www.cs.jhu.edu/support/wiki/index.php/Category:Linux_Clients Linux clients.] Create a '''.forward''' file (don't forget the '''.''' ) using an editor...')
 
Line 1: Line 1:
 
Log into one of our [http://www.cs.jhu.edu/support/wiki/index.php/Category:Linux_Clients Linux clients.]
 
Log into one of our [http://www.cs.jhu.edu/support/wiki/index.php/Category:Linux_Clients Linux clients.]
  
Create a '''.forward''' file (don't forget the '''.''' ) using an editor.
+
In the top level of your home directory, create a '''.forward''' file (don't forget the '''.''' ) using an editor.
  
 
Put your preferred e-mail account address as the only line in the '''.forward''' file.
 
Put your preferred e-mail account address as the only line in the '''.forward''' file.

Revision as of 18:15, 12 July 2010

Log into one of our Linux clients.

In the top level of your home directory, create a .forward file (don't forget the . ) using an editor.

Put your preferred e-mail account address as the only line in the .forward file.

Save changes.

Then at the command prompt run:

$chmod 744 .forward (again don't forget the . )