mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-21 11:58:17 +00:00
524fdd87af
This helps link together related things in the docs
26 lines
687 B
Markdown
26 lines
687 B
Markdown
---
|
|
tags:
|
|
- ops
|
|
- xfer
|
|
---
|
|
# kcli xfer-cancel
|
|
|
|
|
|
Cancels a message transfer that was initiated via the xfer subcommand. You specify the name of the xfer queue associated with the transfer and matching messages will be taken out of that queue and returned to their originating queue
|
|
|
|
|
|
**Usage:** `kcli xfer-cancel --reason <REASON> <QUEUE_NAME>`
|
|
|
|
## Arguments
|
|
|
|
|
|
* `<QUEUE_NAME>` — The name of the xfer queue that you wish to cancel
|
|
|
|
## Options
|
|
|
|
|
|
* `--reason <REASON>` — Each matching message will be rebound into its originating queue, and an AdminRebind log will be generated to trace that the rebind happened. The reason you specify here will be included in that log record
|
|
|
|
|
|
|