mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-05-25 08:52:01 +00:00
[Rspamd] Add custom IP whitelist template
This commit is contained in:
@@ -96,3 +96,7 @@ MAILCOW_DOMAIN_HEADER_FROM {
|
||||
filter = "email:domain";
|
||||
map = "redis://DOMAIN_MAP";
|
||||
}
|
||||
IP_WHITELIST {
|
||||
type = "ip";
|
||||
map = "$LOCAL_CONFDIR/custom/ip_wl.map";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user