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

master
andryyy 2020-01-10 20:39:52 +01:00
parent 03cbed5002
commit 5f73629493
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
2 changed files with 7 additions and 1 deletions

View File

@ -17,7 +17,7 @@ SOGO_CONTACT_SPOOFED {
expression = "(R_SPF_PERMFAIL | R_SPF_SOFTFAIL | R_SPF_FAIL) & ~SOGO_CONTACT"; expression = "(R_SPF_PERMFAIL | R_SPF_SOFTFAIL | R_SPF_FAIL) & ~SOGO_CONTACT";
} }
SPOOFED_UNAUTH { SPOOFED_UNAUTH {
expression = "!MAILCOW_AUTH & !MAILCOW_WHITE & !R_SPF_ALLOW & !DMARC_POLICY_ALLOW & !ARC_ALLOW & !SIEVE_HOST & MAILCOW_DOMAIN_HEADER_FROM"; expression = "!MAILCOW_AUTH & !MAILCOW_WHITE & !R_SPF_ALLOW & !DMARC_POLICY_ALLOW & !ARC_ALLOW & !RSPAMD_HOST & !SIEVE_HOST & MAILCOW_DOMAIN_HEADER_FROM";
score = 5.0; score = 5.0;
} }
# Only apply to inbound unauthed and not whitelisted # Only apply to inbound unauthed and not whitelisted

View File

@ -90,6 +90,12 @@ SIEVE_HOST {
symbols_set = ["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 { MAILCOW_DOMAIN_HEADER_FROM {
type = "header"; type = "header";
header = "from"; header = "from";