From 4b29ac83b5e09bd9da7db7684142d89908525cd2 Mon Sep 17 00:00:00 2001 From: Florent Daigniere Date: Sun, 5 Jan 2025 12:05:29 +0100 Subject: [PATCH] Strenghten the language further (cherry picked from commit 9f8ce15b59387b1887b1d208069b06c9cbdd4965) --- setup/templates/steps/compose/03_expose.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/templates/steps/compose/03_expose.html b/setup/templates/steps/compose/03_expose.html index 6608943b..fe6ae8aa 100644 --- a/setup/templates/steps/compose/03_expose.html +++ b/setup/templates/steps/compose/03_expose.html @@ -10,7 +10,7 @@ IP addresses in order to expose its public services. You must at least set up an IPv4 or an IPv6 address if you wish to access Mailu.

Warning You must use specific addresses, please -avoid generic all-interfaces addresses like 0.0.0.0 or ::. If you still want to use generic addresses you should disable userland-proxy. +avoid generic all-interfaces addresses like 0.0.0.0 or ::. If you still want to use generic addresses you MUST disable userland-proxy; failing to do so will turn your Mailu installation into an open-relay. How to find these addresses. How to disable userland-proxy.