diff --git a/data/conf/rspamd/local.d/dkim_signing.conf b/data/conf/rspamd/local.d/dkim_signing.conf index 5e44578f..13eb0945 100644 --- a/data/conf/rspamd/local.d/dkim_signing.conf +++ b/data/conf/rspamd/local.d/dkim_signing.conf @@ -7,7 +7,7 @@ allow_hdrfrom_multiple = true; # If true, username does not need to contain matching domain allow_username_mismatch = true; # If false, messages from authenticated users are not selected for signing -auth_only = true; +sign_authenticated = true; # Default path to key, can include '$domain' and '$selector' variables path = "/data/dkim/keys/$domain.dkim"; # Default selector to use