Skip to content

Commit

Permalink
Merge pull request #120 from AlMaVizca/docker-mailserver-14
Browse files Browse the repository at this point in the history
Update chart to use docker-mailserver 14.0.0
  • Loading branch information
cfis authored Jun 25, 2024
2 parents 28b2b26 + af1b7e6 commit 8d6d0e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/docker-mailserver/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
appVersion: "13.3.1"
appVersion: "14.0.0"
description: A fullstack but simple mailserver (smtp, imap, antispam, antivirus, ssl...) using Docker.
name: docker-mailserver
version: 3.0.13
version: 4.0.0
sources:
- https://github.com/docker-mailserver/docker-mailserver-helm
maintainers:
Expand Down
5 changes: 3 additions & 2 deletions charts/docker-mailserver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ deployment:
# -----------------------------------------------
LOG_LEVEL: info
SUPERVISOR_LOGLEVEL:
ONE_DIR: 1
DMS_VMAIL_UID:
DMS_VMAIL_GID:
ACCOUNT_PROVISIONER:
Expand All @@ -103,6 +102,7 @@ deployment:
RSPAMD_GREYLISTING: 0
RSPAMD_HFILTER: 1
RSPAMD_HFILTER_HOSTNAME_UNKNOWN_SCORE: 6
RSPAMD_NEURAL: 0
ENABLE_AMAVIS: 0
AMAVIS_LOGLEVEL: 0
ENABLE_DNSBL: 0
Expand Down Expand Up @@ -131,6 +131,7 @@ deployment:
LOGWATCH_SENDER:
REPORT_RECIPIENT:
REPORT_SENDER:
LOGROTATE_COUNT: 4
LOGROTATE_INTERVAL: weekly
POSTFIX_REJECT_UNKNOWN_CLIENT_HOSTNAME: 0
POSTFIX_INET_PROTOCOLS: all
Expand All @@ -147,7 +148,7 @@ deployment:
SA_TAG: 2.0
SA_TAG2: 6.31
SA_KILL: 10.0
SA_SPAM_SUBJECT: '***SPAM*** '
SPAM_SUBJECT: '***SPAM*** '

# -----------------------------------------------
# --- Fetchmail Section -------------------------
Expand Down

0 comments on commit 8d6d0e6

Please sign in to comment.