mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-25 05:38:18 +00:00
fa2c6225e8
These are automatically extracted from `kcli --help`.
1.9 KiB
1.9 KiB
Command-Line Help for kcli
This document contains the help content for the kcli command-line program.
kcli
KumoMTA CLI.
Interacts with a KumoMTA instance via its HTTP API endpoint. To use it, you must be running an HTTP listener.
The default is to assume that KumoMTA is running a listener at http://127.0.0.1:8000 (which is in the default configuration), but otherwise you can override this either via the --endpoint parameter or KUMO_KCLI_ENDPOINT environment variable.
Full docs available at: https://docs.kumomta.com
Usage: kcli [OPTIONS] <COMMAND>
Subcommands:
bounce— Administratively bounce messages in matching queuesbounce-list— Returns list of current administrative bounce rulesbounce-cancel— Cancels an admin bounce entryrebind— Rebind messages from matching queues into different queue(s)suspend— Administratively suspend messages in matching queuessuspend-list— Returns list of current administrative suspend rulessuspend-cancel— Cancels an admin suspend entrysuspend-ready-q— Administratively suspend the ready queue for an egress pathsuspend-ready-q-list— Returns list of current ready queue/egress path suspend rulessuspend-ready-q-cancel— Cancels an admin suspend entry for a ready queue/egress pathset-log-filter— Changes the diagnostic log filterinspect-message— Returns information about a message in the spoolqueue-summary— Prints a summary of the state of the queues, for a human to readtrace-smtp-server— Trace incoming connections made to the SMTP servicetop— Continually update and show what's happening in kumod
Options:
--endpoint <ENDPOINT>— URL to reach the KumoMTA HTTP API. You may set KUMO_KCLI_ENDPOINT in the environment to specify this without explicitly using --endpoint. If not specified, http://127.0.0.1:8000 will be assumed