mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-10 20:42:14 +00:00
88fd825be484f058385fd46a0546af80bbc60477
The mail-auth crate doesn't support 1024 bit RSA keys, which are currently the dominant size of key used by senders at scale. It is not possible to even configure a 2048 bit RSA key in some DNS providers, which blocks widespread adoption of larger key sizes. This commit pulls in the cfdkim crate as an alternative implementation. I'm not happy with this implementation because the API of the crate defeats some caching optimizations, doesn't support certain signing attributes that are supported by mail-auth and the generated header isn't nicely wrapped. We'll likely "do something" to resolve this in a future commit. For now, this implementation is enabled by setting `use_cf = true` in the signing parameters.
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%