Changes between Version 18 and Version 19 of MUA Configuration
- Timestamp:
- 08/02/06 21:11:36 (20 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MUA Configuration
v18 v19 83 83 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]. 84 84 85 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!)''85 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 "foo" with your CAL username!)'' 86 86 {{{ 87 87 set imap_authenticators="login" 88 set spoolfile="imap:// username@mail.astro.columbia.edu/INBOX"89 set folder="imap:// username@mail.astro.columbia.edu/INBOX"88 set spoolfile="imap://foo@mail.astro.columbia.edu/INBOX" 89 set folder="imap://foo@mail.astro.columbia.edu/INBOX" 90 90 set ssl_force_tls="yes" 91 91 set record="=Sent"
