1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/mail/dovecot-pigeonhole/pkg-message
Adam Weinberger 871f113e9b Rename dovecot2/dovecot2-pigeonhole to dovecot/dovecot-pigeonhole.
It might be necessary to manually remove and reinstall the package under
the new name.

Discussed with:	ler
2017-08-07 21:44:00 +00:00

19 lines
646 B
Plaintext

---------------------------------------------------------------------
This port assumes you are familiar with Dovecot and have it installed
and running on the system you have installed this plugin on.
You can enable the plugin with this directive in your dovecot.conf:
protocol lda {
# Support for dynamically loadable plugins. mail_plugins is
# a space separated list of plugins to load.
mail_plugins = sieve # ... other plugins like quota
}
Further information on configuration can be found at:
http://wiki2.dovecot.org/Pigeonhole
---------------------------------------------------------------------