Difference between revisions of "Calmail alpine"

From UCB Math Wiki
Jump to: navigation, search
(New page: == Using Calmail/IMAP with alpine == For machines in the Math Department, edit your .pinerc file with the following changes. (username should be substituted with your actual user name on...)
 
Line 2: Line 2:
  
  
For machines in the Math Department, edit your .pinerc file with the following changes. (username should be substituted with your actual user name on the Math systems.
+
For machines in the Math Department, edit your .pinerc file with the following changes. (''username'' should be substituted with your actual user name on the Math systems):
  
 
<pre>
 
<pre>
     inbox-path={calmail.berkeley.edu.edu/user=username@math.berkeley.edu/ssl/novalidate-cert}INBOX
+
     inbox-path={calmail.berkeley.edu.edu/user=username@math.berkeley.edu/tls/novalidate-cert}INBOX
 
     # ...
 
     # ...
 
     feature-list=enable-incoming-folders
 
     feature-list=enable-incoming-folders
Line 11: Line 11:
 
</pre>
 
</pre>
  
For home machines, you'll probably also need the following change.
+
For home machines, you'll also need the following change:
  
 
<pre>
 
<pre>
 
     smtp-server=calmail.berkeley.edu:587/tls/user=username@math.berkeley.edu/novalidate-cert
 
     smtp-server=calmail.berkeley.edu:587/tls/user=username@math.berkeley.edu/novalidate-cert
 
</pre>
 
</pre>
 +
 +
'''Note:''' You will be prompted for your (new) CalMail password when start alpine. On home machine, you will be prompted for the password once again at the moment you send your first outgoing message. Though it may look annoying, it is a security requirement of CailMail service.
  
 
--[[User:SteveSizemore|Steve Sizemore - Unix System Manager]] 02:18, 29 March 2009 (UTC)
 
--[[User:SteveSizemore|Steve Sizemore - Unix System Manager]] 02:18, 29 March 2009 (UTC)

Revision as of 17:50, 5 April 2009

Using Calmail/IMAP with alpine

For machines in the Math Department, edit your .pinerc file with the following changes. (username should be substituted with your actual user name on the Math systems):

    inbox-path={calmail.berkeley.edu.edu/user=username@math.berkeley.edu/tls/novalidate-cert}INBOX
    # ...
    feature-list=enable-incoming-folders

For home machines, you'll also need the following change:

    smtp-server=calmail.berkeley.edu:587/tls/user=username@math.berkeley.edu/novalidate-cert

Note: You will be prompted for your (new) CalMail password when start alpine. On home machine, you will be prompted for the password once again at the moment you send your first outgoing message. Though it may look annoying, it is a security requirement of CailMail service.

--Steve Sizemore - Unix System Manager 02:18, 29 March 2009 (UTC)