Wez Furlong
5d206834ce
docs: fixup outdated source + pool information
...
Some sections didn't get updated to match changes
around how pools and sources are retrieved from the
configuration.
Thanks to @farhadhf for raising this
closes: https://github.com/KumoCorp/kumomta/pull/107
2023-12-14 17:17:06 -07:00
Mike Hillyer
95c3e3b444
Build out new page on inbound SMTP AUTH, update related documents and TOC, rename smtpauth page outbound_auth to differentiate from inbound_auth.md. Update smtp listener page to point to it, update refman auth plain page to reflect latest fields.
2023-12-07 17:00:58 -05:00
Mike Hillyer
3c7aa802c8
update troubleshooting and get help pages
2023-11-26 09:22:07 -05:00
Tom Mairs
5808ed4f46
reword trace-smtp-server title
2023-11-15 20:04:11 +00:00
Tom Mairs
d4258cd0a2
reword trace-smtp-server title
2023-11-15 17:01:25 +00:00
Tom Mairs
16051af60f
add trace-smtp-server to kcls functions
2023-11-15 16:53:25 +00:00
Mike Hillyer
b4a149a5f3
Add samples for webhooks to the example config, update webhooks docs page with helper info.
2023-11-14 18:18:47 -05:00
Mike Hillyer
d9dd7ddea7
Change console example to match lua example.
2023-10-20 10:00:59 -04:00
Mike Hillyer
72d93f212d
Update troubleshooting page based on Wez's feedback.
2023-10-20 09:34:42 -04:00
Mike Hillyer
c8dd0e3f93
Fix path of link to troubleshooting page.
2023-10-19 22:45:47 -04:00
Mike Hillyer
a8ae27fffb
Add crossreference to troubleshooting page to the starting KumoMTA page.
2023-10-19 22:36:55 -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
Wez Furlong
39a046e07c
docs: add missing routing_domain param to get_queue_config event examples
2023-10-18 06:56:01 -07:00
Tom Mairs
748752ae18
Add Ongage sample
2023-10-17 17:59:34 +00:00
Mike Hillyer
97d8f24dc1
Remove source_address mentions from Proxy page.
2023-10-06 14:53:44 -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
Wez Furlong
24909f4cde
docs: update for 2023.08.22-4d895015 release
2023-08-25 08:38:09 -07:00
Wez Furlong
dc78142c35
docs: operation: tidy up formatting, show more kcli usage
2023-08-11 10:36:32 -07:00
Tom Mairs
9a0855f11b
update for name field in log_hook
2023-07-13 18:06:20 +00:00
Mike Hillyer
dfd1e14497
Add documentation for kcli to user guide.
2023-07-11 17:12:30 -04:00
Mike Hillyer
d63d00b8ec
Update documentation on configuring listener domains.
2023-06-19 14:11:43 -04:00
Wez Furlong
b7c557c31a
define_egress_(pool|source) -> make_egress_(pool|source)
...
Switch the configuration plumbing for pools and sources to be pull-based
rather than push based.
In other words, rather than defining them in the `init` event,
you now need to supply them to the new `get_egress_pool` and
`get_egress_source` events.
Data is cached by default for 1 minute. This allows for new sources
to come into being on-demand, and for data to age out and change
over time, without requiring that the server be restarted.
This commit updates the reference section, but there is some content
in the user guide that refers to the old style of configuration that
will need to be updated.
refs: https://github.com/KumoCorp/kumomta/issues/13
2023-05-30 14:08:07 -07:00
Mike Hillyer
0d85aea133
Adding SMTP AUTH to the user guide.
2023-05-17 17:39:23 -04:00
Mike Hillyer
842c971811
Formatting fix.
2023-05-17 17:39:23 -04: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
Mike Hillyer
052bcaa454
Adding warning and pointer to the Secrets Load function.
2023-05-10 16:52:55 -04:00
Wez Furlong
d5572f0293
docs: tweak haproxy guide
2023-05-10 13:27:30 -07:00
Mike Hillyer
4565540b04
HAProxy user guide page
2023-05-10 15:59:58 -04:00
Mike Hillyer
bc970ab94e
Move webhook chapter to Operations.
2023-05-10 13:45:45 -04:00
Tom Mairs
2dffdd232d
Populate admin bounce page
2023-04-28 14:41:50 -07:00
Tom Mairs
c95087db60
Populate logging page
2023-04-28 14:26:56 -07:00
Tom Mairs
3635dd4caa
Fix formatting
2023-04-28 13:35:45 -07:00
Tom Mairs
5a2a5e2487
Populate HTTP Injection page
2023-04-28 13:30:41 -07:00
Tom Mairs
4abb2f1418
fix formatting
2023-04-28 12:45:43 -07:00
Tom Mairs
52d8efc1b8
Populate SMTP Injection page
2023-04-28 12:35:32 -07:00
Tom Mairs
452428e9d6
Populate Server Status page
2023-04-28 09:54:01 -07:00
Ubuntu
ad403da74f
Modify startup details
2023-04-28 08:54:05 -07: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
a78c823e6a
Add performance tuning to the User Guide.
2023-03-31 15:21:16 -04:00
Mike Hillyer
2c2b750341
Remove & instruction.
2023-03-31 15:06:29 -04:00
Mike Hillyer
5e4ce581f7
Adding instructions to start the server.
2023-03-31 15:00:47 -04:00
Mike Hillyer
dcec7ce65c
Tidy up the user guide a bit, update the copyright.
2023-03-29 14:34:20 -04:00
Mike Hillyer
d744d09f04
Skeleton out the Operation section of the User Guide.
2023-03-13 15:51:38 -04:00