[Rspamd] Add SIEVE_HOST map and skip spoof check for these IPs

This commit is contained in:
andryyy
2019-05-18 22:44:06 +02:00
parent 7e0abcdca3
commit 3ffa7e1f33
2 changed files with 7 additions and 1 deletions

View File

@@ -83,3 +83,9 @@ GLOBAL_RCPT_BL {
prefilter = true;
action = "reject";
}
SIEVE_HOST {
type = "ip";
map = "$LOCAL_CONFDIR/custom/dovecot_trusted.map";
symbols_set = ["SIEVE_HOST"];
}