1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-18 17:40:38 +02:00
Mailu/core/admin
bors[bot] bba6c5bb88
Merge #2603
2603: Enable HAPROXY protocol on SUBNET r=mergify[bot] a=nextgens

## What type of PR?

bug-fix

## What does this PR do?

- Enable HAPROXY in between front and imap: With this we avoid running into the limitations of  ``mail_max_userip_connections`` and the logfiles reflect the real IP.
- Enable HAPROXY in between front and smtp: with this postfix and rspamd are aware of whether TLS was used or not on the last hop. In practice this won't work as nginx doesn't send PROTO yet.
- Discard redundant log messages from postfix

With all of this, not only are the logs easier to understand but ``doveadm who`` also works as one would expect.

### Related issue(s)
- closes #894
- #1328
- closes #1364
- #1705

## 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.

- [ ] 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-12-31 16:53:52 +00:00
..
assets Allow proper JS debugging, speed-up assets dev-build, disable redirect-debug by default. 2022-11-14 17:40:26 +01:00
mailu Merge #2603 2022-12-31 16:53:52 +00:00
migrations Fix DB downgrade 2022-11-27 13:57:03 +01:00
.gitignore Add shell script to run admin dev environment 2022-11-04 18:08:23 +01:00
audit.py
babel.cfg
Dockerfile Restore the Dockerfile like it was 2022-11-18 10:40:42 +01:00
messages.pot
README.md
run_dev.sh Update python dependencies as suggested by dependabot 2022-12-29 15:36:07 +01:00
start.py drop privs better 2022-12-23 10:58:06 +01:00

Mailu Admin container

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

Resources