7 lines
129 B
Text
7 lines
129 B
Text
|
IP_WHITELIST {
|
||
|
type = "ip";
|
||
|
prefilter = true;
|
||
|
map = "/etc/rspamd/local.d/ip_whitelist.map";
|
||
|
action = "accept";
|
||
|
}
|