fix
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user