Tune spam filtering

This commit is contained in:
Charlotte Van Petegem 2022-03-09 10:17:50 +01:00
parent 2684671801
commit 5df581134f
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -73,6 +73,14 @@ in
'';
};
services.rspamd.extraConfig = ''
actions {
reject = null;
add_header = 10;
greylist = 4;
}
'';
systemd.services.tunnel = {
after = [ "network.target" ];
wantedBy = [ "multi-user.target" ];