[Feature] Add HAProxy listeners and an example override file

This commit is contained in:
andryyy
2020-07-04 19:30:40 +02:00
parent e40a0eae01
commit 0cfdd763f8
3 changed files with 55 additions and 0 deletions

View File

@@ -312,10 +312,28 @@ service imap-login {
process_limit = 10000
vsz_limit = 1G
user = dovenull
inet_listener imap_haproxy {
port = 10143
haproxy = yes
}
inet_listener imaps_haproxy {
port = 10993
ssl = yes
haproxy = yes
}
}
service pop3-login {
service_count = 1
vsz_limit = 1G
inet_listener pop3_haproxy {
port = 10110
haproxy = yes
}
inet_listener pop3s_haproxy {
port = 10995
ssl = yes
haproxy = yes
}
}
service imap {
executable = imap imap-postlogin