IP Whitelisting
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# Private Docker IP Ranges
|
||||
172.16.0.0/12
|
||||
192.168.0.0/16
|
||||
10.0.0.0/8
|
||||
fd00::/8
|
||||
11
DMS/docker-data/dms/config/rspamd/local.d/multimap.conf
Normal file
11
DMS/docker-data/dms/config/rspamd/local.d/multimap.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
# --- Bestehende Domain-Regeln (falls vorhanden) ---
|
||||
# ...
|
||||
|
||||
# --- NEU: IP-Whitelist für Docker ---
|
||||
DOCKER_WHITELIST {
|
||||
type = "ip";
|
||||
map = "${LOCAL_CONFDIR}/local.d/docker_networks.map";
|
||||
score = -20.0; # Zieht 20 Punkte ab -> Score wird negativ -> Inbox
|
||||
description = "Trust internal Docker networks";
|
||||
action = "accept"; # Optional: Erzwingt Annahme
|
||||
}
|
||||
Reference in New Issue
Block a user