mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2024-12-27 07:26:22 +01:00
rspamd: disable dkim signing
This commit is contained in:
parent
ee3d38a157
commit
17eec31cae
1 changed files with 4 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue