mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-12 10:45:38 +02:00
d91a04dd00
3221: Better PROXY_PROTOCOL r=mergify[bot] a=nextgens ## What type of PR? Feature ## What does this PR do? - Disable IMAP, POP3 and Submission by default; see https://nostarttls.secvuln.info/ on why explicit TLS is going away. - Change the semantic of PROXY_PROTOCOL to make it configurable per port - fix TLS_FLAVOR=notls not working with snappymail - fix TLS_PERMISSIVE - remove KUBERNETES_INGRESS; shouldn't be needed anymore - update the documentation and the reverse proxy example ### Related issue(s) - close #3162 - close #3061 ## 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> Co-authored-by: Florent Daigniere <nextgens@users.noreply.github.com> |
||
---|---|---|
.. | ||
conf | ||
Dockerfile | ||
README.md | ||
start.py |
Mailu Dovecot container
Dovecot is an open source IMAP and POP3 email server for Linux/UNIX-like systems, written with security primarily in mind. It's fast, simple to set up, requires no special administration and it uses very little memory.
In the Mailu stack it is used as the IMAP/POP frontend service.
Resources
- Report issues and send Pull Requests in the main Mailu repository