Wez Furlong
8942ef7f86
Add regex_set_map type
...
This is useful for efficiently matching a string simultaneously against
multiple regular expressions.
The motivating use case is to use it together with the
smtp_client_rewrite_delivery_status event.
2023-11-01 12:52:39 -07:00
Wez Furlong
bec4bc1445
generate-toc.py: format
2023-10-24 11:19:55 -07:00
Mike Hillyer
13fb1b5f0c
Typo
2023-10-19 22:33:51 -04:00
Mike Hillyer
d433bea3f1
Add troubleshooting page, add cross-reference from Tutorial, remove orphaned integration pages from Tutorial directory.
2023-10-19 22:22:33 -04:00
Tom Mairs
5909da616a
update TOS
2023-10-18 22:29:33 +00:00
Tom Mairs
2e453b8714
fix typo in yaml file
2023-10-18 22:26:38 +00:00
Wez Furlong
44b14f4087
docs: format generate-toc.py
2023-10-18 06:32:11 -07:00
Tom Mairs
b1b2ae0c4a
fix numbering
2023-10-17 19:37:19 +00:00
Tom Mairs
d2614fd274
Update TOC
2023-10-17 19:27:41 +00:00
Wez Furlong
7fd1b75f55
docs: format generate-toc.py
2023-10-04 10:52:10 -07:00
Mike Hillyer
4253485a9e
Typo fix.
2023-09-28 17:46:45 -04:00
Mike Hillyer
233966ab67
Add next steps heading to the tutorial, update hashicorp vault page to better match userguide tone.
2023-09-28 17:16:52 -04:00
Mike Hillyer
03b0d12b56
Finish initial edits of tutorial, move hasicorp content to user guide policy section, merge performance content into performance page in userguide operations section, pull lua page and add to userguide general section. Pull how it works, redundant to config concepts in user guide.
2023-09-28 16:56:23 -04:00
Mike Hillyer
bffdec5ed1
Update the install, test, and logs pages of the tutorial.
2023-09-28 14:05:26 -04:00
Mike Hillyer
0d6993bcf2
Update more of the tutorial for formatting, wording, and information.
2023-09-28 12:05:54 -04:00
Mike Hillyer
50124576e3
Renaming the initial tutorial page.
2023-09-27 17:45:52 -04:00
Wez Furlong
3b10d637f9
docs: show how to use dkim verification
...
refs: https://github.com/KumoCorp/kumomta/issues/82
2023-09-14 13:03:41 -07:00
Wez Furlong
cb1f64fe9d
docs: add internal rust API docs to reference section
2023-09-14 10:18:22 -07:00
Wez Furlong
55770052a5
add kumo.encode module
...
This provides a variety of encode/decode functions for things
like base64 and base32 encoding
2023-08-12 08:42:44 -07:00
Wez Furlong
d8a6bceef0
add kumo.digest lua module
...
Compute hashes
2023-08-11 21:44:40 -07:00
Wez Furlong
8205682202
docs: fix typo in toc
2023-08-11 06:47:46 -07:00
Wez Furlong
7d450fdb41
add kumo.cidr module and kumo.cidr.make_map
2023-08-10 17:21:20 -07:00
Mike Hillyer
fece8edb28
Initial version of TSA documentation.
2023-08-08 14:44:53 -04:00
Tom Mairs
3ced8144b7
add flow description page
2023-08-04 20:47:13 +00:00
Wez Furlong
b08c865bdb
docs: include new tsa related info to the reference section
2023-08-04 11:05:08 -07:00
Cloud User
c9a3a7a81c
updates to using vault
2023-08-03 19:05:50 +00:00
Wez Furlong
f65e985e64
docs: add since macro. document connection metadata object
2023-06-28 13:52:15 -07:00
Mike Hillyer
b4fe119fdc
Automated doc formatting fix
2023-06-22 18:23:39 +00:00
Mike Hillyer
02ac065ae5
Update TOC
2023-06-22 14:16:04 -04:00
Wez Furlong
ce7dece927
move domains out of listener, replace with get_listener_domain event
...
This commit also includes a policy helper
`policy_extras.listener_domains` to make it convenient to define
listener domains in toml and/or json files.
To facilitate this, the DomainMap rust structure has been exposed
to lua code via the new `kumo.domain_map.new` function.
2023-05-31 12:29:44 -07:00
Mike Hillyer
1e05c7bb31
Automated doc formatting fix
2023-05-17 21:40:38 +00:00
Mike Hillyer
0d85aea133
Adding SMTP AUTH to the user guide.
2023-05-17 17:39:23 -04:00
Mike Hillyer
7cbf93e316
Automated doc formatting fix
2023-05-17 19:58:41 +00:00
Mike Hillyer
c03cf00408
Initial build out of SOCKS5 docs in userguide, converting HAProxy section into general proxy section.
2023-05-17 15:57:22 -04:00
Mike Hillyer
297895e85d
Adding AMQP to the User Guide.
2023-05-16 15:05:09 -04:00
Wez Furlong
db0c042cef
Add amqp client
...
refs: https://github.com/KumoCorp/kumomta/issues/31
2023-05-15 17:24:15 -07:00
Mike Hillyer
6a59aefb37
Automated doc formatting fix
2023-05-10 20:08:05 +00:00
Mike Hillyer
4565540b04
HAProxy user guide page
2023-05-10 15:59:58 -04:00
Mike Hillyer
d7a7b24039
Automated doc formatting fix
2023-05-10 17:49:22 +00:00
Mike Hillyer
501012fc5f
Whoops.
2023-05-10 13:47:57 -04:00
Mike Hillyer
bc970ab94e
Move webhook chapter to Operations.
2023-05-10 13:45:45 -04:00
Mike Hillyer
75e85c2f6e
Skeleton in the webhook page.
2023-05-09 11:30:59 -04:00
Wez Furlong
992cae1409
Allow loading a key source directly from lua
...
This makes it easier to compose secret management with a variety
of lua functions without having to build that directly into each
of them.
In particular: one can now use vaults or other secret stores that
we add in the future to manage credentials for HTTP clients.
2023-05-09 08:25:54 -07:00
Mike Hillyer
bfafab4ef5
Automated doc formatting fix
2023-05-08 22:24:47 +00:00
Mike Hillyer
217ca5be4e
Add http API call routing to Policy Chapter.
2023-05-08 18:23:41 -04:00
Wez Furlong
c61d6aaa04
docs for kumo.http
2023-05-05 15:08:48 -07:00
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