Difference between revisions of "Forwarding Mail"

Line 1: Line 1:
If you're a CS ''grad student, professor, researcher, postdoc or staff member,'' log into one of our [[Linux Clients on the CS Grad/Research Net]].
+
==INTRO==
  
If you're a CS ''ugrad student,'' log into one of our [[Linux Clients on the CS Undergrad Net]].
+
When you receive a CS Linux account, you're also receiving an email address in the form of ''''yourusername''@cs.jhu.edu'''
  
In the top level of your home directory, create a '''.forward''' file (don't forget the '''.''' ) using an editor.
+
You might choose want to forward any email you receive at this address to some other preferred address.  To do this, please follow the steps below.
  
Put your preferred email account address as the only line in the <tt>.forward</tt> file.
+
==Setting Up Forwarding For Your CS Address==
  
Save changes.
 
  
Then at the command prompt run:
+
* If you're a CS ''grad student, professor, researcher, postdoc or staff member,'' log into one of our [[Linux Clients on the CS Grad/Research Net]].
  
chmod 644 .forward
+
: or
 +
 
 +
* If you're a CS ''ugrad student,'' log into one of our [[Linux Clients on the CS Undergrad Net]].
 +
 
 +
: then
 +
 
 +
* In the top level of your home directory, create a '''.forward''' file (don't forget the '''.''' ) using an editor.
 +
 
 +
* Put your preferred email account address as the only line in the <tt>.forward</tt> file.
 +
 
 +
* Save changes.
 +
 
 +
:Open a Linux shell/terminal.
 +
 
 +
* cd to your home directory.
 +
 
 +
* run the following command:
 +
 
 +
: '''chmod 644 .forward''
 +
 
 +
:(Again, don't forget the '''.''' in '''.forward''' )
 +
 
 +
Now, incoming mail to your CS address should be forwarded to your preferred address.
  
(Again, don't forget the '''.''' in '''.forward''' )
 
  
  

Revision as of 16:22, 12 April 2017

INTRO

When you receive a CS Linux account, you're also receiving an email address in the form of 'yourusername@cs.jhu.edu

You might choose want to forward any email you receive at this address to some other preferred address. To do this, please follow the steps below.

Setting Up Forwarding For Your CS Address

or
then
  • In the top level of your home directory, create a .forward file (don't forget the . ) using an editor.
  • Put your preferred email account address as the only line in the .forward file.
  • Save changes.
Open a Linux shell/terminal.
  • cd to your home directory.
  • run the following command:
'chmod 644 .forward
(Again, don't forget the . in .forward )

Now, incoming mail to your CS address should be forwarded to your preferred address.