Path to this page:
./
mail/courier-imap,
IMAP server for access to maildir-style mailboxes
Branch: pkgsrc-2014Q3,
Version: 4.10.0nb4,
Package name: courier-imap-4.10.0nb4,
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] [
devel/pcre] [
mail/courier-maildir]
Master sites:
SHA1: 509b2801b34b73abaeb235873471e6cc9d2421a4
RMD160: 4c721eb8221a97f13fc1e5525bcbcbb7baedf81d
Filesize: 3081.985 KB
Version history: (Expand)
- (2014-10-01) Package added to pkgsrc.se, version courier-imap-4.10.0nb4 (created)