| | 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 | |
| | 68 | Choose `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 | |
| | 75 | Click `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!'' || |
| | 82 | Click `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 | |
| | 84 | Note 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 | |