blob: c0011013d5ee4216d3e02c5a0bb291c2e7f97bf4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
---------------------------------------------------------------------
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.conf.sample dovecot.conf
echo dovecot_enable="YES" >> /etc/rc.conf
Further information on configuration can be found in:
%%DOCSDIR%%
---------------------------------------------------------------------
|