DESCR-main 1.5 KB

1234567891011121314151617181920212223242526272829
  1. Courier-IMAP is a server that provides IMAP access to Maildirs
  2. mailboxes. This IMAP server does NOT handle traditional mailbox files
  3. (/var/spool/mail, and derivatives), it was written for the specific
  4. purpose of providing IMAP access to Maildirs.
  5. The Courier-IMAP implements some extensions to the basic Maildir mail
  6. storage format in order to support some additional features, such as
  7. folders and "soft" quotas. This is done in a way that's backwards
  8. compatible with the standard Maildir users (although, of course, they
  9. will ignore the additional features). Other software that understands
  10. and uses the same Maildir extensions is SqWebMail, and maildrop.
  11. "Maildir" is a directory-based mail storage format originally introduced
  12. in the Qmail mail server, and adopted as an alternative mail storage
  13. format by both Exim and Postfix. Courier-IMAP is popular on
  14. Qmail/Exim/Postfix sites that are configured to use maildirs. The
  15. primary advantage of maildirs is that multiple applications can access
  16. the same maildir simultaneously without requiring any kind of locking
  17. whatsoever. It is a faster and more efficient way to store mail. It
  18. works particularly well over NFS, which has a long history of
  19. locking-related woes.
  20. It is part of the Courier mail server (http://www.courier-mta.org) but
  21. can be configured as a standalone IMAP server.
  22. Features include an extremely small memory footprint, abstract
  23. authentication modules (e.g. /etc/passwd, LDAP, PAM), virtual mailbox
  24. support, resource controls, SSL/TLS, and IPv6 support.