mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-13 10:54:58 +02:00
IMAP with STARTTLS is also active, so we need that option here as well
parent
881145eb99
commit
cd3e9a5575
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue