Port details on branch 2025Q2 |
- courier-imap IMAP (and POP3) server that provides access to Maildir mailboxes
- 5.2.10_1,2 mail
=0 5.2.10_1,2Version of this port present on the latest quarterly branch. - Maintainer: madpilot@FreeBSD.org
 - Port Added: 2025-04-07 11:29:22
- Last Update: 2025-04-07 11:24:27
- Commit Hash: 1be5e7c
- 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:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - 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 = 1725132509
SHA256 (courier-imap-5.2.10.tar.bz2) = eae1811661e495e1b7c06b4d4acd9aba2e0b7e79416184029edd8f726fc89fe5
SIZE (courier-imap-5.2.10.tar.bz2) = 3415819
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.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- sysconftool : devel/sysconftool
- perl5>=5.36<5.37 : lang/perl5.36
- 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-5.2.10_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
- pkg-message:
- For install:
- In case you use authpam, you should put the following lines
in your /etc/pam.d/imap:
auth required pam_unix.so try_first_pass
account required pam_unix.so try_first_pass
session required pam_permit.so
You will have to run /usr/local/share/courier-imap/mkimapdcert to create
a self-signed certificate if you want to use imapd-ssl.
And you will have to copy and edit the *.dist files to *
in /usr/local/etc/courier-imap.
- Master Sites:
|