| Port details on branch 2026Q3 |
- courier-imap IMAP (and POP3) server that provides access to Maildir mailboxes
- 6.0.6_1,2 mail
=0 6.0.6_1,2Version of this port present on the latest quarterly branch. - Maintainer: madpilot@FreeBSD.org
 - Port Added: 2026-07-16 17:27:04
- Last Update: 2026-09-20 16:04:08
- Commit Hash: 7a91177
- License: GPLv3
- WWW:
- https://www.courier-mta.org/imap/
- Description:
- Courier-IMAP is a server that provides IMAP access to Maildir mailboxes.
This IMAP server does NOT handle traditional mailbox files
(/var/spool/mail, and derivatives), it was written for the specific
purpose of providing IMAP access to Maildirs.
Courier-IMAP implements some extensions to the basic Maildir mail
storage format in order to support some additional features, such as
folders and "soft" quotas. This is done in a way that's backwards
compatible with the standard Maildir users (although, of course, they
will ignore the additional features). Other software that understands
and uses the same Maildir extensions is SqWebMail, and maildrop.
Features:
* Extremely small footprint.
* Abstract authentication modules.
* Virtual mailbox support.
* Pop3 daemon.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- courier-imap-imapd
- courier-imap-imapd-ssl
- courier-imap-pop3d
- courier-imap-pop3d-ssl
- Dependency lines:
-
- courier-imap>0:mail/courier-imap
- Conflicts:
- CONFLICTS:
- courier
- imap-uw
- panda-imap
- To install the port:
- cd /usr/ports/mail/courier-imap/ && make install clean
- To add the package, run one of these commands:
- pkg install mail/courier-imap
- pkg install courier-imap
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: courier-imap
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1785750761
SHA256 (courier-imap-6.0.6.tar.bz2) = 857810d8bcfb9e617a0a7e05833b00d6310ca4be3632831c51824841b700664d
SIZE (courier-imap-6.0.6.tar.bz2) = 3748186
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- perl5>=5.42.r<5.43 : lang/perl5.42
- Runtime dependencies:
-
- sysconftool : devel/sysconftool
- perl5>=5.42.r<5.43 : lang/perl5.42
- Library dependencies:
-
- libcourier-unicode.so : devel/courier-unicode
- libcourierauth.so : security/courier-authlib-base
- libidn2.so : dns/libidn2
- libpcre2-8.so : devel/pcre2
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for courier-imap-6.0.6_1,2:
AUTH_LDAP=off: LDAP support
AUTH_MYSQL=off: MySQL support
AUTH_PGSQL=off: PostgreSQL support
AUTH_SQLITE=off: SQLite support
AUTH_USERDB=off: Userdb support
AUTH_VCHKPW=off: popmail/vchkpw support
DOCS=on: Build and/or install documentation
GDBM=off: GNU dbm library support
GNUTLS=off: Use GnuTLS instead of OpenSSL (Enables SNI)
INOTIFY=off: Inotify support for IDLE command
IPV6=on: IPv6 protocol support
TRASHQUOTA=off: Include deleted mails in the quota
===> Use 'make config' to modify these settings
- Options name:
- mail_courier-imap
- USES:
- compiler:c++11-lang gmake localbase:ldflags perl5 pkgconfig ssl tar:bzip2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
6.0.6_1,2 20 Sep 2026 16:04:08
    |
Guido Falsi (madpilot)  |
mail/courier-imap: Update version check for INOTIFY option
FreeBSD 14.5 includes the inotify implementation in libc. Update
the version check to avoid linkingg to the ports provided library
in this case.
MFH: 2026Q3
(cherry picked from commit a9309a59e3b7c12e964d99fd94195598845ad9cf) |
6.0.6,2 20 Sep 2026 16:03:57
    |
Guido Falsi (madpilot)  |
mail/courier-imap: Update to 6.0.6
(cherry picked from commit 4e5eafd2681aacf36d64471ddff2502594c506f3) |
6.0.5,2 26 Jul 2026 13:29:57
    |
Guido Falsi (madpilot)  |
mail/courier-imap: Update to 6.0.5
- Update includes fix for potential crash on messages with certain
subjects
MFH: 2026Q3
(cherry picked from commit ccae5fb61780969ec834d28ab3de7cf35723da50) |
6.0.4,2 24 Jul 2026 20:15:33
    |
Guido Falsi (madpilot)  |
mail/courier-imap: Update to 6.0.4
Fixes crash when using CRAM-MD5 authentication
PR: 296975
MFH: 2026Q3
(cherry picked from commit 38f8b7136565d58d2055044a23d84e00582285fb) |
6.0.3,2 16 Jul 2026 17:24:56
    |
Guido Falsi (madpilot)  |
mail/courier-imap: Update to 6.0.3
Includes fix for malformed messages in maildirs.
https://github.com/svarshavchik/courier/issues/82
MFH: 2026Q3
(cherry picked from commit 0c2029d375af4bf27fd7e6f3d28c242862369998) |
6.0.2,2 16 Jul 2026 17:24:38
    |
Guido Falsi (madpilot)  |
mail/courier-imap: Update to 6.0.2
(cherry picked from commit e5b4fe0f889d72d54ec259cc942d131906f0a721) |