mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 10:05:00 +02:00
see https://github.com/docker-mailserver/docker-mailserver/issues/3433#issuecomment-1646532264 (#3439)
This commit is contained in:
parent
f53a40d2ae
commit
da984e5696
2 changed files with 4 additions and 2 deletions
|
@ -210,10 +210,11 @@ function _setup_default_signing_conf() {
|
|||
enabled = true;
|
||||
|
||||
sign_authenticated = true;
|
||||
sign_local = true;
|
||||
sign_local = false;
|
||||
try_fallback = false;
|
||||
|
||||
use_domain = "header";
|
||||
use_redis = false; # don't change unless Redis also provides the DKIM keys
|
||||
use_redis = false; # don't change unless Redis also provides the DKIM keys
|
||||
use_esld = true;
|
||||
|
||||
check_pubkey = true; # you want to use this in the beginning
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue