mailu/core/rspamd/conf
bors[bot] 0839490beb
Merge
2479: Rework the anti-spoofing rule r=mergify[bot] a=nextgens

## What type of PR?

Feature

## What does this PR do?

We shouldn't assume that Mailu is the only MTA allowed to send emails on behalf of the domains it hosts.
We should also ensure that it's non-trivial for email-spoofing of hosted domains to happen

Previously we were preventing any spoofing of the envelope from; Now we are preventing spoofing of both the envelope from and the header from unless some form of authentication passes (is a RELAYHOST, SPF, DKIM, ARC)

### Related issue(s)
- close 

## Prerequisites
Before we can consider review and merge, please make sure the following list is done and checked.
If an entry in not applicable, you can check it or remove it from the list.

- [x] In case of feature or enhancement: documentation updated accordingly
- [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file.


Co-authored-by: Florent Daigniere <nextgens@freenetproject.org>
..
antivirus.conf Update deprecated rspamd config option
arc.conf PoC rspamd use dkimkeys from admin using vault api
classifier-bayes.conf enable rspamd's autolearn feature
dkim_signing.conf PoC rspamd use dkimkeys from admin using vault api
force_actions.conf doh
fuzzy_check.conf Move services into core and optional
headers_group.conf Fix score of RCVD_NO_TLS_LAST
history_redis.conf Move services into core and optional
logging.inc Move services into core and optional
metrics.conf Move services into core and optional
milter_headers.conf Remove the username from the milter_headers
multimap.conf Revert "Admin may not have started up when this loads"
options.inc Tell rspamd about RELAYNETS
redis.conf Move services into core and optional
whitelist.conf Revert "Admin may not have started up when this loads"
worker-controller.inc Remove POD_ADDRESS_RANGE
worker-fuzzy.inc Move services into core and optional
worker-normal.inc Move services into core and optional
worker-proxy.inc Move services into core and optional