Using Pine with CSAIL IMAP
On CSAIL Debian systems, PINE is already installed and configured for use with the CSAIL IMAP server, and should not require any further configuration.
On all other systems, use the lines below in your
~/.pinerc
file.
personal-name=$YOUR_NAME
user-domain=csail.mit.edu
inbox-path={imap.csail.mit.edu/tls/novalidate-cert/user=$YOU}INBOX
folder-collections=CSAIL IMAP {imap.csail.mit.edu/tls/novalidate-cert/user=$YOU}[]
default-fcc={imap.csail.mit.edu/tls/novalidate-cert/user=$YOU}INBOX.Sent
separate-folder-and-directory-entries quell-empty-directories
smtp-server=outgoing.csail.mit.edu:587/tls/novalidate-cert/user=$YOU
- These instructions assume CSAIL IMAP is the only email account you check via PINE, and will require modification otherwise.
- Make sure to replace
$YOU
with your username @csail.mit.edu, and similarly for your full name.
Tips:
- If using Alpine (PINE's act-alike successor), to avoid having to type your password every time, touch
.pine-passfile
in your home directory (and let alpine do the rest).