fix(stalwart-mail): documentation

This commit is contained in:
Sam 2025-02-28 23:04:10 +00:00 committed by WrenIX
parent ae3025d2dd
commit 88af998946
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5
3 changed files with 18 additions and 14 deletions

View file

@ -3,7 +3,7 @@ name: stalwart-mail
description: Helm Chart for Stalwart Mail Server - Secure & Modern All-in-One Mail Server (IMAP, JMAP, SMTP)
icon: https://stalw.art/img/apple-touch-icon.png
type: application
version: 0.0.26
version: "0.0.27"
# renovate: image=docker.io/stalwartlabs/mail-server
appVersion: "0.11.6"
maintainers:

View file

@ -7,7 +7,7 @@ description: "Helm Chart for Stalwart Mail Server - Secure & Modern All-in-One M
# stalwart-mail
![Version: 0.0.26](https://img.shields.io/badge/Version-0.0.26-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.11.6](https://img.shields.io/badge/AppVersion-0.11.6-informational?style=flat-square)
![Version: 0.0.27](https://img.shields.io/badge/Version-0.0.27-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.11.6](https://img.shields.io/badge/AppVersion-0.11.6-informational?style=flat-square)
Helm Chart for Stalwart Mail Server - Secure & Modern All-in-One Mail Server (IMAP, JMAP, SMTP)
@ -17,18 +17,20 @@ Helm Chart for Stalwart Mail Server - Secure & Modern All-in-One Mail Server (IM
| ---- | ------ | --- |
| WrenIX | | <https://wrenix.eu> |
= Alpha
WARNING
====
## Alpha
{{< callout type="warning" >}}
We stop working on this Helm-Chart.
There are still many breaking change like:
* https://github.com/stalwartlabs/mail-server/issues/211[storage.fts in toml configuration has two meanings]
We hope that stalward mail-server becomes more stable.
* When configuring smtp relay conditions, each condition must be alphabetically correct, so the statement interpolates in the correct order. Use a new list to compensate:
- config.queue.outbound.next-hop[0].if
- config.queue.outbound.next-hop[0].then
- config.queue.outbound.next-hop[1].else
====
We hope that stalward mail-server becomes more stable.
{{< /callout >}}
## Usage

View file

@ -1,14 +1,16 @@
{{ define "chart.prerequirements" -}}
= Alpha
WARNING
====
## Alpha
{{`{{< callout type="warning" >}}`}}
We stop working on this Helm-Chart.
There are still many breaking change like:
* https://github.com/stalwartlabs/mail-server/issues/211[storage.fts in toml configuration has two meanings]
We hope that stalward mail-server becomes more stable.
* When configuring smtp relay conditions, each condition must be alphabetically correct, so the statement interpolates in the correct order. Use a new list to compensate:
- config.queue.outbound.next-hop[0].if
- config.queue.outbound.next-hop[0].then
- config.queue.outbound.next-hop[1].else
====
We hope that stalward mail-server becomes more stable.
{{`{{< /callout >}}`}}
{{ end }}