diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-03-11 20:16:32 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-03-11 20:16:32 +0000 |
commit | 28f5ab0c6242b9b8b6080d74ffbf18d1d38f0da1 (patch) | |
tree | a6116e37ff87e29e7327b84f7f1281a3c92be348 | |
parent | 68e6f0cc5c663daf30cd21c00dd48304950ad830 (diff) | |
download | freebsd-ports-28f5ab0c6242b9b8b6080d74ffbf18d1d38f0da1.zip |
(Re-importing due to slight name change -- here is the original
message by nbm, with the added hyphen.)
Initial import of courier-imap, a imap server for Maildirs.
-rw-r--r-- | mail/courier-imap/Makefile | 31 | ||||
-rw-r--r-- | mail/courier-imap/distinfo | 1 | ||||
-rw-r--r-- | mail/courier-imap/pkg-comment | 1 | ||||
-rw-r--r-- | mail/courier-imap/pkg-descr | 16 | ||||
-rw-r--r-- | mail/courier-imap/pkg-plist | 16 |
5 files changed, 65 insertions, 0 deletions
diff --git a/mail/courier-imap/Makefile b/mail/courier-imap/Makefile new file mode 100644 index 000000000000..ea7aeeed8057 --- /dev/null +++ b/mail/courier-imap/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: courierimap +# Version required: 0.26 +# Date created: 19 Feb 2000 +# Whom: Neil Blakey-Milner +# +# $FreeBSD$ +# + +DISTNAME= courier-imap-0.26 +CATEGORIES= mail +MASTER_SITES= http://www.inter7.com/courierimap/ + +MAINTAINER= nbm@FreeBSD.org + +GNU_CONFIGURE= YES +USE_GMAKE= YES + +CONFIGURE_ARGS= --without-authldap --with-authldaprc=filename \ + --without-authpam --without-authshadow \ + --without-authvchkpw --without-authcram + +MAN8= authlib.8 makeuserdb.8 userdb.8 userdbpw.8 couriertcpd.8 \ + deliverquota.8 imapd.8 + +MLINKS= authlib.8 authpwd.8 authlib.8 authshadow.8 \ + authlib.8 authuserdb.8 authlib.8 authpam.8 \ + authlib.8 authvchkpw.8 authlib.8 authcram.8 \ + authlib.8 authldap.8 makeuserdb.8 pw2userdb.8 \ + makeuserdb.8 vchkpw2userdb.8 + +.include <bsd.port.mk> diff --git a/mail/courier-imap/distinfo b/mail/courier-imap/distinfo new file mode 100644 index 000000000000..9f56f5a7c4a7 --- /dev/null +++ b/mail/courier-imap/distinfo @@ -0,0 +1 @@ +MD5 (courier-imap-0.26.tar.gz) = 524972958b09002463461a45ddb00c32 diff --git a/mail/courier-imap/pkg-comment b/mail/courier-imap/pkg-comment new file mode 100644 index 000000000000..543f526974a7 --- /dev/null +++ b/mail/courier-imap/pkg-comment @@ -0,0 +1 @@ +IMAP server that provides access to Maildir mailboxes. diff --git a/mail/courier-imap/pkg-descr b/mail/courier-imap/pkg-descr new file mode 100644 index 000000000000..5b3f71b31096 --- /dev/null +++ b/mail/courier-imap/pkg-descr @@ -0,0 +1,16 @@ +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. diff --git a/mail/courier-imap/pkg-plist b/mail/courier-imap/pkg-plist new file mode 100644 index 000000000000..0a76abb2c92b --- /dev/null +++ b/mail/courier-imap/pkg-plist @@ -0,0 +1,16 @@ +bin/imapd +libexec/makedatprog +libexec/couriertcpd +libexec/deliverquota +libexec/logger +libexec/imapd.rc +libexec/authlib/authuserdb +libexec/authlib/authpam +@unexec rmdir %D/libexec/authlib +sbin/imaplogin +sbin/vchkpw2userdb +sbin/makeuserdb +sbin/userdbpw +sbin/pw2userdb +sbin/userdb +etc/imapd.config |