wildduck/config/dkim.toml

13 lines
480 B
TOML
Raw Normal View History

2018-01-02 21:42:57 +08:00
# 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"
2021-07-05 20:24:01 +08:00
#cipher="aes192" # only for decrypting legacy values (if there are any)
2018-01-02 21:42:57 +08:00
# If true then also adds a signature for the outbound domain
# Affects WildDuck ZoneMTA plugin only
signTransportDomain=false
2018-08-28 15:23:55 +08:00
# do not change this
hashAlgo="sha256"