Difference between revisions of "Email"

From UCB Math Wiki
Jump to: navigation, search
m
(Mac OS X 10.5)
Line 7: Line 7:
 
==Mac OS X 10.5==
 
==Mac OS X 10.5==
  
===Mail===
+
===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...
 
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...
Line 17: Line 17:
 
On the next screen, enter
 
On the next screen, enter
 
* Account Type: IMAP
 
* Account Type: IMAP
* Incoming Mail Server: mail.math.berkeley.edu
+
* Incoming Mail Server: mail.math.berkeley.edu (for your account using the math department server)
 +
      or
 +
* Incoming Mail Server: calmail.berkeley.edu  (for your account using the Calmail server)
  
 
[[Image:OSX-Mail-Add_Account-1.png]]
 
[[Image:OSX-Mail-Add_Account-1.png]]
  
 
On the next screen, enter
 
On the next screen, enter
* Outgoing Mail Server: mail.math.berkeley.edu
+
* Outgoing Mail Server: mail.math.berkeley.edu   (for your account using the math department server)
 +
      or
 +
*Outgoing Mail server:  calmail.berkeley.edu      (for your account using the calmail server)
  
 
[[Image:OSX-Mail-Add_Account-2.png]]
 
[[Image:OSX-Mail-Add_Account-2.png]]
Line 33: Line 37:
 
* IMAP Path Prefix: Mail
 
* 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: 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.)
  
 
[[Image:OSX-Mail-Accounts.png]]
 
[[Image:OSX-Mail-Accounts.png]]

Revision as of 19:20, 22 March 2009

CalMail Conversion

Beware! This information will be outdated once the CalMail conversion occurs.

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)
      or
  • Incoming Mail Server: calmail.berkeley.edu (for your account using the Calmail server)

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

On the next screen, enter

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

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

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

File:OSX-Mail-Add Account-3.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.

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

mutt

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