Turn on auto-indexing of mail

This commit is contained in:
Jonty Wareing 2014-10-24 23:09:29 +01:00
parent e2d9ed153f
commit e6c0ef593a
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ tools/editconf.py /etc/dovecot/conf.d/10-mail.conf \
cat > /etc/dovecot/conf.d/90-plugin.conf << EOF;
plugin {
fts = solr
fts_autoindex = yes
fts_solr = break-imap-search url=http://127.0.0.1:8080/solr/
}
EOF