6a11c44fed
PR: 111086 Submitted by: Robin Breathe <robin@isometry.net> (maintainer)
12 lines
422 B
Text
12 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
|
|
|
|
---------------------------------------------------------------------
|