[Rspamd] Set rspamd as trusted host, rspamd is not spoofing

This commit is contained in:
andryyy
2020-01-10 20:39:52 +01:00
parent 03cbed5002
commit 5f73629493
2 changed files with 7 additions and 1 deletions

View File

@@ -90,6 +90,12 @@ SIEVE_HOST {
symbols_set = ["SIEVE_HOST"];
}
RSPAMD_HOST {
type = "ip";
map = "$LOCAL_CONFDIR/custom/rspamd_trusted.map";
symbols_set = ["RSPAMD_HOST"];
}
MAILCOW_DOMAIN_HEADER_FROM {
type = "header";
header = "from";