Turn on auto-indexing of mail
This commit is contained in:
parent
e2d9ed153f
commit
e6c0ef593a
|
@ -34,6 +34,7 @@ tools/editconf.py /etc/dovecot/conf.d/10-mail.conf \
|
||||||
cat > /etc/dovecot/conf.d/90-plugin.conf << EOF;
|
cat > /etc/dovecot/conf.d/90-plugin.conf << EOF;
|
||||||
plugin {
|
plugin {
|
||||||
fts = solr
|
fts = solr
|
||||||
|
fts_autoindex = yes
|
||||||
fts_solr = break-imap-search url=http://127.0.0.1:8080/solr/
|
fts_solr = break-imap-search url=http://127.0.0.1:8080/solr/
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in New Issue