diff options
Diffstat (limited to 'mail/dovecot/files/pkg-message.in')
-rw-r--r-- | mail/dovecot/files/pkg-message.in | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/mail/dovecot/files/pkg-message.in b/mail/dovecot/files/pkg-message.in new file mode 100644 index 0000000..1c57ad1 --- /dev/null +++ b/mail/dovecot/files/pkg-message.in @@ -0,0 +1,30 @@ +--------------------------------------------------------------------- + + You must create the configuration files yourself. Copy them over + to %%ETCDIR%% and edit them as desired: + + cp -R %%ETCDIR%%/example-config/* \ + %%ETCDIR%% + + The default configuration includes IMAP and POP3 services, will + authenticate users agains the system's passwd file, and will use + the default /var/mail/$USER mbox files. + + Next, enable dovecot in /etc/rc.conf: + + dovecot_enable="YES" + + +--------------------------------------------------------------------- + +To avoid a risk of mailbox corruption, do not enable the +security.bsd.see_other_uids or .see_other_guids sysctls if Dovecot +is storing mail for multiple concurrent users (PR 218392). + +--------------------------------------------------------------------- + + If you want to be able to search within attachments using the + decode2text plugin, you'll need to install textproc/catdoc, and + one of graphics/xpdf or graphics/poppler-utils. + +--------------------------------------------------------------------- |