Difference between revisions of "Calmail alpine"
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | == | + | === 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 | + | <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> | ||
− | + | smtp-server=calmail.berkeley.edu:587/tls/user=username@math.berkeley.edu/novalidate-cert | |
− | + | </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. | ||
− | + | === 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: | |
<pre> | <pre> | ||
− | + | feature-list=enable-incoming-folders | |
</pre> | </pre> | ||
− | |||
− | |||
--[[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 16: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)