This commit is contained in:
Andreas Knuth 2026-01-30 16:14:29 -06:00
parent aaec33365e
commit c3d992a479
3 changed files with 10 additions and 8 deletions

View File

@ -1,8 +0,0 @@
# Interne Docker Whitelist
DOCKER_WL {
type = "radix";
map = "${LOCAL_CONFDIR}/local.d/docker_whitelist.map";
symbol = "DOCKER_WHITELIST";
score = -50.0;
description = "Whitelist fuer interne Docker IPs";
}

View File

@ -0,0 +1,10 @@
DOCKER_WL {
type = "radix";
# JETZT KORREKT: Pfad zum override.d Ordner
map = "/etc/rspamd/override.d/docker_whitelist.map";
symbol = "DOCKER_WHITELIST";
score = -50.0;
description = "Whitelist fuer interne Docker IPs";
prefilter = true;
action = "accept";
}