[Dovecot, Helper] Add HAProxy listener for 4190/tcp sieve

master
andryyy 2020-11-19 16:02:05 +01:00
parent 126e0b9c59
commit 0a593bfe7b
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
2 changed files with 5 additions and 0 deletions

View File

@ -336,6 +336,10 @@ service managesieve-login {
inet_listener sieve { inet_listener sieve {
port = 4190 port = 4190
} }
inet_listener sieve_haproxy {
port = 14190
haproxy = yes
}
service_count = 1 service_count = 1
process_min_avail = 2 process_min_avail = 2
vsz_limit = 1G vsz_limit = 1G

View File

@ -11,6 +11,7 @@ services:
- "${IMAPS_PORT_HAPROXY:-127.0.0.1:10993}:10993" - "${IMAPS_PORT_HAPROXY:-127.0.0.1:10993}:10993"
- "${POP_PORT_HAPROXY:-127.0.0.1:10110}:10110" - "${POP_PORT_HAPROXY:-127.0.0.1:10110}:10110"
- "${POPS_PORT_HAPROXY:-127.0.0.1:10995}:10995" - "${POPS_PORT_HAPROXY:-127.0.0.1:10995}:10995"
- "${SIEVE_PORT_HAPROXY:-127.0.0.1:14190}:14190"
postfix-mailcow: postfix-mailcow:
ports: ports: