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 = {