mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-18 14:47:03 +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:
@@ -4,9 +4,6 @@
|
|||||||
As of version 1.6, [chasquid] supports being deployed behind a [HAProxy]
|
As of version 1.6, [chasquid] supports being deployed behind a [HAProxy]
|
||||||
instance.
|
instance.
|
||||||
|
|
||||||
**This is EXPERIMENTAL for now, and can change in backwards-incompatible
|
|
||||||
ways.**
|
|
||||||
|
|
||||||
|
|
||||||
## Configuring HAProxy
|
## Configuring HAProxy
|
||||||
|
|
||||||
|
|||||||
@@ -158,8 +158,6 @@ overridden using the \f(CW\*(C`dovecot_userdb_path\*(C'\fR and \f(CW\*(C`dovecot
|
|||||||
needed.
|
needed.
|
||||||
.IP "\fBhaproxy_incoming\fR (bool):" 8
|
.IP "\fBhaproxy_incoming\fR (bool):" 8
|
||||||
.IX Item "haproxy_incoming (bool):"
|
.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.
|
If true, expect incoming SMTP connections to use the HAProxy protocol.
|
||||||
This allows deploying chasquid behind a HAProxy server, as the address
|
This allows deploying chasquid behind a HAProxy server, as the address
|
||||||
information is preserved, and SPF checks can be performed properly.
|
information is preserved, and SPF checks can be performed properly.
|
||||||
|
|||||||
@@ -111,8 +111,6 @@ Some values might be repeated, for example the listening addresses.
|
|||||||
|
|
||||||
- **haproxy\_incoming** (bool):
|
- **haproxy\_incoming** (bool):
|
||||||
|
|
||||||
**EXPERIMENTAL**, might change in backwards-incompatible ways.
|
|
||||||
|
|
||||||
If true, expect incoming SMTP connections to use the HAProxy protocol.
|
If true, expect incoming SMTP connections to use the HAProxy protocol.
|
||||||
This allows deploying chasquid behind a HAProxy server, as the address
|
This allows deploying chasquid behind a HAProxy server, as the address
|
||||||
information is preserved, and SPF checks can be performed properly.
|
information is preserved, and SPF checks can be performed properly.
|
||||||
|
|||||||
@@ -115,8 +115,6 @@ needed.
|
|||||||
|
|
||||||
=item B<haproxy_incoming> (bool):
|
=item B<haproxy_incoming> (bool):
|
||||||
|
|
||||||
B<EXPERIMENTAL>, might change in backwards-incompatible ways.
|
|
||||||
|
|
||||||
If true, expect incoming SMTP connections to use the HAProxy protocol.
|
If true, expect incoming SMTP connections to use the HAProxy protocol.
|
||||||
This allows deploying chasquid behind a HAProxy server, as the address
|
This allows deploying chasquid behind a HAProxy server, as the address
|
||||||
information is preserved, and SPF checks can be performed properly.
|
information is preserved, and SPF checks can be performed properly.
|
||||||
|
|||||||
@@ -95,7 +95,6 @@ submission_over_tls_address: ":465"
|
|||||||
#dovecot_client_path: ""
|
#dovecot_client_path: ""
|
||||||
|
|
||||||
# Expect incoming SMTP connections to use the HAProxy protocol.
|
# 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
|
# If set to true, this allows deploying chasquid behind a HAProxy server, as
|
||||||
# the address information is preserved, and SPF checks can be performed
|
# the address information is preserved, and SPF checks can be performed
|
||||||
# properly.
|
# properly.
|
||||||
|
|||||||
Reference in New Issue
Block a user