mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-23 12:48:17 +00:00
26 lines
642 B
Markdown
26 lines
642 B
Markdown
# kcli suspend
|
|
|
|
|
|
Administratively suspend messages in matching queues
|
|
|
|
|
|
**Usage:** `kcli suspend [OPTIONS] --reason <REASON>`
|
|
|
|
## Options
|
|
|
|
|
|
* `--domain <DOMAIN>` — The domain name to match. If omitted, any domains will match!
|
|
|
|
* `--campaign <CAMPAIGN>` — The campaign name to match. If omitted, any campaigns will match!
|
|
|
|
* `--tenant <TENANT>` — The tenant name to match. If omitted, any tenant will match!
|
|
|
|
* `--reason <REASON>` — The reason to log in the delivery logs
|
|
|
|
* `--everything` — Suspend all queues
|
|
|
|
* `--duration <DURATION>` — The duration over which matching messages will continue to suspend. The default is '5m'
|
|
|
|
|
|
|