Path to this page:
./
mail/cyrus-imapd21,
Cyrus IMAP server
Branch: pkgsrc-2010Q3,
Version: 2.1.18nb7,
Package name: cyrus-imapd-2.1.18nb7,
Maintainer: pkgsrc-usersIMAP (Internet Message Access Protocol) is an Internet standards-track
protocol for accessing messages (mail, bboards, news, etc). The Cyrus
IMAP server differs from other IMAP server implementations in that it
is generally intended to be run on "sealed" servers, where normal users
are not permitted to log in. The mailbox database is stored in parts of
the filesystem that are private to the Cyrus IMAP system. All user
access to mail is through the IMAP, POP3, or KPOP protocols.
DEINSTALL [+/-]# $NetBSD: DEINSTALL,v 1.3 2004/07/31 03:28:32 jlam Exp $
IMAPDCONF=@IMAPDCONF@
case ${STAGE} in
DEINSTALL)
if [ -f ${IMAPDCONF} ]; then
IMAPDIRS=`
${AWK} '/configdirectory:/ { print $2 }; \
/partition-.*:/ { print $2 }; \
/sievedir:/ { print $2 }' \
${IMAPDCONF} | ${SORT} -ur`
_IMAPDIRS=
for dir in ${IMAPDIRS}; do
${RMDIR} -p ${dir} 2>/dev/null || ${TRUE}
if [ -d ${dir} ]; then
_IMAPDIRS="${_IMAPDIRS} ${dir}"
fi
done
if [ -n "${_IMAPDIRS}" ]; then
${CAT} << EOF
===========================================================================
If you won't be using ${PKGNAME} any longer, you may want to remove
the following directories:
EOF
for dir in ${_IMAPDIRS}; do
if [ -d "${dir}" ]; then
${ECHO} " ${dir}"
fi
done
${CAT} << EOF
===========================================================================
EOF
fi
fi
;;
esac
Package options: inet6
Master sites: (Expand)
SHA1: 2f587645d8589fb876bb6633ae4a7a93f451b89c
RMD160: 87e521c9fc01e42c4e54b4e2ffb1492abb9f9130
Filesize: 1671.408 KB
Version history: (Expand)
- (2010-10-17) Package has been reborn
- (2010-10-16) Package added to pkgsrc.se, version cyrus-imapd-2.1.18nb7 (created)