aboutsummaryrefslogtreecommitdiff
path: root/mail/dovecot/pkg-message
diff options
context:
space:
mode:
authorSergei Kolobov <sergei@FreeBSD.org>2004-02-01 16:01:30 +0000
committerSergei Kolobov <sergei@FreeBSD.org>2004-02-01 16:01:30 +0000
commitb0822e719f3aeae22dffab6d6bd766724e5a4c37 (patch)
treeb5a5816c32369e072c58137835d45e301f39ae05 /mail/dovecot/pkg-message
parentc73a0b41bef83383e6dde4520d0f634376f361e3 (diff)
downloadports-b0822e719f3aeae22dffab6d6bd766724e5a4c37.tar.gz
ports-b0822e719f3aeae22dffab6d6bd766724e5a4c37.zip
- Fix build on -CURRENT following deprecation of EAI_NODATA (see RFC 3493)
- Use OPTIONS macro for 'make config' - Add rcNG startup script, add USE_RC_SUBR - Add SIZE to distinfo - Bump PORTREVISION PR: ports/61905 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=99709
Diffstat (limited to 'mail/dovecot/pkg-message')
-rw-r--r--mail/dovecot/pkg-message14
1 files changed, 7 insertions, 7 deletions
diff --git a/mail/dovecot/pkg-message b/mail/dovecot/pkg-message
index 2acffc98aadf..907b6d67a4f3 100644
--- a/mail/dovecot/pkg-message
+++ b/mail/dovecot/pkg-message
@@ -1,15 +1,15 @@
---------------------------------------------------------------------
You can get default configured IMAP and POP3 services running by
- copying the following sample files to the given locations. In this
- simple configuration Dovecot will authenticate users against the
- systems passwd file and use the default /var/mail/$USER mbox files.
+ copying the sample configuration file to the given location and then
+ enabling dovecot in /etc/rc.conf.
+ In this simple configuration Dovecot will authenticate users against
+ the systems passwd file and use the default /var/mail/$USER mbox
+ files.
- %%PREFIX%%/etc/dovecot-example.conf
- -> %%PREFIX%%/etc/dovecot.conf
+ cd %%PREFIX%%/etc; cp dovecot-example.conf dovecot.conf
- %%PREFIX%%/etc/rc.d/dovecot.sh.sample
- -> %%PREFIX%%/etc/rc.d/dovecot.sh
+ echo dovecot_enable="YES" >> /etc/rc.conf
Further information on configuration can be found in: