Path to this page:
./
mail/courier-imap,
IMAP server for access to maildir-style mailboxes
Branch: pkgsrc-2011Q4,
Version: 4.8.1,
Package name: courier-imap-4.8.1,
Maintainer: pkgsrc-usersCourier-IMAP is a server that provides IMAP access to maildirs. 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.
"Maildir" is a directory-based mail storage format originally introduced
in the Qmail mail server, and adopted as an alternative mail storage
format by both Exim and Postfix. Courier-IMAP is popular on
Qmail/Exim/Postfix sites that are configured to use maildirs. The
primary advantage of maildirs is that multiple applications can access
the same maildir simultaneously without requiring any kind of locking
whatsoever. It is a faster and more efficient way to store mail. It
works particularly well over NFS, which has a long history of
locking-related woes.
This package differs from a vanilla Courier-IMAP installation in that
the files are installed at locations that more closely correspond to
a Courier installation.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.8 2006/06/09 22:12:10 jlam Exp $
case ${STAGE} in
DEINSTALL)
#
# Note some additional files that may be created by the sysadmin
# that can probably be removed.
#
if ${TEST} -x ./+FILES; then
for file in \
${PKG_SYSCONFDIR}/imapd.pem \
${PKG_SYSCONFDIR}/imapd.rand \
${PKG_SYSCONFDIR}/pop3d.pem \
${PKG_SYSCONFDIR}/pop3d.rand
do
${ECHO} "# FILE: $file . /dev/null" >> ./+FILES
done
fi
;;
esac
Required to run:[
security/courier-authlib] [
net/couriertcpd] [
mail/courier-maildir] [
devel/pcre]
Required to build:[
devel/libtool-base] [
devel/gmake] [
lang/perl5]
Master sites:
SHA1: 1b549721cf4d705b8793a262d63bb474c2759cf9
RMD160: 935a4e850bd2483d9000526727553618042b079a
Filesize: 3273.926 KB
Version history: (Expand)
- (2012-01-08) Package added to pkgsrc.se, version courier-imap-4.8.1 (created)