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 }