Path to this page:
./
mail/courier-imap,
IMAP server for access to maildir-style mailboxes
Branch: pkgsrc-2007Q2,
Version: 4.1.1nb3,
Package name: courier-imap-4.1.1nb3,
Maintainer: jlamCourier-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:[
net/couriertcpd] [
devel/pcre] [
security/courier-authlib] [
mail/courier-maildir]
Required to build:[
lang/perl5] [
devel/libtool-base] [
devel/gmake]
Master sites: (Expand)
SHA1: 505f35a8a7d6f55b9d624e544785bc758700135c
RMD160: e7f4c0d7cbb0ccf061c31de1b0b2387ec9d87084
Filesize: 3136.298 KB
Version history: (Expand)
- (2007-08-25) Package added to pkgsrc.se, version courier-imap-4.1.1nb3 (created)