Georg Lauterbach 2023-07-28 13:39:23 +02:00 committed by GitHub
parent f53a40d2ae
commit da984e5696
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -1,2 +1,3 @@
pidfile = false;
soft_reject_on_timeout = true;
local_networks = "127.0.0.1/8, 10.0.0.0/8, 172.16.0.0/12";