Difference between revisions of "Calmail alpine"

From UCB Math Wiki
Jump to: navigation, search
 
Line 1: Line 1:
== Using Calmail/IMAP with alpine ==
+
=== Setting up Calmail IMAP server with pine/alpine ===
  
 +
For machines in the Math Department, edit the ''inbox-path'' option in the ''.pinerc'' file in your home directory (''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>
 +
inbox-path={calmail.berkeley.edu/user=username@math.berkeley.edu/tls/novalidate-cert}INBOX
 +
</pre>
 +
 
 +
=== Setting up outgoing SMTP server ===
 +
 
 +
For office and home machines, you'll also need the following change:
  
 
<pre>
 
<pre>
    inbox-path={calmail.berkeley.edu/user=username@math.berkeley.edu/tls/novalidate-cert}INBOX
+
smtp-server=calmail.berkeley.edu:587/tls/user=username@math.berkeley.edu/novalidate-cert
    # ...
+
</pre>
    feature-list=enable-incoming-folders
 
  
</pre>
+
'''Note:''' You will be prompted for your (new) CalMail password when start pine/alpine. On office and home machines, 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.
  
IF you do not have the options "inbox-path" or "feature-list", you may simply cut and paste the above and add into the .pinerc file while changing "username@math.berkeley.edu" with your email address.
+
=== Enabling incoming message folders ===
  
For home machines, you'll also need the following change:
+
In pine/alpine terms incoming message folders are server-stored mailboxes other than default INBOX, e.g. Drafts, Sent, Trash, etc. In order to have access to incoming folders, edit the ''feature-list'' option in the .pinerc file as follows:  
  
 
<pre>
 
<pre>
    smtp-server=calmail.berkeley.edu:587/tls/user=username@math.berkeley.edu/novalidate-cert
+
feature-list=enable-incoming-folders
 
</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)

Latest revision as of 17:14, 14 April 2009

Setting up Calmail IMAP server with pine/alpine

For machines in the Math Department, edit the inbox-path option in the .pinerc file in your home directory (username should be substituted with your actual user name on the Math systems):

inbox-path={calmail.berkeley.edu/user=username@math.berkeley.edu/tls/novalidate-cert}INBOX

Setting up outgoing SMTP server

For office and 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 pine/alpine. On office and home machines, 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.

Enabling incoming message folders

In pine/alpine terms incoming message folders are server-stored mailboxes other than default INBOX, e.g. Drafts, Sent, Trash, etc. In order to have access to incoming folders, edit the feature-list option in the .pinerc file as follows:

feature-list=enable-incoming-folders

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