From 5d992f9c09f42bb9e3d2c5921cedcc0f72b1c3b4 Mon Sep 17 00:00:00 2001 From: Georg Lauterbach <44545919+aendeavor@users.noreply.github.com> Date: Sun, 27 Sep 2020 22:15:21 +0200 Subject: [PATCH] added warning message for PERMIT_DOCKER=network when using IPv6 (#1405) --- Installation-Examples.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Installation-Examples.md b/Installation-Examples.md index a267a67..b84447f 100644 --- a/Installation-Examples.md +++ b/Installation-Examples.md @@ -1,5 +1,7 @@ ## Building a simple mailserver +**WARNING**: Adding the docker network's gateway to the list of trusted hosts, e.g. using the `network` or `connected-networks` option, can create an [**open relay**](https://en.wikipedia.org/wiki/Open_mail_relay), [for instance](https://github.com/tomav/docker-mailserver/issues/1405#issuecomment-590106498) if IPv6 is enabled on the host machine but not in Docker. ([#1405](https://github.com/tomav/docker-mailserver/issues/1405)) + We are going to use this docker based mailserver: - First create a directory for the mailserver and get the setup script: