From: Jakub Czajka Date: Sun, 6 Nov 2022 15:02:20 +0000 (+0100) Subject: [opendkim] Require header fields. X-Git-Url: https://git.ekhem.eu.org/?a=commitdiff_plain;h=37b694e38272d6c4426427383d50cbf597c672dc;p=server.git [opendkim] Require header fields. --- diff --git a/opendkim/opendkim.conf b/opendkim/opendkim.conf index b64f8f0..01487ad 100644 --- a/opendkim/opendkim.conf +++ b/opendkim/opendkim.conf @@ -53,3 +53,6 @@ TrustAnchorFile /usr/share/dns/root.key # Connect to postgres on localhost:5432 as dkim. KeyTable dsn:pgsql://dkim@5432+localhost/mail_db/table=users_dkim_keys?keycol=key?datacol=domain,selector,path SigningTable dsn:pgsql://dkim@5432+localhost/mail_db/table=users_dkim_keys?keycol=username?datacol=key + +RequiredHeaders true +StrictHeaders true