---------------------------------------------------------------------
 
 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
 
 Further information on configuration can be found at:
 
  http://wiki.dovecot.org/

---------------------------------------------------------------------
