1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2025-12-17 14:37:02 +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

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

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.

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.

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.

View File

@@ -95,7 +95,6 @@ submission_over_tls_address: ":465"
#dovecot_client_path: ""
# Expect incoming SMTP connections to use the HAProxy protocol.
# EXPERIMENTAL - Might change in backwards-incompatible ways.
# If set to true, this allows deploying chasquid behind a HAProxy server, as
# the address information is preserved, and SPF checks can be performed
# properly.