fix(stalwart-mail): correct default values

This commit is contained in:
WrenIX 2024-03-21 15:33:12 +01:00
parent acd6f96fae
commit 9d7786a448
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5

View file

@ -335,11 +335,6 @@ helm uninstall stalwart-mail-release
| `nil` | `nil`
| |
| config.queue.quota[0].key[0]
| string
| `"rcpt"`
|
| config.queue.quota[0].match | config.queue.quota[0].match
| string | string
| `nil` | `nil`
@ -370,6 +365,11 @@ helm uninstall stalwart-mail-release
| `"rcpt_domain"` | `"rcpt_domain"`
| |
| config.queue.throttle[0].rate
| string
| `nil`
|
| config.report.analysis | config.report.analysis
| object | object
| `{"addresses":["dmarc@*","abuse@*","postmaster@*"],"forward":true}` | `{"addresses":["dmarc@*","abuse@*","postmaster@*"],"forward":true}`