Add meta descriptions to the Userguide and Tutorial.

This commit is contained in:
Mike Hillyer
2026-07-09 18:07:40 -04:00
parent d878f95021
commit cf83f8ed7e
98 changed files with 392 additions and 0 deletions
+4
View File
@@ -1,3 +1,7 @@
---
description: Check the KumoMTA logs to confirm your test messages succeeded, using the built-in tailer utility to monitor reception and delivery events in real time.
---
# Check for success in the logs
When diagnosing the failure (or monitoring the success) of your test messages,
+4
View File
@@ -1,3 +1,7 @@
---
description: Install KumoMTA from prebuilt repositories, with a Rocky Linux example using dnf to set up the openrepo repo and install the kumod daemon in minutes.
---
# Installing KumoMTA
Pre-built repos are available for supported Operating Systems, making installation straightforward.
+4
View File
@@ -1,3 +1,7 @@
---
description: You have finished the KumoMTA tutorial. See where to go next in the User Guide to learn more about installation, configuration, operation, and advanced policy.
---
# Next Steps
With KumoMTA installed, configured, and tested, the tutorial is complete.
+4
View File
@@ -1,3 +1,7 @@
---
description: A quickstart tutorial for experienced MailOps admins to install and configure KumoMTA on Rocky Linux 9, covering prerequisites and a fast non-production setup.
---
# Quickstart Tutorial
!!!warning
+4
View File
@@ -1,3 +1,7 @@
---
description: Size your KumoMTA server environment, calculating network, storage, CPU, and RAM needs from your message volume, size, and spool and log capacity requirements.
---
# Environmental Considerations
When deciding on server hardware, senders must balance vertical and horizontal scaling based on their preferences. KumoMTA is built to support both vertical and horizontal scaling, with both single-node performance of several million messages per hour, as well as support for clustered installations.
+4
View File
@@ -1,3 +1,7 @@
---
description: Start KumoMTA with systemctl, restart it to apply config changes, enable it to launch at boot, or run the kumod daemon manually from the command line.
---
# Starting KumoMTA
If you followed all the instructions above without errors, you should now have a working MTA on a properly sized server.
+4
View File
@@ -1,3 +1,7 @@
---
description: Prepare your server for KumoMTA, covering OS installation on AWS, package updates, firewall setup, and generating a self-signed TLS certificate.
---
# System Preparation
Now that we know **_what_** to build, lets go ahead and build it.
+4
View File
@@ -1,3 +1,7 @@
---
description: Test your KumoMTA installation by sending mail from the host with telnet on port 25, the curl HTTP injection API, or Swaks to confirm end-to-end delivery.
---
# Testing KumoMTA
Now that you have KumoMTA installed, you should test it from the command line of the installed host. This is easy if you installed the basic tools as described earlier.