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:
550
550
{{- if .Values.dovecot.fullTextSearch.enabled }}
551
551
mail_plugins = $mail_plugins fts fts_xapian
552
552
553
- plugin {
554
- fts_decoder = decode2text
555
- }
556
-
557
553
plugin {
558
554
fts = xapian
559
555
fts_xapian = partial=3 full=20 verbose={{ .Values.dovecot.fullTextSearch.verbose }}
@@ -569,14 +565,6 @@ configMaps:
569
565
# limit size of indexer-worker RAM usage, ex: 512MB, 1GB, 2GB
570
566
vsz_limit = {{ .Values.dovecot.fullTextSearch.resources.memory }}
571
567
}
572
-
573
- service decode2text {
574
- executable = script /usr/lib/dovecot/decode2text.sh
575
- user = dovecot
576
- unix_listener decode2text {
577
- mode = 0666
578
- }
579
- }
580
568
{{- end -}}
581
569
582
570
user-patches.sh :
You can’t perform that action at this time.
0 commit comments