Do a better job of explaining where the default configuration files

come from. Not bumping PORTREVISION as this change will only benefit
people who don't already have dovecot installed.

PR:		198792
This commit is contained in:
Adam Weinberger 2015-03-22 15:36:31 +00:00
parent 882a7cd3f3
commit 2b79d49ba9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381930

View file

@ -1,21 +1,17 @@
---------------------------------------------------------------------
You can get basic IMAP and POP3 services running by enabling
dovecot in the /etc/rc.conf file.
You must create the configuration files yourself. Copy them over
to %%ETCDIR%% and edit them as desired:
dovecot_enable
(bool) If set to ``YES'', run the dovecot command
at boot time.
cp -R %%DOCSDIR%%/example-config \
%%ETCDIR%%
In the basic configuration Dovecot will authenticate users against
the system's passwd file and use the default /var/mail/$USER mbox
files.
The default configuration includes IMAP and POP3 services, will
authenticate users agains the system's passwd file, and will use
the default /var/mail/$USER mbox files.
dovecot_config
(str) Path to dovecot configuration file(s).
Default %%PREFIX%%/etc/dovecot/dovecot.conf.
Next, enable dovecot in /etc/rc.conf:
To start multiple instances of dovecot set dovecot_config to
a space separated list of configuration files.
dovecot_enable="YES"
---------------------------------------------------------------------