Skip to content

Commit 8d6d0e6

Browse files
authored
Merge pull request docker-mailserver#120 from AlMaVizca/docker-mailserver-14
Update chart to use docker-mailserver 14.0.0
2 parents 28b2b26 + af1b7e6 commit 8d6d0e6

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

charts/docker-mailserver/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v2
2-
appVersion: "13.3.1"
2+
appVersion: "14.0.0"
33
description: A fullstack but simple mailserver (smtp, imap, antispam, antivirus, ssl...) using Docker.
44
name: docker-mailserver
5-
version: 3.0.13
5+
version: 4.0.0
66
sources:
77
- https://github.com/docker-mailserver/docker-mailserver-helm
88
maintainers:

charts/docker-mailserver/values.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ deployment:
7777
# -----------------------------------------------
7878
LOG_LEVEL: info
7979
SUPERVISOR_LOGLEVEL:
80-
ONE_DIR: 1
8180
DMS_VMAIL_UID:
8281
DMS_VMAIL_GID:
8382
ACCOUNT_PROVISIONER:
@@ -103,6 +102,7 @@ deployment:
103102
RSPAMD_GREYLISTING: 0
104103
RSPAMD_HFILTER: 1
105104
RSPAMD_HFILTER_HOSTNAME_UNKNOWN_SCORE: 6
105+
RSPAMD_NEURAL: 0
106106
ENABLE_AMAVIS: 0
107107
AMAVIS_LOGLEVEL: 0
108108
ENABLE_DNSBL: 0
@@ -131,6 +131,7 @@ deployment:
131131
LOGWATCH_SENDER:
132132
REPORT_RECIPIENT:
133133
REPORT_SENDER:
134+
LOGROTATE_COUNT: 4
134135
LOGROTATE_INTERVAL: weekly
135136
POSTFIX_REJECT_UNKNOWN_CLIENT_HOSTNAME: 0
136137
POSTFIX_INET_PROTOCOLS: all
@@ -147,7 +148,7 @@ deployment:
147148
SA_TAG: 2.0
148149
SA_TAG2: 6.31
149150
SA_KILL: 10.0
150-
SA_SPAM_SUBJECT: '***SPAM*** '
151+
SPAM_SUBJECT: '***SPAM*** '
151152

152153
# -----------------------------------------------
153154
# --- Fetchmail Section -------------------------

0 commit comments

Comments
 (0)