From 13e0b56a0db716014ed10dfb1cfd4fc45d17f1d9 Mon Sep 17 00:00:00 2001 From: Florent Daigniere Date: Fri, 27 Aug 2021 18:17:42 +0200 Subject: [PATCH] This breaks SSO --- docs/reverse.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/reverse.rst b/docs/reverse.rst index 29f9e9e1..83f50ce0 100644 --- a/docs/reverse.rst +++ b/docs/reverse.rst @@ -10,7 +10,6 @@ There are basically three options, from the most to the least recommended one: - have Mailu Web frontend listen locally and use your own Web frontend on top of it - use ``Traefik`` in another container as central system-reverse-proxy - override Mailu Web frontend configuration -- disable Mailu Web frontend completely and use your own All options will require that you modify the ``docker-compose.yml`` file. @@ -259,9 +258,3 @@ You can also download the example configuration files: - :download:`compose/traefik/docker-compose.yml` - :download:`compose/traefik/traefik.toml` -Disable completely Mailu reverse proxy --------------------------------------- - -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.