Changes between Version 10 and Version 11 of MUA Configuration


Ignore:
Timestamp:
07/21/06 12:58:36 (20 years ago)
Author:
dkg@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MUA Configuration

    v10 v11  
     1[[PageOutline]]
    12= Mail User Agent configuration =
    23
     
    4142==== final tuning ====
    4243
    43 Firstly, you may want to import the [wiki:"CAL Certificate Authority"]'s root certificate into Thunderbird.  Instructions on how to do thiw for Thunderbird are [wiki:"CAL Certificate Authority" here].
     44Firstly, you may want to import the [wiki:"CAL Certificate Authority"]'s root certificate into Thunderbird.  Instructions on how to do this for Thunderbird are [wiki:"CAL Certificate Authority" here].
    4445
    4546Choose `Edit|Account Settings...` again, if that dialog box isn't already open.
     
    7475
    7576
     77=== `mutt` ===
    7678
     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
     81On 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
     83On 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{{{
     85set imap_authenticators="login"
     86set spoolfile="imap://username@mail.astro.columbia.edu/INBOX"
     87set folder="imap://username@mail.astro.columbia.edu/INBOX"
     88set ssl_force_tls="yes"
     89set record="=Sent"
     90set postponed="=Drafts"
     91}}}
     92
     93You 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`)