This commit is contained in:
2023-08-12 17:55:21 +02:00
parent d5b1f2841b
commit 30796fdb3e
3 changed files with 56 additions and 65 deletions

View File

@@ -167,20 +167,11 @@ resource "kubectl_manifest" "zonemta_config" {
# DKIM Settings
# -------------
["modules/zonemta-wildduck".dkim]
# If true then also adds a signature for the outbound domain
cipher="aes192"
secret="${local.secrets.dkim}"
useOpenSSL=true
signTransportDomain=false
# If set then decrypt encrypted DKIM keys using this password
#secret="a secret cat"
# Cipher to use to decrypt encrypted DKIM keys
#cipher="aes192"
["modules/zonemta-wildduck".gelf]
enabled=false
component="mta"
["modules/zonemta-wildduck".gelf.options]
graylogPort=12201
graylogHostname='127.0.0.1'
connection='lan'
hashAlgo="sha256"
EOF
}