Skip to content

Commit 72f0325

Browse files
committed
Remove decode2text since it no longer included in base docker mailserver image
1 parent d001a53 commit 72f0325

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
@@ -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:

0 commit comments

Comments
 (0)