Commit Graph
75 Commits
Author SHA1 Message Date
Mike Hillyer 7a66800f6e Automated doc formatting fix 2023-04-28 15:22:15 +00:00
Mike Hillyer 42c4b19047 Typo Fix 2023-04-28 11:21:16 -04:00
Mike Hillyer 00da1bde29 Put Wez's comments on tenant to pool assignment into a preliminary page. 2023-04-28 11:11:34 -04:00
Mike Hillyer c7799c99b6 Adding chapter on log viewing. 2023-04-27 14:35:26 -04:00
Mike Hillyer 863449e453 Add queue management section. 2023-04-25 16:43:41 -04:00
Mike Hillyer 5fabcb9e1f Automated doc formatting fix 2023-04-24 14:19:01 +00:00
Mike Hillyer 969d079eb6 Finish FBL and Bounce chapters, add chapter on Sending IPs. 2023-04-24 10:17:51 -04:00
Mike Hillyer 0e65eff758 Automated doc formatting fix 2023-04-22 16:17:27 +00:00
Mike Hillyer e2be05804a Build out FBL and Domain Config chapters, tweak SMTP Listener content. 2023-04-22 12:09:44 -04:00
Mike Hillyer 73b4c7a2eb Automated doc formatting fix 2023-04-10 14:15:09 +00:00
Mike Hillyer 869fac7058 Splitting FBL processing off. 2023-04-10 10:13:55 -04:00
Mike Hillyer 2e2a283692 Update bounce file name in TOC 2023-04-08 13:56:56 -04:00
Mike Hillyer aab51f3ecd Automated doc formatting fix 2023-04-08 01:41:19 +00:00
Mike Hillyer c40ae23349 Fix naming in TOC. 2023-04-07 21:40:07 -04:00
Ubuntu 1845a40aad added system prep to user guide 2023-04-04 21:24:26 +00:00
Mike Hillyer 427c74f09d Aligning chapter names. 2023-03-30 18:09:34 -04:00
Mike Hillyer 143436fd26 Reordering install chapter. 2023-03-30 18:04:28 -04:00
Mike Hillyer c2302c4fbc Updating structure of User Guide, reformatting Install section. 2023-03-29 16:30:20 -04:00
Mike Hillyer dcec7ce65c Tidy up the user guide a bit, update the copyright. 2023-03-29 14:34:20 -04:00
Wez Furlong e1d935c057 docs: streamline docker bits
I've moved the setting-up-docker bits into a separate page,
but have left it out the TOC.  I'm not sure that level of
detail on docker belongs in this section; perhaps it could
move to an appendix?
2023-03-27 17:48:38 -07:00
Wez Furlong cf1ba5f0b2 add key_data source for key data, refactor docs
Break out the KeySource object into its own reference page to
avoid manually duplicating the same information into multiple pages.

Explain how to use data fetched from eg: sqlite.
2023-03-23 08:27:14 -07:00
Tom Mairs a0a63a2edc refining tuorial pages 2023-03-22 06:35:33 +00:00
Tom Mairs 298f9db7f2 rearrange docs to make more sense 2023-03-21 23:40:47 +00:00
Tom Mairs 37f56fb15b Rearrange Pages to make more sense 2023-03-17 05:56:14 +00:00
Wez Furlong b43e88985c add kumo.dns.lookup_mx
This function returns MX information, including the computed site_name.
Update the queue example to show how to use it to populate the SITE_OF
map used in that example.

This commit switches to using the `Name` type under the covers to ensure
that we use canonical names for our cache keys.
2023-03-15 09:34:23 -07:00
Mike Hillyer 7747bf5633 Automated doc formatting fix 2023-03-15 02:47:29 +00:00
Mike Hillyer 426b26744f Fix broken links. 2023-03-14 22:46:42 -04:00
Wez Furlong b3f3f877df add functions for working with address headers 2023-03-14 18:53:47 -07:00
Tom Mairs 91c41c3cd5 added KumoMTA Day 1 tutorial 2023-03-14 23:21:26 +00:00
Mike Hillyer 5980d42375 Working on the example policy. 2023-03-14 15:31:02 -04:00
Mike Hillyer 1a2ef03502 Automated doc formatting fix 2023-03-14 14:22:44 +00:00
Mike Hillyer 98eeb1f3e1 Adding more to the skeleton. 2023-03-14 09:52:46 -04:00
Mike Hillyer c6492e52cc Automated doc formatting fix 2023-03-13 19:52:30 +00:00
Mike Hillyer d744d09f04 Skeleton out the Operation section of the User Guide. 2023-03-13 15:51:38 -04:00
Wez Furlong 3a1b1053bd docs: add link checking
Ideally there would be a good mkdocs based checker, but the
one that is out there only validate absolute URLs, which makes
it unsuitable for checking local relative links in the docs.

Adjust the doc build so that we also generate the SUMMARY.md
for mdbook, and use mdbook's link checker to check the links.

Fixup the couple of broken links that it found.
2023-03-13 12:01:07 -07:00
Mike Hillyer ab74c8b9c3 Automated doc formatting fix 2023-03-13 16:33:09 +00:00
Mike Hillyer b875641297 Adding configuration chapter skeleton. 2023-03-13 12:32:13 -04:00
Mike Hillyer 925c12c445 Automated doc formatting fix 2023-03-13 15:35:17 +00:00
Mike Hillyer ecd69baf42 Building out new UserGuide structure. 2023-03-13 11:34:23 -04:00
Wez Furlong 381e65f777 remove special_for_centos7 page; roll info into getting started 2023-03-13 07:18:15 -07:00
Wez Furlong 7dc4728f5f docs: revise building from source instructions
Put most of the verbose bits into a get-deps.sh script
and have them run that.
2023-03-13 07:09:22 -07:00
Wez Furlong f7e34f4d2b docs: remove empty tutorial index page
Instead, the nav now goes straight to Getting Started
2023-03-13 06:25:23 -07:00
Tom Mairs 2a3df1f2ba refining tutorial flow 2023-03-13 06:43:32 +00:00
almalinux Cloud User e9c926fee5 restructure Tutorial 2023-03-13 05:37:05 +00:00
Wez Furlong a4d321cd82 docs: generate the changelog section
Add reverse sort so that we always show the latest at the top
2023-03-11 22:46:07 -07:00
Mike Hillyer 38e766ab6e Rewrite filename scheme to match version scheme. 2023-03-12 00:38:07 -05:00
Mike Hillyer 38e9be00b0 Fixes. 2023-03-12 00:34:19 -05:00
Mike Hillyer 6b70bdcab0 Automated doc formatting fix 2023-03-12 05:13:33 +00:00
Mike Hillyer 928e3cdf2b Updating structure, adding index pages to each section, along with updating the documentation landing page. 2023-03-12 00:12:42 -05:00
Mike Hillyer 4b4391516d Rearranging the documentation for new Material for Mkdocs 2023-03-11 23:49:48 -05:00