add full-text search support

This commit is contained in:
Thomas Sänger
2018-08-05 18:59:57 +02:00
parent f506966abc
commit fb62e6b5a2
2 changed files with 15 additions and 1 deletions

View File

@@ -18,6 +18,20 @@ dict {
sieve = sqlite:/etc/dovecot/pigeonhole-sieve.dict
}
###############
# Full-text search
###############
mail_plugins = $mail_plugins fts fts_lucene
plugin {
fts = lucene
fts_autoindex = yes
fts_autoindex_exclude = \Junk
fts_lucene = whitespace_chars=@.
}
###############
# Mailboxes
###############