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:
parent
b9559cf5ce
commit
8fe2173040
|
@ -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;
|
||||
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue