summarylogtreecommitdiffstats
path: root/90-fts.conf
blob: 9dc654a2eb682afff0bb56b0dd4758263245dce0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
mail_plugins = $mail_plugins fts fts_elastic

plugin {
  fts = elastic
  fts_elastic = debug url=http://localhost:9200/m/ bulk_size=5000000 refresh=fts rawlog_dir=/var/log/fts-elastic/

# no indexes new emails when user make search
# yes indexes every email when delivered
  fts_autoindex = no
fts_autoindex_exclude = \Junk
fts_autoindex_exclude2 = \Trash
}