HAProxy protocol support (closes #36)

This commit is contained in:
mdecimus
2024-01-06 20:02:31 +01:00
parent 5ceecff34a
commit 3a800aff7a
87 changed files with 1130 additions and 903 deletions

Binary file not shown.

View File

@@ -5,6 +5,7 @@
[server]
hostname = "%{HOST}%"
max-connections = 8192
#proxy-trusted-networks = ["10.0.0.0/8", "127.0.0.0/8"]
[server.run-as]
user = "stalwart-mail"

View File

@@ -7,5 +7,8 @@ protocol = "jmap"
bind = ["[::]:443"]
url = "https://%{HOST}%"
[server.listener."jmap".tls]
implicit = true
#bind = ["[::]:8080"]
#url = "https://%{HOST}%:8080"