mirror of
https://github.com/nodemailer/wildduck.git
synced 2024-11-13 04:46:33 +08:00
12 lines
480 B
TOML
12 lines
480 B
TOML
# If enabled then encrypt DKIM keys with the secret password. By default DKIM keys
|
|
# are not encrypted and stored as cleartext. Once set up do not change these values,
|
|
# otherwise decrypting DKIM keys is going to fail
|
|
#secret="a secret cat"
|
|
#cipher="aes192" # only for decrypting legacy values (if there are any)
|
|
|
|
# If true then also adds a signature for the outbound domain
|
|
# Affects WildDuck ZoneMTA plugin only
|
|
signTransportDomain=false
|
|
|
|
# do not change this
|
|
hashAlgo="sha256"
|