Path to this page:
./
wip/cyrus-imapd34,
Cyrus IMAP server
Branch: CURRENT,
Version: 3.4.6,
Package name: cyrus-imapd-3.4.6,
Maintainer: gadamsIMAP (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.
From version 3 on, the Cyrus IMAP server also offers the option of
serving calendars and address books via a CalDAV / CardDAV interface.
The information is stored in special directories in the same location
that is used for the emails. This makes Cyrus IMAP a self-contained
groupware server.
Cyrus IMAP 3.4.x is the latest version that can directly upgrade an
existing server that is older than 3.0.x. If you want to upgrade to
3.6.x or 3.8.x (or later), you will need to upgrade through version
3.2.10 or later. This package should work.
DEINSTALL [+/-]# $NetBSD: $
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: http, ldap, pcre
Master sites:
Filesize: 12977.096 KB
Version history: (Expand)
- (2023-12-30) Package added to pkgsrc.se, version cyrus-imapd-3.4.6 (created)