R11.2 will be the second release of our new M-Box product. As you might expect, a lot of work has gone into hardening the product, and adding desirable functionality that we left out of the first release. We've also put a lot of work into tuning performance, to get the results shown in the benchmarks we released recently.
R11.2 adds supports for Quota control, so that disk space usage can be controlled for each user, and the manager can monitor usage. It also adds TLS (Transport Layer Security) support for IMAP, to add data confidentiality to message retrieval.
We've also provided a mechanism to manage SIEVE using the Internet Draft "A Protocol for Remotely Managing Sieve Scripts" (managesieve) Alexey Melnikov of Isode is a co-editor of this specification).
SIEVE (RFC 3028) is a language that specifies control of mail filtering, to handle things such as vacation notifications, mail forwarding and automatic email filing. These can be controlled based on parameters such as message size, and regular expression matches on email headers (e.g., "Subject:").
Because SIEVE is a language, a server implementing SIEVE needs to decide where to store SIEVE scripts and how to manage them. M-Box stores them in files on the server. For a future release we plan to store SIEVE scripts in the directory, so they could be managed by a special purpose DUA, or have custom scripts built from information managed in a provisioning system.
Managesieve provides a mechanism to create and update scripts using a simple protocol. This allows for better integration with email clients. Cool IMAP clients such as Mulberry and Polymer support managesieve. Unfortunately the mainstream clients do not (yet).
Isode recommends proving Webmail in conjunction with M-Box using the excellent open source IMP that provides a Webmail front end to IMAP. One of the tools associated with IMP is Ingo, which is a Web interface to manage SIEVE scripts using managesieve. This has good functionality, is easy to use (particularly for common functions such as vacation notices), and works well with M-Box. Its suitable for use both with IMP and as a Web interface for other users to manage SIEVE scripts.