IMAP provides a compelling alternative to POP3. With IMAP, all mail stays on the server, and clients manipulate the status. When you connect with IMAP clients from different computers, you see the same set of folders and all of your mail. If you read a message on one computer, it is read when you check it from another. If you delete it on one, it's deleted everywhere. For people who work with email offline or over a dialup connection, IMAP has many solutions for managing email. Mail clients can cache messages and then update message status on the server when they reconnect. Messages can be left on the server and deleted while still being unread, without having to download first. The main downside of IMAP is that leaving mail on the server consumes a lot more disk space in one place, rather than being distributed across a bunch of clients. This makes backups much easier, but you may have to add disk space or implement quotas. Courier-IMAP
Courier-IMAP is the IMAP server I've chosen for this email system. It provides both IMAP and POP3 servers, so your users can choose either. It can access mail for users who don't have a local UNIX account ("virtual" users), and by putting the account information in a MySQL database, it can share these accounts with Postfix. Courier-IMAP uses a directory-based file format called Maildir instead of traditional UNIX mailboxes. By using individual files for each mail, Maildir mailboxes don't have locking issues, and opening a large mailbox is fast. You can download the source tarball for Courier-IMAP. Courier-IMAP is one part of a complete mail suite, but most of the other parts of the suite are not as widely used as the IMAP server. It also supports SSL-encrypted connections if you compile against the OpenSSL libraries.







Talkback
I am wondering when we might see the rest of the articles in this series.
The first three articles have been most interesting and useful.
I fully agree.. I'm anxiously awaiting the rest of this series of articles.