pkgsrc/mail/cyrus-imapd21/INSTALL
chris 0b2798f0ab Initial import of cyrus-imapd 2.1.9.
Cyrus imapd provides IMAP, POP3 and KPOP services for mail.  It differs
from other IMAP servers by providing a "sealed" server where users do not
normally login directly to the server.  The mailbox database is private to
the Cyrus IMAP system.  Cyrus also provides server side mail filtering
using sieve (see RFC 3028)
2002-10-27 16:08:52 +00:00

26 lines
758 B
Text

#!/bin/sh
#
# $NetBSD: INSTALL,v 1.1.1.1 2002/10/27 16:08:52 chris Exp $
case ${STAGE} in
POST-INSTALL)
${CAT} << EOF
===========================================================================
Please also refer to:
${PKG_PREFIX}/share/doc/html/cyrus-imapd/install.html
for more detailed instructions on setting up the environment before
starting the Cyrus IMAP server. In particular, several services will
probably need to be added to /etc/services.
Note anyone upgrading from an earlier version of cyrus should read:
${PKG_PREFIX}/share/doc/html/cyrus-imapd/install-upgrade.html
Also note that cyrus-imapd now uses saslauthd rather then pwcheck by
default.
===========================================================================
EOF
;;
esac