From cd3e9a5575a9b727f2f6284e9d258d89be8e44a1 Mon Sep 17 00:00:00 2001 From: Stefan Neben Date: Thu, 11 Mar 2021 21:17:36 +0100 Subject: [PATCH] IMAP with STARTTLS is also active, so we need that option here as well --- Using-in-Kubernetes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Using-in-Kubernetes.md b/Using-in-Kubernetes.md index dc624c2..6453c22 100644 --- a/Using-in-Kubernetes.md +++ b/Using-in-Kubernetes.md @@ -382,6 +382,9 @@ data: dovecot.cf: | haproxy_trusted_networks = 10.0.0.0/8, 127.0.0.0/8 # Assuming your ingress controller is bound to 10.0.0.0/8 service imap-login { + inet_listener imap { + haproxy = yes + } inet_listener imaps { haproxy = yes }