From c98ef0d0c5e16580e1ef369ae1701c6de98aa62c Mon Sep 17 00:00:00 2001 From: Niklas Meyer <62480600+DerLinkman@users.noreply.github.com> Date: Fri, 28 Jan 2022 16:49:30 +0100 Subject: [PATCH] Delete FTS-Xapian.conf --- data/conf/FTS-Xapian.conf | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 data/conf/FTS-Xapian.conf diff --git a/data/conf/FTS-Xapian.conf b/data/conf/FTS-Xapian.conf deleted file mode 100644 index 2fefd6a0..00000000 --- a/data/conf/FTS-Xapian.conf +++ /dev/null @@ -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 - } -}