rspamd: fix rspamd signing for mailman

Mails to the big mailing lists currently fail dkim checking since we add
a footer and rewrite the subject. To not trigger DMARC fails, we sign all
outgoing mails from local networks with our domain.
This commit is contained in:
Rouven Seifert 2024-03-07 14:56:21 +01:00
parent b9559cf5ce
commit 8fe2173040
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09

View file

@ -315,6 +315,8 @@ in
"dkim_signing.conf".text = ''
selector = "quitte2024";
allow_username_mismatch = true;
allow_hdrfrom_mismatch = true;
use_domain_sign_local = "ifsr.de";
path = /var/lib/rspamd/dkim/$domain.$selector.key;
'';