mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-10 12:32:13 +00:00
22451330f49635005b02c8357dca281ed0d47c6b
```console $ kcli --help KumoMTA CLI. Full docs available at: <https://docs.kumomta.com> Usage: kcli --endpoint <ENDPOINT> <COMMAND> Commands: bounce Administratively bounce messages in matching queues set-log-filter Changes the diagnostic log filter help Print this message or the help of the given subcommand(s) Options: --endpoint <ENDPOINT> URL to reach the KumoMTA HTTP API -h, --help Print help (see a summary with '-h') -V, --version Print version ``` ```console $ kcli bounce --help Administratively bounce messages in matching queues. Each individual message that is bounced will generate a log record capturing the event and then be removed from the spool. Make sure that you mean it, as there is no going back! The bounce will be applied immediately to queued messages, and the directive will remain in effect for the duration specified, causing newly received messages or messages that were in a transient state at the time the directive was received, to also be bounced as they are placed back into the matching queue(s). Usage: kcli --endpoint <ENDPOINT> bounce [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 Purge all queues --duration <DURATION> The duration over which matching messages will continue to bounce. The default is '5m' -h, --help Print help (see a summary with '-h') ``` ```console $ kcli set-log-filter --help Changes the diagnostic log filter See <https://docs.kumomta.com/reference/kumo/set_diagnostic_log_filter/> for more information about the log filter syntax. Usage: kcli --endpoint <ENDPOINT> set-log-filter <FILTER> Arguments: <FILTER> Options: -h, --help Print help ``` refs: https://github.com/KumoCorp/kumomta/issues/55
KumoMTA
This repository holds the source code to KumoMTA, a modern Message Transfer Agent designed for large scale sending environments.
You can learn more about why it exists here.
Documentation
You can learn more about KumoMTA from the Documentation
Community
Real-time discussion is available on Our Discord.
Our Forum is better for long-form questions and discussions.
Developers
If you're interesting in contributing/extending KumoMTA, take a look at DEVELOPERS.md.
Getting Help
Please see How to Report Bugs or Get Help
Description
The first Open-Source high-performance MTA developed from the ground-up for high-volume email sending environments.
37 MiB
Languages
Rust
91.8%
Lua
6.3%
Python
0.9%
Shell
0.8%
JavaScript
0.1%