| | 79 | `mutt` is a well-maintained, free console-based, IMAP-capable mail client. Configuring `mutt` is done by editing a text configuration file, stored in `~/.muttrc` |
| | 80 | |
| | 81 | On CAL configured workstations, you don't need to do any configuration to get `mutt` to work with your CAL mail account. It is already set up, thanks to [source:/trunk/packages/cal-meta/src/cal-configured-workstation-config/etc/Muttrc.d/cal.rc /etc/Muttrc.d/cal.rc]. |
| | 82 | |
| | 83 | On systems without properly configured [wiki:"krb5 libraries"], or systems outside of Pupin Hall, you probably want to add the following set of lines to `~/.muttrc` to be able to check your CAL mail with mutt: ''(note: replace "username" with your CAL username!)'' |
| | 84 | {{{ |
| | 85 | set imap_authenticators="login" |
| | 86 | set spoolfile="imap://username@mail.astro.columbia.edu/INBOX" |
| | 87 | set folder="imap://username@mail.astro.columbia.edu/INBOX" |
| | 88 | set ssl_force_tls="yes" |
| | 89 | set record="=Sent" |
| | 90 | set postponed="=Drafts" |
| | 91 | }}} |
| | 92 | |
| | 93 | You may also want to instruct `mutt` to trust the [wiki:"CAL Certificate Authority"] by appending [source:/trunk/packages/cal-meta/src/PKI/CAL-CA_root_cert.pem its root certificate] to `mutt`'s `certificate_file` (which by default is `~/.mutt_certificates`) |