From 2d228f726d020a7b09ec200504e60ffcea72ee8b Mon Sep 17 00:00:00 2001 From: Alberto Bertogli Date: Fri, 2 May 2025 12:08:01 +0100 Subject: [PATCH] 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. --- docs/haproxy.md | 3 --- docs/man/chasquid.conf.5 | 2 -- docs/man/chasquid.conf.5.md | 2 -- docs/man/chasquid.conf.5.pod | 2 -- etc/chasquid/chasquid.conf | 1 - 5 files changed, 10 deletions(-) diff --git a/docs/haproxy.md b/docs/haproxy.md index 623eebf..57740f6 100644 --- a/docs/haproxy.md +++ b/docs/haproxy.md @@ -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 diff --git a/docs/man/chasquid.conf.5 b/docs/man/chasquid.conf.5 index 024f7df..93c254c 100644 --- a/docs/man/chasquid.conf.5 +++ b/docs/man/chasquid.conf.5 @@ -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. diff --git a/docs/man/chasquid.conf.5.md b/docs/man/chasquid.conf.5.md index 3de7bb8..cee47f2 100644 --- a/docs/man/chasquid.conf.5.md +++ b/docs/man/chasquid.conf.5.md @@ -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. diff --git a/docs/man/chasquid.conf.5.pod b/docs/man/chasquid.conf.5.pod index 2086f2b..27bcb0c 100644 --- a/docs/man/chasquid.conf.5.pod +++ b/docs/man/chasquid.conf.5.pod @@ -115,8 +115,6 @@ needed. =item B (bool): -B, 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. diff --git a/etc/chasquid/chasquid.conf b/etc/chasquid/chasquid.conf index 3733ab4..1a86659 100644 --- a/etc/chasquid/chasquid.conf +++ b/etc/chasquid/chasquid.conf @@ -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.