git » chasquid » commit a5e6d56

docs: HAProxy support is no longer experimental

author Alberto Bertogli
2025-05-02 11:08:01 UTC
committer Alberto Bertogli
2025-05-06 08:32:38 UTC
parent d89b302ac797e7d4695df09f5869a192e0343752

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 +0 -3
docs/man/chasquid.conf.5 +0 -2
docs/man/chasquid.conf.5.md +0 -2
docs/man/chasquid.conf.5.pod +0 -2
etc/chasquid/chasquid.conf +0 -1

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 7dbfcc8..6fb5be7 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 9457328..0b90e81 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 ff576a8..d39e1d7 100644
--- a/docs/man/chasquid.conf.5.pod
+++ b/docs/man/chasquid.conf.5.pod
@@ -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.
diff --git a/etc/chasquid/chasquid.conf b/etc/chasquid/chasquid.conf
index 298151a..f7f58a7 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.