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 @@ -550,10 +550,6 @@ configMaps:
550550 {{- if .Values.dovecot.fullTextSearch.enabled }}
551551 mail_plugins = $mail_plugins fts fts_xapian
552552
553- plugin {
554- fts_decoder = decode2text
555- }
556-
557553 plugin {
558554 fts = xapian
559555 fts_xapian = partial=3 full=20 verbose={{ .Values.dovecot.fullTextSearch.verbose }}
@@ -569,14 +565,6 @@ configMaps:
569565 # limit size of indexer-worker RAM usage, ex: 512MB, 1GB, 2GB
570566 vsz_limit = {{ .Values.dovecot.fullTextSearch.resources.memory }}
571567 }
572-
573- service decode2text {
574- executable = script /usr/lib/dovecot/decode2text.sh
575- user = dovecot
576- unix_listener decode2text {
577- mode = 0666
578- }
579- }
580568 {{- end -}}
581569
582570 user-patches.sh :
You can’t perform that action at this time.
0 commit comments