ansible-mailserver-debian/mail_system/templates/dovecot/90-plugin.conf

19 lines
474 B
Plaintext

# THIS FILE IS CONTROLLED BY ANSIBLE - DO NOT CHANGE IN DEPLOYMENT!
##
## Plugin settings
##
# All wanted plugins must be listed in mail_plugins setting before any of the
# settings take effect. See <doc/wiki/Plugins.txt> for list of plugins and
# their configuration. Note that %variable expansion is done for all values.
plugin {
fts = lucene
fts_lucene = whitespace_chars=@.
fts_autoindex=yes
fts_autoindex_exclude = \Junk
fts_autoindex_exclude2 = \Trash
}