upgrade dms and disable amavisd as it was not used and was causing too much filtering [ci skip]
This commit is contained in:
parent
b9ea9cbaa2
commit
965d4834e0
1 changed files with 2 additions and 1 deletions
|
|
@ -36,6 +36,7 @@ resource "kubernetes_config_map" "mailserver_env_config" {
|
||||||
DMS_DEBUG = "0"
|
DMS_DEBUG = "0"
|
||||||
# LOG_LEVEL = "debug"
|
# LOG_LEVEL = "debug"
|
||||||
ENABLE_CLAMAV = "0"
|
ENABLE_CLAMAV = "0"
|
||||||
|
ENABLE_AMAVIS = "0"
|
||||||
ENABLE_FAIL2BAN = "0"
|
ENABLE_FAIL2BAN = "0"
|
||||||
ENABLE_FETCHMAIL = "0"
|
ENABLE_FETCHMAIL = "0"
|
||||||
ENABLE_POSTGREY = "0"
|
ENABLE_POSTGREY = "0"
|
||||||
|
|
@ -161,7 +162,7 @@ resource "kubernetes_deployment" "mailserver" {
|
||||||
spec {
|
spec {
|
||||||
container {
|
container {
|
||||||
name = "docker-mailserver"
|
name = "docker-mailserver"
|
||||||
image = "docker.io/mailserver/docker-mailserver:14.0.0"
|
image = "docker.io/mailserver/docker-mailserver:15.0.0"
|
||||||
image_pull_policy = "IfNotPresent"
|
image_pull_policy = "IfNotPresent"
|
||||||
security_context {
|
security_context {
|
||||||
capabilities {
|
capabilities {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue