File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -560,10 +560,6 @@ configMaps:
560560 {{- if .Values.dovecot.fullTextSearch.enabled }}
561561 mail_plugins = $mail_plugins fts fts_xapian
562562
563- plugin {
564- fts_decoder = decode2text
565- }
566-
567563 plugin {
568564 fts = xapian
569565 fts_xapian = partial=3 full=20 verbose={{ .Values.dovecot.fullTextSearch.verbose }}
@@ -579,14 +575,6 @@ configMaps:
579575 # limit size of indexer-worker RAM usage, ex: 512MB, 1GB, 2GB
580576 vsz_limit = {{ .Values.dovecot.fullTextSearch.resources.memory }}
581577 }
582-
583- service decode2text {
584- executable = script /usr/lib/dovecot/decode2text.sh
585- user = dovecot
586- unix_listener decode2text {
587- mode = 0666
588- }
589- }
590578 {{- end -}}
591579
592580 user-patches.sh :
You can’t perform that action at this time.
0 commit comments