rspamd: disable dkim signing

This commit is contained in:
Izorkin 2019-12-28 20:17:40 +03:00 committed by lewo
parent ee3d38a157
commit 17eec31cae
1 changed files with 4 additions and 0 deletions

View File

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