IMAP with STARTTLS is also active, so we need that option here as well

Stefan Neben 2021-03-11 21:17:36 +01:00
parent 881145eb99
commit cd3e9a5575

@ -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
}