summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd/INSTALL
blob: aa40a4bfe92cbbc20435c39a30d986aa84970ade (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: INSTALL,v 1.4 2003/08/30 20:22:55 jlam 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.
===========================================================================
EOF
	;;
esac