mirror of
https://github.com/tomav/docker-mailserver
synced 2025-09-01 06:45:44 +00:00
IMAP with STARTTLS is also active, so we need that option here as well
@@ -382,6 +382,9 @@ data:
|
|||||||
dovecot.cf: |
|
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
|
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 {
|
service imap-login {
|
||||||
|
inet_listener imap {
|
||||||
|
haproxy = yes
|
||||||
|
}
|
||||||
inet_listener imaps {
|
inet_listener imaps {
|
||||||
haproxy = yes
|
haproxy = yes
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user