Wez Furlong
25bf7a28c8
docs: tweak to credits and readme
2023-03-27 17:48:19 -07:00
Wez Furlong
c206ed635d
docs: migrate some bug reporting details to bug template
2023-03-27 17:30:57 -07:00
Mike Hillyer
e404c9e109
Update credits.md
...
Adding Taguchi to the credits, thanks guys!
2023-03-24 09:56:40 -04:00
Tom Mairs
782b549efb
docs cleanup
2023-03-22 21:48:27 +00:00
Tom Mairs
298f9db7f2
rearrange docs to make more sense
2023-03-21 23:40:47 +00:00
Wez Furlong
6c4e3915b8
fixup example config to match default install
2023-03-20 14:14:15 -07:00
Tom Mairs
37f56fb15b
Rearrange Pages to make more sense
2023-03-17 05:56:14 +00:00
Mike Hillyer
d9eb21c6e0
And had a comma where I shouldn't...
2023-03-16 14:26:07 -04:00
Mike Hillyer
554e8baff9
Forgot a comma.
2023-03-16 14:24:03 -04:00
Mike Hillyer
b2a7ceb3a3
Add IPv6 to example config, moved example spool and logs to /var/spool and /var/log from /var/tmp.
2023-03-16 14:22:31 -04:00
Mike Hillyer
bb0ce4f8ab
Update concepts page.
2023-03-15 17:32:18 -04:00
Wez Furlong
f1be7bb114
docs: tweak example config
2023-03-15 14:28:00 -07:00
Mike Hillyer
51e329890d
Automated doc formatting fix
2023-03-15 21:06:36 +00:00
Mike Hillyer
52274ebf5f
Tom gets a warning, I get an error, TANJ!
2023-03-15 17:05:44 -04:00
Mike Hillyer
8dfef6a0df
Fix lua in example, fix link in concepts.
2023-03-15 17:00:20 -04:00
Mike Hillyer
fdaaf65708
Updating the example config with Wez's latest spool and queue settings.
2023-03-15 16:51:55 -04:00
Mike Hillyer
0e909f3407
Add EHLO to the example config
2023-03-15 11:43:13 -04:00
Wez Furlong
8cf8857a1c
docs: revise config concepts intro
...
Wordsmith it to play to the strengths of the config
2023-03-14 22:46:09 -07:00
Wez Furlong
a7884f01b4
fixup markdown for bug reporting page
...
I think a lot of the content on here can be subsumed by the
issue template and pruned from this page.
But this commit is just about making it not render as a wall
of text in mkdocs.
2023-03-14 22:17:18 -07:00
Wez Furlong
bcdef3fd65
unbreak doc build
2023-03-14 20:07:40 -07:00
Mike Hillyer
426b26744f
Fix broken links.
2023-03-14 22:46:42 -04:00
Mike Hillyer
ce93b51da8
More treaks to the concepts page, start the policy chapter skeleton.
2023-03-14 22:42:14 -04:00
Mike Hillyer
a3978b8677
Automated doc formatting fix
2023-03-15 02:22:04 +00:00
Mike Hillyer
0c5d7c9f90
Got another one backwards.
2023-03-14 22:20:54 -04:00
Mike Hillyer
339f812608
Got that backwards, lua fix.
2023-03-14 22:17:59 -04:00
Mike Hillyer
9d7063e3ab
Updating the example config, adding configuration concepts.
2023-03-14 22:13:41 -04:00
Wez Furlong
384da92c0e
docs: update dkim signing to use header from
2023-03-14 18:53:47 -07:00
Mike Hillyer
ed4ae9597e
Automated doc formatting fix
2023-03-14 23:13:37 +00:00
Mike Hillyer
af04bd7ce0
Update time notation and example script.
2023-03-14 19:12:46 -04:00
Wez Furlong
4d74bd58e4
docs: adjust example config
...
Simply a bit by removing some defaults, and remove some dangerous/bad
settings from my local test that should not be in the example config.
Factor out the dkim config table so that it is computed once, rather
than on every call to the event handler.
2023-03-14 13:52:30 -07:00
Mike Hillyer
331a46d8db
Automated doc formatting fix
2023-03-14 20:09:36 +00:00
Mike Hillyer
deab6adb40
Change toml file path to new /opt/kumomta/etc path style.
2023-03-14 16:08:42 -04:00
Mike Hillyer
a074e9ec02
Automated doc formatting fix
2023-03-14 20:01:13 +00:00
Mike Hillyer
475b661712
Fixing Lua parse error in example policy.
2023-03-14 16:00:28 -04:00
Mike Hillyer
fe9d51f289
Adding Wez's example of dynamic DKIM key path signing across both ingress routes (SMTP/API).
2023-03-14 15:56:39 -04:00
Mike Hillyer
5980d42375
Working on the example policy.
2023-03-14 15:31:02 -04:00
Mike Hillyer
778025a876
Making sure the simple_policy.lua imports properly into the docs and renders. I'll modify it from there into the example policy.
2023-03-14 12:29:52 -04:00
Mike Hillyer
c84fa62f16
Adding skeleton for bounce config
2023-03-14 10:21:26 -04:00
Mike Hillyer
98eeb1f3e1
Adding more to the skeleton.
2023-03-14 09:52:46 -04:00
Mike Hillyer
d744d09f04
Skeleton out the Operation section of the User Guide.
2023-03-13 15:51:38 -04:00
Mike Hillyer
7890f69cf7
Got rid of mis-spelled placeholder.
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
1457b7217d
Cleanup of the bug reporting page.
2023-03-13 12:32:13 -04:00
Mike Hillyer
b875641297
Adding configuration chapter skeleton.
2023-03-13 12:32:13 -04:00
Mike Hillyer
ecd69baf42
Building out new UserGuide structure.
2023-03-13 11:34:23 -04:00
Wez Furlong
dc47e50ec6
docs: tweak credits page
2023-03-13 07:45:57 -07:00
Wez Furlong
0ab9b2870e
docs: revise copyright notice
...
Until we confirm the name of the legal entity, just use me for the
moment.
2023-03-11 23:47:15 -07:00
Wez Furlong
52d204984a
docs: install exclude plugin to exlude stuff better
...
Previously, I was cleaning up some junk like _index directories
generated from the _index.md fragments. I noticed that those
were showing up in the search index, so it is better to exclude
from the outset. mkdocs doesn't natively support the idea of
exclusion, but there is a plugin that does, so use it.
2023-03-11 23:27:49 -07:00
Wez Furlong
b56bed5060
docs: fix admonish syntax, explain the global variable thing better
2023-03-11 23:06:59 -07:00
Mike Hillyer
38e9be00b0
Fixes.
2023-03-12 00:34:19 -05:00