mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 04:21:18 +02:00
18 lines
540 B
Plaintext
18 lines
540 B
Plaintext
---------------------------------------------------------------------
|
|
|
|
You must create the configuration files yourself. Copy them over
|
|
to %%ETCDIR%% and edit them as desired:
|
|
|
|
cp -R %%ETCDIR%%/example-config/* \
|
|
%%ETCDIR%%
|
|
|
|
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.
|
|
|
|
Next, enable dovecot in /etc/rc.conf:
|
|
|
|
dovecot_enable="YES"
|
|
|
|
---------------------------------------------------------------------
|