Changes between Version 20 and Version 21 of MUA Configuration


Ignore:
Timestamp:
08/03/06 00:02:22 (20 years ago)
Author:
dkg@…
Comment:

Added Evolution MUA configuration example.

Legend:

Unmodified
Added
Removed
Modified
  • MUA Configuration

    v20 v21  
    2121The TLS/SSL certificates are signed by the [wiki:"CAL Certificate Authority"].  Available SASL Authentication methods for both SMTP and IMAP are: GSSAPI (only within Pupin Hall) and LOGIN/PLAIN (everywhere, only permitted under an SSL or TLS layer).
    2222
    23 The first example here is going to be for [http://mozilla.com/thunderbird Thunderbird] 1.5, but please feel free to add comparable instructions for your MUA of choice.  The example assumes your CAL username is `foo`.
     23The examples below assume your CAL username is `foo`.  If there is no example for your favorite MUA, please add a section documenting it, or [http://docs.astro.columbia.edu/newticket ask for help].
    2424
    2525=== Thunderbird ===
     
    6262Click OK, OK, and proceed to check your e-mail!
    6363
     64=== Evolution ===
     65
     66[http://www.gnome.org/projects/evolution/ GNOME Evolution] is an IMAP-capable groupware suite for GNU/Linux.  It is installed by default on all the CAL Configured Workstations.  You probably want to start by [wiki:"CAL Certificate Authority" importing the CAL root certificate] for use with Evolution.  These instructions are based on version 2.6.1.
     67
     68Choose `Edit|Preferences...` and make sure the `"Mail Accounts"` icon is selected in the dialog box that comes up.  Click `Add`, which will bring up the `"Evolution Account Assistant"`.  Click `Forward` and put your CAL account (`foo@astro.columbia.edu`) in the `"E-mail Address"` field.  Click `Forward`.  On the `"Receiving E-mail"` screen, choose the following:
     69||Server Type|| `IMAP` ||
     70||Server|| `mail.astro.columbia.edu` ||
     71||Username|| `foo` || ''(of course, put your own user name here)'' ||
     72||Use Secure Connection|| `TLS Encryption` ||
     73||Authentication Type|| `GSSAPI` or `Password` || ''If this machine is a Configured Workstation, or is only used within Pupin Hall, and you have the [wiki:"krb5 libraries"] installed, choose:'' `GSSAPI`.  ''Otherwise, choose:'' `Password` ||
     74
     75Click `Forward`.  You can leave the next page (`Receiving Options`) entirely unchecked, or select features you think you would like to use.  Click `Forward` again. On the `"Sending E-mail"` page, if you don't have a functioning MTA on your machine (e.g. if you are not on a Configured Workstation), choose the following options:
     76||Server Type|| `SMTP` ||
     77||Server|| `mail.astro.columbia.edu:587` || ''Note the trailing ":587"!!'' ||
     78||Server Requires Authentication|| check! ||
     79||Use Secure Connection|| `TLS Encryption` ||
     80||Authentication Type|| `PLAIN` ||
     81||Username|| `foo` || ''Put your own username here, of course!'' ||
     82Click `Forward`, choose a name for this account to identify it within evolution (`foo@astro.columbia.edu` would be reasonable) and click `Apply`.  That's it!
     83
     84Note that if selected `GSSAPI` authentication, you'll need to make sure you have properly initialized your Kerberos credentials cache ([ticket:119 here's an example]) before checking your e-mail.
     85
     86
    6487=== Apple Mail ===
    6588
    66 The first think you probably want to do is to import the CAL root certificate.  This is not necessary but will simplify the following steps and stop your Mac from always questioning the CAL certificates.  Instructions on how to do this are [wiki:"CAL Certificate Authority" here].
     89The first think you probably want to do (if you haven't already) is to [wiki:"CAL Certificate Authority" import the CAL root certificate].  This is not necessary but will simplify the following steps and stop your Mac from always questioning the CAL certificates.
    6790
    6891Go to Preferences, then click on `Accounts` and add a new account by clicking on `+`.  Set the account type to be IMAP and enter your email address (i.e. foo@astro.columbia.edu).  Click on continue.
     
    107130}}}
    108131
    109 [wiki:dkg] is working to make this transparent enough on the Configured Workstations that a simple `mail` invocation will be all that is needed.
     132On the Configured Workstations, by default, simply running:
     133{{{
     134mail
     135}}}
     136is all that is needed.