diff --git a/setup/templates/steps/compose/03_expose.html b/setup/templates/steps/compose/03_expose.html index e928fccf..fe6ae8aa 100644 --- a/setup/templates/steps/compose/03_expose.html +++ b/setup/templates/steps/compose/03_expose.html @@ -10,8 +10,8 @@ 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 ::. -How to find these addresses.

+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.

diff --git a/towncrier/newsfragments/3680.misc b/towncrier/newsfragments/3680.misc new file mode 100644 index 00000000..bc9593cd --- /dev/null +++ b/towncrier/newsfragments/3680.misc @@ -0,0 +1 @@ +Modern docker versions enable the userland-proxy by default, clarify in setup that unless the bindto address is specific that will create problems.