| getting started with email |
Certainly, your UW Math experience would not be complete without email. So here's the big moment where we reveal to you your brand new, easy-to-remember Math Department email address. It's username@math.wisc.edu (where username is your authorized UNIX account username).
Now, to actually send and receive mail, you need to choose a favorite email program. Here are some general Guidelines:
- If you want to read mail from your Math account, use mailhost.math.wisc.edu as your incoming mailserver.
- Within Van Vleck you can also use mailhost.math.wisc.edu as your outgoing mailserver. If you are outside Van Vleck, consult your ISP for the appropriate outgoing mailserver. If you are on campus, or use WiscWorld dialup, the outgoing mail server should be smtpauth.wiscmail.wisc.edu.
- Note: Basically the Math mail system supports:
- IMAP: 143/TLS and 993/SSL
- SMTP: Authenticated 25/TLS, 587/TLS, 465/SSL from anywhere, and plain 25 without authentication from inside Van Vleck
- NOTE: In order to view/edit your maildir folders, you will have to login to login and type
cd /auto/mail/user where user is your username.- Note: The Math Department mail system only supports IMAP based e-mail clients. Some of these are described below:
Cross Platform
Webmail You can read your math e-mail through our webmail server. Just point your web browser to webmail.math.wisc.edu and login with your Math Department username/password. Note: you should use a current version of your browser.
Mozilla Thunderbird This is a powerful, intuitive cross-platform email program that works well with IMAP and Maildir (our math mail format) It's great for folks who like a point-and-click environment, and those familiar with Eudora or Outlook will find it really easy. To find out more about it, please visit http://www.mozilla.com/thunderbird/
Thunderbird Setup:
In Account Settings:
Server Settings:
Server Type: IMAP Mail Server
Server Name: mailhost.math.wisc.edu Port: 143
User Name:
Use Secure Connection: TLS
Use Secure Authentication: OFF
Advanced Button -> IMAP Server directory: (leave empty)
Note: Older versions of thunderbird may not have a TLS option. For these, use:
Port: 993 with "Use secure connection (SSL)"
Outgoing Server (SMTP):
(If what you have now is working, you can leave it.)
Server Name: mailhost.math.wisc.edu
Use name and password: YES
Username:
Port: 25, TLS
If this doesn't work with your ISP (e.g. Resnet), try
Port: 465, SSL OR Port: 587, TLS
Email Programs for UNIX
Before you read on, here's a cautionary note. In general mail does not work from our Sun computers. When using a Sun Computer, DO NOT click the email icon (a picture of an envelope) on the CDE Taskbar. It will start a disfunctional email program that'll only upset you.
Pine. This is a simple, easy-to-use, popular text-based email program. To start it up, open a terminal window and type pine. You will have to authenticate with your Math Department username/password. The program has a help section if you run into trouble. Alternatively, you can peruse an extensive online tutorial here.
Nail. This is an IMAP compliant mail reader similar to unix mail.
Mutt. This is an IMAP compliant mail reader similar to elm.
Warning: You will not be able to access your maildir folders if you use mutt.Procmail. This is not actually an email program but rather an automatic message processing program for more advanced users. To set up Procmail, click here.
Email Programs for MacOS
MAIL.APP This is the native e-mail program for MacOS X.
In Preferences -> Accounts:Account Type: IMAP
Incoming Mail Server: mailhost.math.wisc.edu
Username/Password:
Outgoing Mail Server (SMTP):
(If what you have now is working, you can leave it.)Advanced Tab:
Server Port: 25 (If this doesn't work with your ISP, try 587 or 465 instead)
Use Secure Sockets Layer: Checked
Authentication: Password
IMAP Prefix: (leave blank)
Port: 993
Check Use SSL
Authentication: Password
Email Programs for Windows
Microsoft Outlook. This email program is much like Eudora Pro (which is not supported by us or by DoIT), but, for security reasons, we don't advise you use it. Nonetheless, if you wish to proceed at your own risk and set up Microsoft Outlook, follow these instructions:
Setting up a mail account for Outlook:Microsoft Outlook Express Slightly different from Outlook.Outgoing server (SMTP) (Don't do anything if it is working for you)
- Click on Tools then Email Settings
- Select View or change existing e-mail accounts then click Next
- Click on Change
make sure these settings are correct:
Incoming mail server (IMAP): mailhost.math.wisc.edu
Outgoing mail server (SMTP): mailhost.math.wisc.edu (in Van Vleck)
Outgoing mail server (SMTP): smtpauth.wiscmail.wisc.edu (outside Van Vleck)
- Click on More Settings
- Click Advanced tab
- Check This sever requires a TLS or SSL-secured connection (SSL)
Check This server requires an SSL-secured connection (SSL) Click OK
- Click on Tools then Accounts
- Click on Properties
- Select Servers tab make sure these settings are correct Incoming mail (IMAP): mailhost.math.wisc.edu Outgoing mail (SMTP): mailhost.math.wisc.edu
- Select Advanced tab
- Under Incoming mail (IMAP) Check This server requires a secure connection (SSL)
- Click OK
- Outgoing mail If sending email is working for you, you can leave it alone.
Otherwise
Under Outgoing mail (SMTP)
Check This server requires a secure connection (SSL)Vacation
When you go on vacation, you may want to notify people that you will not be reading your e-mail for a while. The unix vacation command will allow you to set it up. However, if you run the vacation command in the normal way, your incoming mail will bypass our spam filters and forward a lot of spam to your forwarding address. This is a better way to set up vacation e-mail.
SPAM
Spam is an increasingly prevalent annoyance with e-mail. To cut down on spam, login to one of our login machine (login.math.wisc.edu) and type mailfilter. You will be prompted for the rest. This command creates a .procmailrc file and a .spamassassin directory in your account. It will also put spam into a spam folder in your Maildir directory.
You can override the default spam filtering rules in two ways.
These spam folders can get very large and count against your disk quota. To prevent them from getting to large, we will periodically cull them, removing spam messages more than 30 days old. You should check your spam folder to make sure that no false positives were put there.
- If you would like to add/delete a specific address to the default spam rules, edit your ~/.spamassassin/user_prefs file as follows: (examples - whitelist rules say this is not spam, blacklist says it is)
whitelist_from myfriend@somewhere.comremember to put whitelist rules before blacklist rules as rules are executed in the order they are listed.
whitelist_from *nwa.com
blacklist_from *citibank.com
blacklist_from spammer@spam.com- You can train your spam filter to recognize spam or it's opposite, known as ham. Your modifications are kept in your ~/.spamassassin/bayes_seen file. You cannot edit this file directly but you can tag mail as spam or ham, by typing one of the following pipe commands while viewing a message in pine:
| sa-learn --spamThese commands tell spamassassin that messages like the one you are viewing should be tagged as spam (or ham). NOTE: to enable pipe commands in pine, you should have this line in your .pinerc file:
| sa-learn --ham
feature-list=enable-unix-pipe-cmd
Wiscmail
Every employee of the University also has a Wiscmail account through DoIT. Click here for instructions on configuring your wiscmail account. This is separate from your Math Department account.