1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-14 10:53:30 +02:00
Mailu/core/admin
bors[bot] 0839490beb
Merge #2479
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 #2475

## 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>
2022-11-09 15:16:36 +00:00
..
assets Merge branch 'master' into hibp 2022-11-07 23:05:51 +01:00
mailu Merge #2479 2022-11-09 15:16:36 +00:00
migrations Add default to column spam_mark_as_read 2022-05-25 08:54:10 +02:00
.gitignore Add shell script to run admin dev environment 2022-11-04 18:08:23 +01:00
audit.py Move even more python deps to base image 2022-10-12 16:32:27 +02:00
babel.cfg Move all directories per theme 2017-11-01 12:11:04 +01:00
Dockerfile Optimize build order for better caching 2022-10-17 16:20:52 +02:00
messages.pot Fix a bunch of typos 2022-10-19 19:41:49 +02:00
README.md Move all directories per theme 2017-11-01 12:11:04 +01:00
run_dev.sh Don't show Dockerfile before building 2022-11-07 16:48:58 +01:00
start.py Merge #2460 2022-10-28 15:21:56 +00:00

Mailu Admin container

This is the web-based administrative interface for the Mailu containerized mail server.

Resources