diff --git a/docs/content/config/advanced/kubernetes.md b/docs/content/config/advanced/kubernetes.md index 3d5c05f5..6bc21d4b 100644 --- a/docs/content/config/advanced/kubernetes.md +++ b/docs/content/config/advanced/kubernetes.md @@ -722,6 +722,12 @@ The major problem with exposing DMS to the outside world in Kubernetes is to [pr } ``` + !!! warning + + You are responsible for properly managing traffic inside your cluster and to **ensure that only trustworthy entities** can connect to the designated PROXY protocol ports. With Kubernetes, this is usually the task of the container network interface. + + While Dovecot provides a very basic machanims to achieve firewalling connections via `haproxy_trusted_networks`, Postfix does not provide ann equivalent at all. + Last but not least, the `ports` section in the `Deployment` needs to be changed. The following ports have to be added: ```yaml