Main navigation | Main content
The following provides information for basic configuration of email clients such as Thunderbird or Outlook. If you would like to access your CS&E email via the web, please go to CS&E Webmail.
<username>@cs.umn.edu
| Server Name: | mail.cs.umn.edu |
|---|---|
| Server Port: | 993 |
| Server Type: | IMAP |
| Connection Security: | SSL/TLS |
| Authentication type: | Normal Password |
This server only works from CS&E networks. For off-campus please use your ISP's SMTP server or visit the University's E-mail Configuration Guides to learn how to configure your email client to connect to the university's SMTP server with your x.500 account.
| Server Name: | mail.cs.umn.edu |
|---|---|
| Server Port: | 465 |
| Server Type: | SMTP |
| Connection Security: | SSL/TLS |
| Authentication type: | Normal Password |
<username>@cselabs.umn.edu
| Host: | mail.cselabs.umn.edu |
|---|---|
| Incoming Mail Server: | IMAP |
| Secure connection (SSL): | This server requires SSL to receive incoming mail. |
| Authentication type: | Password |
This server only works from CSE Labs networks. For off-campus please use your ISP's SMTP server or visit the University's E-mail Configuration Guides to learn how to configure your email client to connect to the university's SMTP server with your x.500 account.
| Host: | mail.cselabs.umn.edu |
|---|---|
| Server Type: | SMTP |
| Secure connection (SSL): | This server does not require SSL to send mail. |
IMAP is ideal for people who need to access e-mail from multiple computers since IMAP stores your e-mail on the mail server. Also, if mail is left on the server, it is backed up nightly and safe from potential disasters, such as disk errors.
Do not access your mail from IMAP and a 'local' mail client (such as pine, mutt, or elm) at the same time. Either use IMAP clients at once or a local client on a single machine. If you don't do this odd things my happen to your mailspool and there may be e-mail loss.
For more information regarding IMAP see the following links:



Your vacation message should now be enabled.
In order to disable your vacation message:
Your vacation message should now be disabled.
(back to top)In order to forward your CS&E email to another email account, you need to to set up a .forward file in your home directory.
First, change to your home directory and create the .forward file:
cd ~
touch .forward
Next, edit your .forward file to include the following information:
\<cs username>
<new email address>
Your CS&E email will now be forwarded to the new email address and a copy of the emails will be saved in your CS&E email account. If you want the emails to be forwarded with no copy saved, simply leave out the \<cs username> line in your .forward file.




Your U of M gmail will now forward emails to your CS&E email account.
*Click this image to view a larger version on the image.
(back to top)Some users prefer to keep many messages in their mailspool (/var/spool/mail/$username, also called INBOX in IMAP) for easy access. The problem with this is that it leaves large files in /var/spool/mail. Since that directory has to be a single partition and can't easily be backed up if we expand it further, it is a better solution to allow the mail user agent to copy the mail automatically into a user’s home directory. Directions are below for popular clients.
Be aware, ~/mail is subject to your quota. While the clients will not delete the mail in /var/spool/mail if they encounter an error, it may take some intervention to uncorrupt a ~/mail if it ends up in a truncated state. Feel free to contact the Operator if needed.
Also, as with /var/spool/mail mailboxes, the ~/mail files have the same locking conditions as /var/spool/mail. Take care to only use a single client as a time to access mail, as this will reduce locking conflicts and related issues.
To automatically move mail to your home directory with c-client based clients, do the following:
touch ~/mail
chmod 600 ~/mail
c-client will then automatically copy mail from /var/spool/mail into your home directory when you exit Pine, or use IMAP.
Default Mutt settings should already be moving mail into ~/mail. However, with the following settings it will be done automatically without prompting each session:
set mbox="~/mail"
set move=yes
Elm’s default settings should ask upon exiting elm to move all read mail to ~/mail.
(back to top)In order to prevent your machine from becoming infected, always run a virus scanner. If you receive a suspicious email, check a virus scanner's site, such as Symantec (makers of Norton AV) and see if the email you have received is listed.
For more information, please visit the Safe Computing page.