mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
b0822e719f
- 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
24 lines
732 B
Plaintext
24 lines
732 B
Plaintext
---------------------------------------------------------------------
|
|
|
|
You can get default configured IMAP and POP3 services running by
|
|
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.
|
|
|
|
cd %%PREFIX%%/etc; cp dovecot-example.conf dovecot.conf
|
|
|
|
echo dovecot_enable="YES" >> /etc/rc.conf
|
|
|
|
Further information on configuration can be found in:
|
|
|
|
%%DOCSDIR%%
|
|
|
|
FreeBSD specific information is covered in the following file:
|
|
|
|
%%DOCSDIR%%/README.FreeBSD
|
|
|
|
---------------------------------------------------------------------
|
|
|