This is an old revision of the document!
Upon requesting an account, you will be given a CSE department email. Your new address will be of the following format: 'username@cs.nmt.edu'. You can access this email account through [http://webmail.cs.nmt.edu].
For the moment, mail forwarding can only be done via ssh. From a login server, any email address added to the `.forwarding` file in your home directory will be forwarded to.
To edit this file you can do something like the following:
$ssh USER@login.cs.nmt.edu $echo "username@gmail.com" > ~/.forwarding
If you have more than one email you would like to forward to, you can edit this '.forwarding' file to contain more than one email, each separated by a new line character.
The following settings can be used to setup a mail client:
imap server: `mail.cs.nmt.edu`
imap auth: STARTTLS | Port 143
smtp server: `mail.cs.nmt.edu`
smtp auth: STARTTLS | Port 587