Valid HTML 4.01 Transitional

Personal Information Manager Software

James F. Carter <jimc@math.ucla.edu>, 2011-01-30

The UCLA Mathematics Department needs to share event calendars and contact lists (department directory) among staff members, as well as personal task lists and possibly generic notes. The software that can do this is called a Personal Information Manager Suite (PIM). It involves both a department-wide server and client software to be used by each staff member.

A number of issues surround the choice and installation of a PIM suite.

Investigating PIM Suites

Before starting to hunt for packages I developed a design for an ideal PIM suite as seen by me.

We have investigated several PIM suites. (List of suites investgated and sources.) To summarize the results:

Zimbra

The ideal is to make Zimbra work in our environment, because there are political benefits from federating with our division, which has deployed this PIM suite as an alternative and political counterweight to Microsoft Exchange. But given its philosophy of taking over your whole system, I'm nervous about being able to accomplish this. The biggest attraction of Zimbra is its engine for indexing and searching stored mail; this is Apache's Lucene. Of course, if we adopt Zimbra the mail vanishes into the maw of the proprietary beast. According to co-workers, Thunderbird has a good mail indexer also (I can't identify the package by name); in other words, we don't have to install Zimbra to get an indexer.

Experiences installing Zimbra
Kolab

As a second choice, we should seriously investigate the Kolab server and make it work with Horde. We should find out why our users aren't using what we provide, and if there are configuration or training issues, we should address them. Assuming Kolab can be made to work, our users can also get to it via KDE's Kontact; KDE is quite popular in our department. Unfortunately Kolab turns out to have the same kinds of problems as Zimbra but on a smaller scale: it runs in a quasi-pseudo-virtual machine and so does not actually take over your whole system infrastructure, but integration issues have been just about as extensive as for Zimbra. Likely I could get Kolab working eventually, but it's turned into an unreasonable time sink, so I'm proceeding to the third choice.

Experiences installing Kolab
Evolution

The third choice is Ximian Evolution. This is a semi-proprietary product for PIM and e-mail. It was purchased several years ago by Novell and was given corporate-level support. The key parts are now under GPL, and may always have been thus, and Evolution has been adopted as the official PIM suite for Gnome. Mail reading is a major element of Evolution, similar to the relation between Thunderbird and Lightning. According to the documentation, Evolution does not include a server engine, but it can utilize an external CalDAV server (as well as integration with Novell's Groupwise and Microsoft Exchange).

The lack of an included server leaves us with the need to keep looking. Users who want to try Evolution may do so. But my experience was not good: Evolution was not able to open Mathnet's CalDAV calendar (installed for testing) and it got several segfaults. I think it needs to evolve some more.
Citadel

Upon reading the documentation, I think Citadel looks a little more palatable than I originally thought. It does have the disadvantage that mail is stored in a Berkeley DBM database (rather than directly accessible flat files), but it has native host OS integration for authorization, and has important features which I want: the calendar server, IMAP, XMPP, and a server-side web interface. The mail indexer, if used, is libsieve.

With Citadel the experience has been what features are not perfect in our environment, while the others could not be made to work in the time available. Here are my reports about installing and evaluating Citadel.

Unfortunately Citadel is very promising but has a few design features that prevent use of big sections of the code. I'm very disappointed that Citadel didn't work out since potentially it could have solved several of our service problems in one integrated package.

Generic CalDAV Servers

My next focus was on calendar servers that implement the CalDAV protocol (follow the link for a list). I investigated the following ones:

mod_caldav

This may possibly be a complete server, but the support for authentication is not clear.

Experience trying this out which abruptly hit a stone wall.
SOGo (Scalable Open Groupware .org)

Of the CalDAV servers, SOGo appears to be the most likely. Its attractive features are:

Conclusion

Despite its odd provenance, Citadel appears to do everything we need (not perfectly in some cases). Definitely it is worth setting up a Citadel server and mocking up the PIM object structure. Particular points to work on:

Currently a test server is running on Simba port 2443 for Webcit, 2025 and 2587 (SMTP), and the standard ports 5222 (XMPP) and 993 and 143 (IMAP). MCG members are welcome to check it out; use your Mathnet loginID and password. From home, VPN is required (for testing).