Cyrus IMAP server

From Wikipedia, the free encyclopedia
Cyrus IMAP server
Developer(s)Carnegie Mellon University, Fastmail
Stable release
3.8.2[1] Edit this on Wikidata / 15 March 2024; 8 days ago (15 March 2024)
Repository
Written inC
TypeMail delivery agent
LicenseBSD
Websitewww.cyrusimap.org

The Cyrus IMAP server is electronic mail server software developed by Carnegie Mellon University. It differs from other Internet Message Access Protocol (IMAP) server implementations in that it is generally intended to be run on sealed servers, where normal users cannot log in.

Overview[edit]

The mail spool uses a filesystem layout and format similar to the Maildir format used by other popular email servers such as qmail, Courier, Dovecot, etc. Users can access mail through the JMAP, IMAP/IMAP-S, POP3/POP3-S or KPOP protocols.

The Cyrus IMAP server supports server-side mail filtering through the implementation of a mail filtering language called Sieve.

The private mailbox database design gives the server considerable advantages in efficiency, scalability, and administratability. Multiple concurrent read/write connections to the same mailbox are permitted. The server supports access control lists on mailboxes and storage quotas on mailbox hierarchies.

As of version 2.4.17, there is support for CalDAV and CardDAV to provide an integrated calendaring and email solution, and also support for viewing email via an RSS reader.

In terms of user management, it has a simple implementation of SASL which is specified in the Internet Standard RFC 2222.[2]

History[edit]

Prior to 1994, Carnegie Mellon University's email was based on the locally developed and non-standard Andrew Messaging System (AMS) - written in the early 1980s as part of the Andrew Project. This was very advanced for its day, but had major scalability issues and Carnegie Mellon wanted to move to a standards-compliant mail system that met or exceeded the feature set of AMS.

In 1994 the Computing Services Division at Carnegie Mellon addressed these goals by starting the Cyrus Project. In 1998, Carnegie Mellon placed all of its incoming freshmen (the class of 2002) on the Cyrus server for the first time and in December 2001, board access (which had been mirrored from AMS to Cyrus), was cut over to Cyrus completely. AMS was finally phased out in May 2002.

The Computing Services Division later developed Cyrus "Murder" clustering,[a] and after several revisions deployed it within Carnegie Mellon in the summer of 2002.

Several members of the Cyrus development team at Carnegie Mellon went on to become leaders in the development of large-scale electronic mail infrastructure elsewhere: John Gardiner Myers was Chief Architect of Host Mail Infrastructure at America Online;[4] and Rob Siemborski worked on Gmail infrastructure at Google.[5]

In the fall of 2016 Carnegie Mellon announced the retirement of Cyrus IMAP as their electronic mail storage service, with Cyrus users required to choose between on-campus Microsoft Exchange and Google "G Suite" off-campus mail.[6]

Cyrus is still being actively developed. Carnegie Mellon University remains active in development, and also provides the infrastructure on which cyrusimap.org runs.[7] Staff at Fastmail contribute much of the recent work, as they depend upon it as part of their commercial service.[8][7][9]

See also[edit]

References[edit]

  1. ^ "Release 3.8.2". 15 March 2024. Retrieved 22 March 2024.
  2. ^ Heinlein, Peer; Hartleben, Peer (2008). The Book of IMAP: Building a Mail Server with Courier and Cyrus. No Starch Press. ISBN 978-1-59327-177-0.
  3. ^ "Cyrus Murder - Concepts". Appendix C. Retrieved 28 May 2017.
  4. ^ "John Gardiner Myers". Retrieved 17 February 2018.
  5. ^ Siemborski, R.; Melnikov, A. (2007). Siemborski, R.; Melnikov, A. (eds.). "RFC 4954". doi:10.17487/RFC4954. Retrieved 17 February 2018. {{cite journal}}: Cite journal requires |journal= (help)
  6. ^ "Cyrus Retirement". Archived from the original on 18 February 2018. Retrieved 17 February 2018.
  7. ^ a b "Who Is Cyrus". Retrieved 22 December 2018.
  8. ^ "Why we contribute to Cyrus IMAP". Archived from the original on 22 December 2018. Retrieved 22 December 2018.
  9. ^ "Cyrus development and release plans". Retrieved 17 February 2018.
  1. ^ The term "murder" is borrowed from the commonly-used collective noun for crows.[3]

Bibliography[edit]

External links[edit]