[Rspamd] Add custom IP whitelist template
This commit is contained in:
parent
9aad9d8e4e
commit
71df10892c
4
data/conf/rspamd/custom/ip_wl.map
Normal file
4
data/conf/rspamd/custom/ip_wl.map
Normal file
@ -0,0 +1,4 @@
|
||||
# IP whitelist
|
||||
# 127.0.0.1
|
||||
# 1.2.3.4
|
||||
# ...
|
@ -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";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user