Software:Courier Mail Server

From HandWiki
Courier mail server
Original author(s)Sam Varshavchik
Initial releaseMay 2000; 23 years ago (2000-05)
Stable release
0.77.0 / June 23, 2017; 6 years ago (2017-06-23)[1]
Preview release
20170725 / July 25, 2017; 6 years ago (2017-07-25)[1]
Written inC, C++, Perl
Operating systemAll POSIX (Linux, Mac OS X, FreeBSD, Solaris)
TypeMail transfer agent
LicenseGPL
Websitewww.courier-mta.org

The Courier mail server is a mail transfer agent (MTA) server that provides ESMTP, IMAP, POP3, SMAP, webmail, and mailing list services with individual components. It is best known for its IMAP server component.

Courier can function as an intermediate mail relay, between an internal LAN and the Internet, or perform final delivery to mailboxes. Courier uses maildirs as its native storage format and can also deliver mail to legacy mailbox files. Configuration files are in plain text format and may include Perl scripts.

Courier can provide mail services for regular operating system accounts. Courier can also provide mail services for virtual mail accounts, managed by any of LDAP directory service, Berkeley DB, MySQL or PostgreSQL authentication database.

Parts of Courier, such as the maildrop filtering system, the webmail and IMAP server, can also be installed as independent packages which can be used with other mail servers. Courier-IMAP is a particularly popular combination with Qmail, Exim, and Postfix servers that are configured to use maildirs.

Courier's source compiles on most POSIX-based operating systems based on Linux and BSD-derived kernels. It uses SMTP extensions for list management and spam filtering.

See also

References

  1. 1.0 1.1 "latest releases". Package: Courier subsection. https://www.courier-mta.org/download.html. Retrieved 5 August 2017. 

External links