From 43bd129432b9270ccd594e8dd964be081d52eed4 Mon Sep 17 00:00:00 2001 From: Paul-Henri Froidmont Date: Sun, 12 Oct 2025 15:54:51 +0200 Subject: [PATCH] Update rspam config --- profiles/hel.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/hel.nix b/profiles/hel.nix index 18eadbc..a721a04 100644 --- a/profiles/hel.nix +++ b/profiles/hel.nix @@ -498,6 +498,14 @@ certificateScheme = "acme-nginx"; }; + services.rspamd.extraConfig = '' + actions { + reject = null; # Disable rejects, default is 15 + add_header = 6; # Add header when reaching this score + greylist = null; # Disable greylist + } + ''; + nix = { settings = { trusted-users = [ "nix-ssh" ];