author | Alberto Bertogli
<albertito@blitiri.com.ar> 2025-05-02 11:08:01 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2025-06-07 10:01:28 UTC |
parent | 24c2c4f5fd478fc3a63a51ab660bb993dcdb6837 |
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 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<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 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.