Add edge01 Rspamd configuration

This commit is contained in:
2026-08-03 14:28:13 -04:00
parent ea924fd405
commit 96a38f4330
9 changed files with 109 additions and 0 deletions
@@ -0,0 +1,3 @@
reject = 12;
add_header = 5;
greylist = 4;
@@ -0,0 +1,11 @@
backend = "redis";
servers = "rspamd-redis:6379";
autolearn = true;
min_tokens = 11;
cache {
backend = "redis";
}
@@ -0,0 +1 @@
enabled = false;
@@ -0,0 +1,4 @@
servers = "rspamd-redis:6379";
key_prefix = "rs_history";
compress = true;
subject_privacy = false;
+8
View File
@@ -0,0 +1,8 @@
task_timeout = 15s;
dns {
nameserver = ["172.20.0.1:53"];
timeout = 2s;
retransmits = 2;
sockets = 16;
}
+1
View File
@@ -0,0 +1 @@
servers = "rspamd-redis:6379";
@@ -0,0 +1,2 @@
password = "$2$REPLACE_WITH_HASH";
enable_password = "$2$REPLACE_WITH_HASH";