Path to this page:
./
mail/cyrus-imapd24,
Cyrus IMAP server
Branch: pkgsrc-2011Q4,
Version: 2.4.13,
Package name: cyrus-imapd-2.4.13,
Maintainer: obacheIMAP (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.1.1.1 2010/10/30 12:12:35 obache 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
Required to run:[
security/cyrus-sasl] [
devel/pcre] [
lang/perl5] [
databases/db4]
Required to build:[
lang/perl5]
Package options: bdb, pcre
Master sites: (Expand)
SHA1: df06d6d4b2b24d631cbbf1aa6f77a94381ce6bb7
RMD160: 4665d7aa49acb5a5f3d9746ef4cf2c15292a6ff6
Filesize: 2414.715 KB
Version history: (Expand)
- (2012-01-08) Package added to pkgsrc.se, version cyrus-imapd-2.4.13 (created)