Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
georglauterbach committed Jul 23, 2023
1 parent a0fde8b commit 66ef97b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions target/bin/rspamd-dkim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions target/rspamd/local.d/options.inc
Original file line number Diff line number Diff line change
@@ -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";

0 comments on commit 66ef97b

Please sign in to comment.