mirror of
https://github.com/tomav/docker-mailserver
synced 2025-08-30 05:47:39 +00:00
IMAP with STARTTLS is also active, so we need that option here as well
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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user