Tune spam filtering
This commit is contained in:
parent
2684671801
commit
5df581134f
1 changed files with 8 additions and 0 deletions
|
@ -73,6 +73,14 @@ in
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.rspamd.extraConfig = ''
|
||||||
|
actions {
|
||||||
|
reject = null;
|
||||||
|
add_header = 10;
|
||||||
|
greylist = 4;
|
||||||
|
}
|
||||||
|
'';
|
||||||
|
|
||||||
systemd.services.tunnel = {
|
systemd.services.tunnel = {
|
||||||
after = [ "network.target" ];
|
after = [ "network.target" ];
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue