13 lines
422 B
Text
13 lines
422 B
Text
|
---------------------------------------------------------------------
|
||
|
|
||
|
You can get basic IMAP and POP3 services running by enabling
|
||
|
dovecot in /etc/rc.conf.
|
||
|
|
||
|
In this basic configuration Dovecot will authenticate users against
|
||
|
the system's passwd file and use the default /var/mail/$USER mbox
|
||
|
files.
|
||
|
|
||
|
echo dovecot_enable="YES" >> /etc/rc.conf
|
||
|
|
||
|
---------------------------------------------------------------------
|