Files
email-amazon/DMS/docker-data/dms/config/rspamd/local.d/multimap.conf
2026-01-30 15:33:28 -06:00

9 lines
320 B
Plaintext

# Wir definieren eine neue Regel namens DOCKER_WL
DOCKER_WL {
type = "ip";
map = "${LOCAL_CONFDIR}/local.d/docker_whitelist.map";
symbol = "DOCKER_WHITELIST";
score = -50.0; # Zieht 50 Punkte ab -> Sofort in die Inbox
description = "Whitelist fuer interne Docker IPs";
action = "accept"; # Erzwingt Annahme
}