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...)
(No difference)

Revision as of 19:18, 28 March 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/ssl/novalidate-cert}INBOX
    # ...
    feature-list=enable-incoming-folders

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

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

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