Update rspam config

This commit is contained in:
Paul-Henri Froidmont 2025-10-12 15:54:51 +02:00
parent 50a033801f
commit 43bd129432
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE

View file

@ -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" ];