Wez Furlong
93e8e7dd01
docs: update since('dev') macros for stable release
2026-03-04 08:03:21 +00:00
Tobias Horst
719e140f0e
mod_nats: integrate nats
...
Publish messages using the jetstream client.
Supports password and token authentication.
Co-authored-by: Wez Furlong <wez@wezfurlong.org >
Closes: https://github.com/KumoCorp/kumomta/pull/449
2026-02-24 11:03:43 +00:00
Wez Furlong
7703b9fcf2
docs: migrate userguide amqp example to basic_publish
...
Since we have deprecated the `build_client` approach, we should
be showing how to use the preferred function!
2025-11-10 11:58:46 +00:00
Wez Furlong
981de67f1c
docs: update for 2025.10.06-5ec871ab release
2025-10-07 07:38:10 +01:00
Wez Furlong
91884d3892
docs: format
2025-07-26 13:30:00 +01:00
Pankaj Rathi
eae61a90fe
Add support for custom key names in HashiCorp Vault secrets ( #399 )
...
* Add support for custom key names in HashiCorp Vault secrets
Co-authored-by: Wez Furlong <wez@wezfurlong.org >
2025-07-25 06:02:21 +01:00
Mike Hillyer
58e9770206
We miss you Mister Rogers.
2025-07-18 12:11:14 -04:00
Ryan Bonnell
9f71496d3e
Omit duplicate character in sentence
2025-02-10 15:35:26 -07:00
Ryan Bonnell
97eb27c62e
Improve code formatting and update grammar ( #333 )
...
* Add code formatting for readability
* Update verb tense
2025-02-05 13:06:02 -07:00
Ryan Bonnell
ebb34dec7b
Add missing space in sentence
2025-02-05 11:22:35 -07:00
Wez Furlong
bd43edee14
lua_deliver: add close method
...
This is to facilitate more precise control over the lifetime of
connection objects.
You can now define `function sender:close()` on the connection
object that is returned from your lua protocol constructor.
This method will be called when the underlying
QueueDispatcher::close_connection method is called.
Adjust the logic in ready_queue to explicitly call
QueueDispatcher::close_connection in the cases where we're closing the
connection; previously we'd just leave it to the Drop handler to take
care of this.
Adjust the amqp docs to show how to bubble the close call through
to the associated client.
2024-07-09 09:55:10 -07:00
Wez Furlong
f7604a3f7f
docs: cut over toml examples to toml_data data macro
...
refs: https://github.com/KumoCorp/kumomta/issues/212
2024-07-03 16:09:52 -07:00
Wez Furlong
49facb4d0a
docs: fixup amqp docs some more
2024-06-27 19:51:09 -07:00
Wez Furlong
5d7cf4005f
docs: fixup AMQP example
2024-06-27 09:42:36 -07:00
Mike Hillyer
53820402ba
Killing off some orphans.
2024-06-20 17:55:52 -04:00
Mike Hillyer
43e7023e72
Updated rewriting page for the User Guide.
2024-06-19 15:39:31 -04:00
Wez Furlong
015fad5e4f
Revert "Add page on rewriting remote server responses to the User Guide."
...
This reverts commit 82a258a92e0e0eef6c7e483ab25f71146cdfeea3; that new
page is incomplete and has invalid syntax.
Let's take it out for now to unblock the doc build.
2024-06-19 08:37:11 -07:00
Mike Hillyer
82a258a92e
Add page on rewriting remote server responses to the User Guide.
2024-06-19 10:13:40 -04:00
Wez Furlong
5bf3d4f3e0
docs: apply proper lua formatting to kafka docs
2024-02-28 09:41:20 -07:00
Mike Hillyer
6e20464529
Remove some leftover AMQP references from the Kafka page. Spoiler alert: I copied the AMQP page and change it to be a Kafka page since they use the same mechanism.
2024-02-15 12:32:01 -05:00
Mike Hillyer
1d1354b82f
Add the release info to the docs.
2024-02-13 14:31:44 -05:00
Mike Hillyer
066013da6c
Adding the dev branch marker to Kafka.
2024-02-13 14:28:44 -05:00
Mike Hillyer
43817b7ff9
Typo fix to force another mkdocs pass.
2024-02-13 14:02:54 -05:00
Mike Hillyer
c62ee2f8e2
First pass Kafka Docs
2024-02-13 13:47:08 -05:00
Wez Furlong
91f56f99d9
docs: fix some build and syntax errors
2023-12-08 11:56:36 -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
90149c7309
Split out the get help page.
2023-11-23 10:11:51 -05:00
Wez Furlong
39a046e07c
docs: add missing routing_domain param to get_queue_config event examples
2023-10-18 06:56:01 -07:00
Mike Hillyer
5fffd809d7
Redact the vault token from the example so GitGuardian doesn't complain.
2023-09-28 17:24:22 -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
Nathalie Cai
6bb9ac387c
add mx_list_ip_map to smtp protocole for tls connection ( #80 )
...
add mx_list_ip_map to smtp protocole for tls connection
Co-authored-by: Nathalie Cai <ncai@chapsvision.com >
2023-08-30 08:29:18 -07:00
Wez Furlong
24909f4cde
docs: update for 2023.08.22-4d895015 release
2023-08-25 08:38:09 -07:00
Wez Furlong
9d1ca9dc11
routing.md: update to show new smart hosting options
2023-08-11 11:17:02 -07:00
Wez Furlong
8e0526ec1b
docs: fix typo
2023-08-11 06:51:44 -07:00
Mike Hillyer
bd0f0aaa5f
Fix HTTP send example.
2023-07-27 11:32:38 -04:00
Tom Mairs
e45c82a3ec
update Inject content example
2023-06-30 05:48:24 +00:00
Tom Mairs
861ed83a63
update MG example
2023-06-30 05:34:33 +00:00
Mike Hillyer
9780e3f3a5
Updating logic per Wez.
2023-05-16 16:43:40 -04:00
Mike Hillyer
cd7dbe7aec
Automated doc formatting fix
2023-05-16 19:12:58 +00:00
Mike Hillyer
bd1d7a1d03
This timne for sure.
2023-05-16 15:11:39 -04:00
Mike Hillyer
f26551a205
Too many typos.
2023-05-16 15:10:17 -04:00
Mike Hillyer
b741a1ab06
Typo
2023-05-16 15:06:38 -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
Mike Hillyer
bcac01932e
Add a note to the Policy chapter index.
2023-05-10 13:56:54 -04: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
Mike Hillyer
f4200c575d
Automated doc formatting fix
2023-05-04 16:27:59 +00:00
Mike Hillyer
e0a4039a12
Fix bad formatting in Lua example.
2023-05-04 12:26:05 -04:00