Port details |
- courier-imap IMAP (and POP3) server that provides access to Maildir mailboxes
- 5.2.10,2 mail =172 5.2.10,2Version of this port present on the latest quarterly branch.
- Maintainer: madpilot@FreeBSD.org
- Port Added: unknown
- Last Update: 2024-08-31 21:12:49
- Commit Hash: 8f90b01
- People watching this port, also watch:: postfix, gmake, gettext, unzip
- 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,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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.3 08 May 2002 19:28:10 |
nbm |
Correct the sections various manual pages were listed under.
PR: 36915
Submitted by: Kimura Fuyuki <fuyuki@mj.0038.net> |
1.4.3 08 May 2002 19:25:08 |
nbm |
Add the patch from the previous commit.
PR: 36920 |
1.4.3 08 May 2002 19:18:05 |
nbm |
Add LDAP support options for courier-imap
PR: 36920
Submitted by: Scott Lampert <scott@francisscott.net>
Reviewed by: Jaco Engelbrecht <bje@serendipity.org.za> |
1.4.3 29 Mar 2002 09:28:48 |
nbm |
Follow changed manpage sections
Submitted by: kris and bento |
1.4.3 23 Mar 2002 13:17:05 |
nbm |
Update to 1.4.3 |
1.3.12 23 Mar 2002 11:46:50 |
nbm |
Make things a bit more pretty:
. Provide links to startup scripts in etc/rc.d (PR)
. Provide some text on what to do post-install (PR)
. Provide WWW: linke
PR: 34157
Submitted by: n_hibma |
16 Nov 2001 09:22:36 |
nbm |
Upgrade to 1.3.12, which brings in postgresql authentication support. |
11 Sep 2001 13:20:17 |
nbm |
Upgrade to 1.3.10 |
31 Aug 2001 11:22:02 |
dirk |
Remove extra backslash add to make courier-imap build again. |
27 Aug 2001 13:54:58 |
nbm |
1) Correct a type in PLIST_SUB entry for authpam. 2) Enable dependencies
properly for vpopmail 3) Add an option WITH_MYSQL for mysql authentication |
23 Aug 2001 12:46:18 |
nbm |
Build with PAM support, since it seems to work. Can specify WITHOUT_PAM to
not compile in PAM authentication support. |
24 May 2001 15:43:44 |
nbm |
Update to 1.3.8.1 |
31 Mar 2001 13:10:27 |
nbm |
Upgrade to 1.3.5. |
18 Mar 2001 16:08:42 |
nbm |
enable-workarounds-for-imap-client-bugs |
29 Jan 2001 12:49:52 |
nbm |
Upgrade to courier-imap 1.3.2 |
03 Jan 2001 15:44:18 |
nbm |
Upgrade to 1.3.0 |
09 Nov 2000 21:50:31 |
nbm |
Upgrade to courier-imap 1.2.2 |
09 Nov 2000 01:00:01 |
nbm |
Build with USE_OPENSSL unless given WITHOUT_OPENSSL, and fix the PLIST
appropriately whatever the choice. This fixes the bento build problem on
RELENG_3, and doesn't affect packages that actually have built before
(RELENG_4 and HEAD), so no PORTREVISION bump. |
03 Nov 2000 23:26:04 |
nbm |
Add two man pages to the manpage variables that were missing after upgrade |
27 Oct 2000 20:55:06 |
nbm |
Upgrade to courier-imap 1.2, now with its own pop3 daemon. |
08 Oct 2000 04:16:42 |
asami |
Convert category mail to new layout. |
02 Oct 2000 14:30:07 |
nbm |
Upgrade to courier-imap 1.1. |
22 Sep 2000 13:44:29 |
nbm |
Move courier-imap's libexec files into its own tree, to prevent conflict with
other ports using authlib. |
18 Sep 2000 14:24:17 |
nbm |
Update to 1.0, and finally give up on trying to work around MrSam's putting
scripts in PREFIX/share, and instead put them in PREFIX/share/courier-imap |
07 Aug 2000 10:57:38 |
nbm |
Add extra symlinks that my usual PLIST generation scripts didn't catch, and
rmdir the courier-imap doc directory on uninstall. |
31 Jul 2000 12:05:40 |
nbm |
Upgrade to courier-imap 0.99. |
19 Jul 2000 15:21:35 |
nbm |
Update to the latest courier-imap 0.36a |
19 Jul 2000 13:16:05 |
nbm |
Fix the build for the root case, and also for post 4.0-RELEASE case. |
21 Jun 2000 14:36:13 |
nbm |
Update to 0.33, and move to the sourceforge download site. This brings in
IPv6 support, if you are IPv6 capable. (from PR) |