Delete FTS-Xapian.conf

This commit is contained in:
Niklas Meyer 2022-01-28 16:49:30 +01:00 committed by GitHub
parent f09ca0a36a
commit c98ef0d0c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 20 deletions

View File

@ -1,20 +0,0 @@
plugin {
fts = xapian
fts_xapian = partial=3 full=20 verbose=0
fts_autoindex = yes
fts_enforced = yes
fts_autoindex_exclude = \Trash
fts_decoder = decode2text
}
service indexer-worker {
vsz_limit = 1024m
}
service decode2text {
executable = script /usr/local/bin/decode2text.sh
user = dovecot
unix_listener decode2text {
mode = 0666
}
}