[Dovecot, Helper] Add HAProxy listener for 4190/tcp sieve
parent
126e0b9c59
commit
0a593bfe7b
|
@ -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
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue