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