fix(stalwart-mail): documentation
This commit is contained in:
parent
ae3025d2dd
commit
88af998946
3 changed files with 18 additions and 14 deletions
|
@ -3,7 +3,7 @@ name: stalwart-mail
|
||||||
description: Helm Chart for Stalwart Mail Server - Secure & Modern All-in-One Mail Server (IMAP, JMAP, SMTP)
|
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
|
icon: https://stalw.art/img/apple-touch-icon.png
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.26
|
version: "0.0.27"
|
||||||
# renovate: image=docker.io/stalwartlabs/mail-server
|
# renovate: image=docker.io/stalwartlabs/mail-server
|
||||||
appVersion: "0.11.6"
|
appVersion: "0.11.6"
|
||||||
maintainers:
|
maintainers:
|
||||||
|
|
|
@ -7,7 +7,7 @@ description: "Helm Chart for Stalwart Mail Server - Secure & Modern All-in-One M
|
||||||
|
|
||||||
# stalwart-mail
|
# stalwart-mail
|
||||||
|
|
||||||
  
|
  
|
||||||
|
|
||||||
Helm Chart for Stalwart Mail Server - Secure & Modern All-in-One Mail Server (IMAP, JMAP, SMTP)
|
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> |
|
| WrenIX | | <https://wrenix.eu> |
|
||||||
|
|
||||||
= Alpha
|
## Alpha
|
||||||
|
{{< callout type="warning" >}}
|
||||||
WARNING
|
|
||||||
====
|
|
||||||
We stop working on this Helm-Chart.
|
We stop working on this Helm-Chart.
|
||||||
There are still many breaking change like:
|
There are still many breaking change like:
|
||||||
|
|
||||||
* https://github.com/stalwartlabs/mail-server/issues/211[storage.fts in toml configuration has two meanings]
|
* 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
|
## Usage
|
||||||
|
|
||||||
|
|
|
@ -1,14 +1,16 @@
|
||||||
{{ define "chart.prerequirements" -}}
|
{{ define "chart.prerequirements" -}}
|
||||||
= Alpha
|
## Alpha
|
||||||
|
{{`{{< callout type="warning" >}}`}}
|
||||||
WARNING
|
|
||||||
====
|
|
||||||
We stop working on this Helm-Chart.
|
We stop working on this Helm-Chart.
|
||||||
There are still many breaking change like:
|
There are still many breaking change like:
|
||||||
|
|
||||||
* https://github.com/stalwartlabs/mail-server/issues/211[storage.fts in toml configuration has two meanings]
|
* 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 }}
|
{{ end }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue