diff options
Diffstat (limited to 'mail/dovecot-devel/pkg-message')
-rw-r--r-- | mail/dovecot-devel/pkg-message | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/dovecot-devel/pkg-message b/mail/dovecot-devel/pkg-message new file mode 100644 index 000000000000..45915a2f29ff --- /dev/null +++ b/mail/dovecot-devel/pkg-message @@ -0,0 +1,16 @@ +--------------------------------------------------------------------- + + 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/ + +--------------------------------------------------------------------- |