locals = {
"dkim_signing.conf".text = ''
selector_map = ${rspamd.dkimSelectorMap};
- path = "/run/keys/gnupg/rspamd/dkim/$domain/$selector.key";
+ path = "/run/keys/gnupg/rspamd/dkim/$domain/$selector.key/file";
allow_username_mismatch = true;
'';
"arc.conf".text = ''
selector_map = ${rspamd.dkimSelectorMap};
- path = "/run/keys/gnupg/rspamd/dkim/$domain/$selector.key";
+ path = "/run/keys/gnupg/rspamd/dkim/$domain/$selector.key/file";
allow_username_mismatch = true;
'';
"redis.conf".text = ''