You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mailu/core/admin/mailu
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>
2 years ago
..
internal Enable HAPROXY protocol in between front and imap 2 years ago
sso Autofocus the login form on /sso/login 2 years ago
translations Fix a bunch of typos 2 years ago
ui Merge #2588 2 years ago
__init__.py Fix language selector without session 2 years ago
configuration.py Merge #2562 2 years ago
debug.py update werkzeug to 1.x 3 years ago
dkim.py remove newline 2 years ago
limiter.py Fix 2125 3 years ago
manage.py set the umask 2 years ago
models.py Use the size other implementations default to 2 years ago
schemas.py Fix creation of deep structures using import in update mode 2 years ago
utils.py Change the logic 2 years ago