From e56e8754339c0036ef969fc15cbe4788e7058ccf Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sat, 14 Nov 2020 14:35:27 +0100 Subject: [PATCH] bundles/rspamd: switch to automatically-generated dkim key --- bundles/rspamd/files/dkim.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bundles/rspamd/files/dkim.conf b/bundles/rspamd/files/dkim.conf index 29f19eb..e4d59cc 100644 --- a/bundles/rspamd/files/dkim.conf +++ b/bundles/rspamd/files/dkim.conf @@ -1,4 +1,3 @@ path = "/var/lib/rspamd/dkim/$selector.key"; -# selector = "${node.metadata['rspamd']['dkim']}"; -selector = "2019"; +selector = "${node.metadata['rspamd']['dkim']}"; allow_username_mismatch = true;