mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
20 lines
547 B
Text
20 lines
547 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
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
|
|
EOM
|
|
}
|
|
]
|