Difference between revisions of "Email"

From UCB Math Wiki
Jump to: navigation, search
(Apple's own mail client, called "Mail" or "Mail.app")
(Apple's own mail client, called "Mail" or "Mail.app")
Line 51: Line 51:
  
 
Close the preferences window, choosing to save your changes when prompted.  Then restart Mail (by quitting and reopening it) to have your changes take effect.
 
Close the preferences window, choosing to save your changes when prompted.  Then restart Mail (by quitting and reopening it) to have your changes take effect.
 +
 +
After this we recommend you check your SMTP servers.  Do this by again selecting Accounts from the Preferences menu.  You should find the following pane:[[Image:Smtp.png]]
 +
 +
Select the popup list called Outing Mail Server to be sure it is set to calmail.berkeley.edu.    If you select this button you will find a hidden option to edit SMTP servers, and then you will be able to delete the mail.math.berkeley.edu server.
  
 
===Thunderbird===
 
===Thunderbird===

Revision as of 13:24, 7 April 2009

Note about the CalMail conversion

After the transition to CalMail, the imap server on math.berkeley.edu will continue to run for a while to allow for you to migrate your mailboxes. We recommend that you not delete your math email account settings from your mail client for a while after you have setup your Calmail account. The accounts will be separate in your mail client, which will easily keep track of both. Below are instructions on how to set up accounts both using the math department server and the Calmail server. Before you set up your Calmail account, go to the Calmail Web page to create your new password. See the FAQ on how to do this. The outgoing mail SMTP server mail.math.berkele.edu will keep running for a very short while after the migration but will go away very soon. We recommend that you use the calmail server (calmail.berkeley.edu) exclusively.

Email Configuration

Mac OS X 10.5

Apple's own mail client, called "Mail" or "Mail.app"

Open Mail. If this is the first time you've run Mail, you'll be prompted to add an account. If not, choose File -> Add Account...

Fill in the first screen with your appropriate details:

OSX-Mail-Add Account.png

On the next screen, enter

  • Account Type: IMAP
  • Incoming Mail Server: mail.math.berkeley.edu (for your account using the math department server)

File:OSX-Mail-Add Account-1.png

      or
  • Incoming Mail Server: calmail.berkeley.edu (for your account using the Calmail server)

Incoming.png

On the next screen, enter

  • Outgoing Mail Server: mail.math.berkeley.edu (for your account using the math department server

Outgoing.png

or, for your CalMail account:

  • Outgoing Mail server: calmail.berkeley.edu (for your account using the calmail server)

Outgoing.png


On the final screen, verify the details and create the account:

File:OSX-Mail-Add Account-3.png Or: Summary.png


Lastly, you'll need to set your IMAP prefix. To do this, go to Mail -> Preferences... and select the "Accounts" tab. Choose your math account in the list on the left, and click on the "Advanced" tab. Enter:

  • IMAP Path Prefix: Mail

(NB: While "Mail" is the recommended path prefix, if you've used IMAP before your path prefix may be different.)

(NB: You do not need to set this for your Calmail account.)

File:OSX-Mail-Accounts.png

Close the preferences window, choosing to save your changes when prompted. Then restart Mail (by quitting and reopening it) to have your changes take effect.

After this we recommend you check your SMTP servers. Do this by again selecting Accounts from the Preferences menu. You should find the following pane:Smtp.png

Select the popup list called Outing Mail Server to be sure it is set to calmail.berkeley.edu. If you select this button you will find a hidden option to edit SMTP servers, and then you will be able to delete the mail.math.berkeley.edu server.

Thunderbird

(Content not available yet.)

Windows Vista

(Content not available yet.)

Unix/Linux

Pine

Here one user got pine working on the math department servers:

The relevant parts of my .pinerc are:

smtp-server=mail.math.berkeley.edu:587/tls/user=bfroehle
inbox-path={mail.math.berkeley.edu:993/novalidate-cert/ssl/user=bfroehle}INBOX
folder-collections=Mail {mail.math.berkeley.edu:993/novalidate-cert/ssl/user=bfroehle}mail/[]

-Brad

There is also a Calmail_alpine page.

mutt

Instructions for using mutt with IMAP for Calmail are on the Calmail_mutt page.