diff options
author | jlam <jlam> | 2002-07-31 15:50:06 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-07-31 15:50:06 +0000 |
commit | d6bab5f47d1606f4cc54e23c5c3242cbc83c208f (patch) | |
tree | d7955f7673e0e275950c5d230fa58062506a43c4 /mail/cyrus-imapd | |
parent | a3794159c1d88ad897f73245a99176d76cab0db7 (diff) | |
download | pkgsrc-d6bab5f47d1606f4cc54e23c5c3242cbc83c208f.tar.gz |
Give some further hints about what will need to be done before Cyrus IMAP
can be used.
Diffstat (limited to 'mail/cyrus-imapd')
-rw-r--r-- | mail/cyrus-imapd/INSTALL | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/cyrus-imapd/INSTALL b/mail/cyrus-imapd/INSTALL index d3199102f7a..bbc8df87e43 100644 --- a/mail/cyrus-imapd/INSTALL +++ b/mail/cyrus-imapd/INSTALL @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: INSTALL,v 1.2 2001/11/24 20:49:42 jlam Exp $ +# $NetBSD: INSTALL,v 1.3 2002/07/31 15:50:06 jlam Exp $ case ${STAGE} in POST-INSTALL) @@ -10,7 +10,9 @@ Please also refer to: ${PKG_PREFIX}/share/doc/html/cyrus-imapd/install.html -to set up the necessary directories before starting the Cyrus IMAP server. +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 ;; |