From 30e2d944cd4cdba67bc47842fb06932ab60c99fc Mon Sep 17 00:00:00 2001 From: Niklas Meyer <62480600+DerLinkman@users.noreply.github.com> Date: Fri, 28 Jan 2022 16:51:33 +0100 Subject: [PATCH] [Dovecot] Removed Xapian from dovecot.conf This added a include try pointing on the file instead. --- data/conf/dovecot/dovecot.conf | 28 ++-------------------------- 1 file changed, 2 insertions(+), 26 deletions(-) diff --git a/data/conf/dovecot/dovecot.conf b/data/conf/dovecot/dovecot.conf index 5a7717ac..2be1fff6 100644 --- a/data/conf/dovecot/dovecot.conf +++ b/data/conf/dovecot/dovecot.conf @@ -159,18 +159,6 @@ service lmtp { } user = vmail } -### FTS-XAPIAN -service indexer-worker { - vsz_limit = 1024m -} - -service decode2text { - executable = script /usr/libexec/dovecot/decode2text.sh - user = dovecot - unix_listener decode2text { - mode = 0666 - } -} listen = *,[::] ssl_cert = default_client_limit = 10400 default_vsz_limit = 1024 M