pkgsrc-wip/cyrus-imapd22/INSTALL
Marc Recht f5199f1dca Initial import of Cyrus Imapd 2.2.1-BETA.
The new features include Virtual Domain support, NNTP
server support, IPv6 support, Compiled Sieve scripts, an improved
configuration subsystem, and many more visible and invisible changes.

IMAP (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.
2003-07-26 17:46:52 +00:00

26 lines
757 B
Text

#!/bin/sh
#
# $NetBSD: INSTALL,v 1.1.1.1 2003/07/26 17:46:53 marc 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