We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1e536e commit 8870b30Copy full SHA for 8870b30
1 file changed
charts/docker-mailserver/values.yaml
@@ -550,10 +550,6 @@ configMaps:
550
{{- if .Values.dovecot.fullTextSearch.enabled }}
551
mail_plugins = $mail_plugins fts fts_xapian
552
553
- plugin {
554
- fts_decoder = decode2text
555
- }
556
-
557
plugin {
558
fts = xapian
559
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
582
user-patches.sh:
0 commit comments