Skip to content

Commit 8870b30

Browse files
committed
Remove decode2text since it no longer included in base docker mailserver image
1 parent c1e536e commit 8870b30

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

charts/docker-mailserver/values.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)