1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2026-06-15 20:33:36 +00:00

docs: HAProxy support is no longer experimental

HAProxy integration has been unchanged for a long time, so this patch
removes the references that it is experimental from the documentation.
This commit is contained in:
Alberto Bertogli
2025-05-02 12:08:01 +01:00
parent 24c2c4f5fd
commit 2d228f726d
5 changed files with 0 additions and 10 deletions
-3
View File
@@ -4,9 +4,6 @@
As of version 1.6, [chasquid] supports being deployed behind a [HAProxy]
instance.
**This is EXPERIMENTAL for now, and can change in backwards-incompatible
ways.**
## Configuring HAProxy
-2
View File
@@ -158,8 +158,6 @@ overridden using the \f(CW\*(C`dovecot_userdb_path\*(C'\fR and \f(CW\*(C`dovecot
needed.
.IP "\fBhaproxy_incoming\fR (bool):" 8
.IX Item "haproxy_incoming (bool):"
\&\fBEXPERIMENTAL\fR, might change in backwards-incompatible ways.
.Sp
If true, expect incoming SMTP connections to use the HAProxy protocol.
This allows deploying chasquid behind a HAProxy server, as the address
information is preserved, and SPF checks can be performed properly.
-2
View File
@@ -111,8 +111,6 @@ Some values might be repeated, for example the listening addresses.
- **haproxy\_incoming** (bool):
**EXPERIMENTAL**, might change in backwards-incompatible ways.
If true, expect incoming SMTP connections to use the HAProxy protocol.
This allows deploying chasquid behind a HAProxy server, as the address
information is preserved, and SPF checks can be performed properly.
-2
View File
@@ -115,8 +115,6 @@ needed.
=item B<haproxy_incoming> (bool):
B<EXPERIMENTAL>, might change in backwards-incompatible ways.
If true, expect incoming SMTP connections to use the HAProxy protocol.
This allows deploying chasquid behind a HAProxy server, as the address
information is preserved, and SPF checks can be performed properly.