From 4d8aacae6be814b1b84e2469ab90e70ee66c3d55 Mon Sep 17 00:00:00 2001 From: missytake Date: Mon, 16 Feb 2026 15:57:25 +0100 Subject: [PATCH] docs: cmdeploy dns + test are kind of necessary --- doc/source/getting_started.rst | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/doc/source/getting_started.rst b/doc/source/getting_started.rst index fd9786d2..699c063b 100644 --- a/doc/source/getting_started.rst +++ b/doc/source/getting_started.rst @@ -68,27 +68,32 @@ steps. Please substitute it with your own domain. configure at your DNS provider (it can take some time until they are public). -Other helpful commands ----------------------- +Next Steps +---------- -To check the status of your deployment server running the chatmail service: - -:: - - scripts/cmdeploy status - -To display and check all recommended DNS records: +Now you should display and check all recommended DNS records +to enable federation with other relays: :: scripts/cmdeploy dns -To test whether your chatmail service is working correctly: +You should also test whether your chatmail service is working correctly: :: scripts/cmdeploy test +Other Helpful Commands +---------------------- + +To check the status of your chatmail relay: + +:: + + scripts/cmdeploy status + + To measure the performance of your chatmail service: ::