Add rspamd config files
This commit is contained in:
26
usr/local/etc/rspamd/override.d/fuzzy_check.conf
Normal file
26
usr/local/etc/rspamd/override.d/fuzzy_check.conf
Normal file
@ -0,0 +1,26 @@
|
||||
rule "localhost" {
|
||||
algorithm = "mumhash";
|
||||
servers = "localhost:11335";
|
||||
encryption_key = "rsk86fw7w5x4dhkjhcomsyaqwiapp56ykq7woj8f7g9m7z8akfpy";
|
||||
symbol = "FUZZY_UNKNOWN";
|
||||
mime_types = ["*"];
|
||||
max_score = 20.0;
|
||||
read_only = no;
|
||||
skip_unknown = yes;
|
||||
short_text_direct_hash = true; # If less than min_length then use direct hash
|
||||
min_length = 64; # Minimum words count to consider shingles
|
||||
fuzzy_map = {
|
||||
FUZZY_DENIED {
|
||||
max_score = 20.0;
|
||||
flag = 1;
|
||||
}
|
||||
FUZZY_PROB {
|
||||
max_score = 10.0;
|
||||
flag = 2;
|
||||
}
|
||||
FUZZY_WHITE {
|
||||
max_score = 2.0;
|
||||
flag = 3;
|
||||
}
|
||||
}
|
||||
}
|
3
usr/local/etc/rspamd/override.d/worker-controller.inc
Normal file
3
usr/local/etc/rspamd/override.d/worker-controller.inc
Normal file
@ -0,0 +1,3 @@
|
||||
password = "$2$p8hk8x6i44t1azn3wnogqqd9quxqsc1t$34wr9o97cw6ho15tx9d3pjrjy3ccqrasjfgiu3w15f5urzqmfb3b";
|
||||
enable_password = "$2$p8hk8x6i44t1azn3wnogqqd9quxqsc1t$34wr9o97cw6ho15tx9d3pjrjy3ccqrasjfgiu3w15f5urzqmfb3b";
|
||||
secure_ip = "";
|
Reference in New Issue
Block a user