From 17eec31cae1d23e89888da1d0495c960ba624eaf Mon Sep 17 00:00:00 2001 From: Izorkin Date: Sat, 28 Dec 2019 20:17:40 +0300 Subject: [PATCH] rspamd: disable dkim signing --- mail-server/rspamd.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mail-server/rspamd.nix b/mail-server/rspamd.nix index 61700c3..371edde 100644 --- a/mail-server/rspamd.nix +++ b/mail-server/rspamd.nix @@ -52,6 +52,10 @@ in scan_mime_parts = false; # scan mail as a whole unit, not parts. seems to be needed to work at all } ''; }; + "dkim_signing.conf" = { text = '' + # Disable outbound email signing, we use opendkim for this + enabled = false; + ''; }; }; overrides = {