mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-09 14:33:28 +00:00
[Rspamd] Set rspamd as trusted host, rspamd is not spoofing
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user