mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-10-29 09:12:19 +00:00
add warning about removing front
(cherry picked from commit 900b28178a)
# Conflicts:
# docs/reverse.rst
This commit is contained in:
@@ -55,6 +55,7 @@ and then add the following to the front section:
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
|
||||
<<<<<<< HEAD
|
||||
# the second part is important to ensure Mailu can get certificates from letsencrypt for all hostnames
|
||||
- "traefik.http.routers.web.rule=Host(`mail.example.com`) || PathPrefix(`/.well-known/acme-challenge/`)"
|
||||
- "traefik.http.routers.web.entrypoints=web"
|
||||
@@ -111,3 +112,8 @@ in mailu.env:
|
||||
WEBROOT_REDIRECT=/sso/login
|
||||
|
||||
Using the above configuration, Traefik will proxy all the traffic related to Mailu's FQDNs without requiring duplicate certificates.
|
||||
=======
|
||||
You must not disable Mailu reverse proxy by removing the ``front`` section from the ``docker-compose.yml``.
|
||||
|
||||
``front`` is handling authentication and is also proxying e.g. SMTP and IMAP. A basic HTTP reverse proxy as described in this document is not sufficient for this.
|
||||
>>>>>>> 900b2817 (add warning about removing front)
|
||||
|
||||
Reference in New Issue
Block a user