From a86e1359675d468f228d119efdd4ad5a0c84ef40 Mon Sep 17 00:00:00 2001 From: missytake Date: Sun, 26 Nov 2023 01:08:41 +0100 Subject: [PATCH] opendkim: correctly specify SigningTable in opendkim.conf --- deploy-chatmail/src/deploy_chatmail/opendkim/opendkim.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-chatmail/src/deploy_chatmail/opendkim/opendkim.conf b/deploy-chatmail/src/deploy_chatmail/opendkim/opendkim.conf index 4aafa35d..2a515cd7 100644 --- a/deploy-chatmail/src/deploy_chatmail/opendkim/opendkim.conf +++ b/deploy-chatmail/src/deploy_chatmail/opendkim/opendkim.conf @@ -20,7 +20,7 @@ Domain {{ config.domain_name }} Selector {{ config.opendkim_selector }} KeyFile /etc/dkimkeys/{{ config.opendkim_selector }}.private KeyTable /etc/dkimkeys/KeyTable -SigningTable /etc/dkimkeys/SigningTable +SigningTable refile:/etc/dkimkeys/SigningTable # In Debian, opendkim runs as user "opendkim". A umask of 007 is required when # using a local socket with MTAs that access the socket as a non-privileged