From 37b694e38272d6c4426427383d50cbf597c672dc Mon Sep 17 00:00:00 2001 From: Jakub Czajka Date: Sun, 6 Nov 2022 16:02:20 +0100 Subject: [PATCH] [opendkim] Require header fields. --- opendkim/opendkim.conf | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.5