Cyrus IMAP Server
   HOME

TheInfoList



OR:

The Cyrus IMAP server is
electronic mail Electronic mail (email or e-mail) is a method of exchanging messages ("mail") between people using electronic devices. Email was thus conceived as the electronic (digital) version of, or counterpart to, mail, at a time when "mail" meant ...
server Server may refer to: Computing *Server (computing), a computer program or a device that provides functionality for other programs or devices, called clients Role * Waiting staff, those who work at a restaurant or a bar attending customers and su ...
software developed by Carnegie Mellon University. It differs from other
Internet Message Access Protocol In computing, the Internet Message Access Protocol (IMAP) is an Internet standard protocol used by email clients to retrieve email messages from a mail server over a TCP/IP connection. IMAP is defined by . IMAP was designed with the goal of per ...
(IMAP) server implementations in that it is generally intended to be run on sealed servers, where normal users cannot log in.


Overview

The mail spool uses a filesystem layout and format similar to the
Maildir The Maildir e-mail format is a common way of storing email messages in which each message is stored in a separate file with a unique name, and each mail folder is a file system directory. The local file system handles file locking as messages are ...
format used by other popular
email Electronic mail (email or e-mail) is a method of exchanging messages ("mail") between people using electronic devices. Email was thus conceived as the electronic ( digital) version of, or counterpart to, mail, at a time when "mail" mean ...
servers such as
qmail qmail is a mail transfer agent (MTA) that runs on Unix. It was written, starting December 1995, by Daniel J. Bernstein as a more secure replacement for the popular Sendmail program. Originally license-free software, qmail's source code ...
,
Courier A courier is a person or organisation that delivers a message, package or letter from one place or person to another place or person. Typically, a courier provides their courier service on a commercial contract basis; however, some couriers are ...
, Dovecot, etc. Users can access mail through the
IMAP In computing, the Internet Message Access Protocol (IMAP) is an Internet standard protocol used by email clients to retrieve email messages from a mail server over a TCP/IP connection. IMAP is defined by . IMAP was designed with the goal of per ...
/IMAP-S,
POP3 In computing, the Post Office Protocol (POP) is an application-layer Internet standard protocol used by e-mail clients to retrieve e-mail from a mail server. POP version 3 (POP3) is the version in common use, and along with IMAP the most common ...
/POP3-S or
KPOP K-pop (), short for Korean popular music, is a form of popular music originating in South Korea as part of South Korean culture. It includes styles and genres from around the world, such as pop, hip hop, R&B, experimental, rock, jazz, gos ...
protocols. The Cyrus IMAP server supports server-side mail filtering through the implementation of a mail filtering language called
Sieve A sieve, fine mesh strainer, or sift, is a device for separating wanted elements from unwanted material or for controlling the particle size distribution of a sample, using a screen such as a woven mesh or net or perforated sheet materia ...
. The private mailbox database design gives the server considerable advantages in efficiency,
scalability Scalability is the property of a system to handle a growing amount of work by adding resources to the system. In an economic context, a scalable business model implies that a company can increase sales given increased resources. For example, a ...
, 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 Calendaring Extensions to WebDAV, or CalDAV, is an Internet standard allowing a client to access and manage calendar data along with the ability to schedule meetings with users on the same or on remote servers. It lets multiple users in diff ...
and
CardDAV vCard Extensions to WebDAV (CardDAV) is an address book client/server protocol designed to allow users to access and share contact data on a server. The CardDAV protocol was developed by the IETF and was published as in August 2011. CardDAV is ...
to provide an integrated calendaring and email solution, and also support for viewing email via an
RSS reader In computing, a news aggregator, also termed a feed aggregator, feed reader, news reader, RSS reader or simply an aggregator, is client software or a web application that aggregates syndicated web content such as online newspapers, blogs, pod ...
.


History

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 The Andrew Project was a distributed computing environment developed at Carnegie Mellon University (CMU) beginning in 1982. It was an ambitious project for its time and resulted in an unprecedentedly vast and accessible university computing infras ...
. 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 A freshman, fresher, first year, or frosh, is a person in the first year at an educational institution, usually a secondary school or at the college and university level, but also in other forms of post-secondary educational institutions. Ara ...
(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 develope
Cyrus "Murder"
clustering, 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; and Rob Siemborski worked on
Gmail Gmail is a free email service provided by Google. As of 2019, it had 1.5 billion active users worldwide. A user typically accesses Gmail in a web browser or the official mobile app. Google also supports the use of email clients via the POP and ...
infrastructure at Google. 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. Cyrus is still being actively developed. Carnegie Mellon University remains active in development, and also provides the infrastructure on which cyrusimap.org runs. Staff at Fastmail contribute much of the recent work, as they depend upon it as part of their commercial service.


See also

*
Comparison of mail servers The comparison of mail servers covers mail transfer agents (MTAs), mail delivery agents, and other computer software that provide e-mail services. Unix-based mail servers are built using a number of components because a Unix-style environment i ...
* Comparison of CalDAV and CardDAV implementations *
UW IMAP The UW IMAP server was the reference server implementation of the Internet Message Access Protocol. It was developed at the University of Washington by Mark Crispin and others. History UW-IMAP's development began c.1988. As of 2003, UW IMAP ...


References


Bibliography

* * * * * * * *


External links

* {{Email servers Message transfer agents Free email server software Email server software for Linux Carnegie Mellon University software