Commit Graph

48 Commits

Author SHA1 Message Date
Mike Hillyer 164f109326 Traffic Shaping Refactor First Pass 2026-06-09 13:23:56 -04:00
Mike Hillyer d7844e9eeb Commented out code for using traffic shaping but not TSA in the example config was in the wrong place. 2024-01-08 13:33:08 -05:00
Mike Hillyer 7e29990e0d Add video embed to example config docs page. 2023-12-21 14:51:19 -05:00
Mike Hillyer 2f93cdbe14 Update commented out shaping setup call to point to user version of shaping file to make it work better for copy/paste users. 2023-12-21 14:18:38 -05:00
Mike Hillyer 3799d4f34a Update example config to make call to TSA helper setup more succinct. 2023-12-21 12:32:30 -05:00
Mike Hillyer a14ce4c672 Add non-canonical line ending check to example config to help with SMTP Smuggling. 2023-12-20 09:10:02 -05:00
Wez Furlong 91f56f99d9 docs: fix some build and syntax errors 2023-12-08 11:56:36 -07:00
Mike Hillyer ee128768a8 Updating example config to include proper paths and full shaping elements. Update the TSA docs page to reflect new streamlined config. 2023-12-07 13:15:53 -05:00
Mike Hillyer c918669886 Quick warning text change. 2023-12-04 13:02:16 -05:00
Mike Hillyer f9c1135707 Update example config to show proper order of setups to ensure flow works. 2023-12-04 13:01:51 -05:00
Tom Mairs 5808ed4f46 reword trace-smtp-server title 2023-11-15 20:04:11 +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 4d86392add Update example config and page on queue management to reflect the queue helper. 2023-11-14 16:47:54 -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 6ddff4ee81 Updated day one tutorial page, also updated example config to make it clearer that supporting .toml files must be in place. 2023-09-27 17:37:20 -04:00
Wez Furlong 811b64c1ff example.md: fixup example
Needs to pull in the utils to use merge_into
2023-08-11 09:55:13 -07:00
Mike Hillyer 0ac94e3092 Automated doc formatting fix 2023-06-22 18:35:23 +00:00
Mike Hillyer 13f1617f47 Added reference to the DKIM policy helper. 2023-06-22 14:34:20 -04:00
Mike Hillyer d99217a8d3 Automated doc formatting fix 2023-06-01 21:19:52 +00:00
Mike Hillyer 63af89ed47 Update example policy and sections on sending IPs and Listeners to use the new policy helpers. 2023-06-01 17:18:57 -04:00
Mike Hillyer 9f363ac132 Updates to the traffic shaping page. 2023-04-26 17:58:34 -04:00
Mike Hillyer 51b22fe936 Adding the traffic shaping section. 2023-04-25 18:15:59 -04:00
Mike Hillyer 6ae11b591d Add queue management chapter, update other sections to align. 2023-04-25 16:43:27 -04:00
Mike Hillyer 969d079eb6 Finish FBL and Bounce chapters, add chapter on Sending IPs. 2023-04-24 10:17:51 -04:00
Mike Hillyer e2be05804a Build out FBL and Domain Config chapters, tweak SMTP Listener content. 2023-04-22 12:09:44 -04:00
Tom Mairs 87e3ca572e Fix lua in example.lua 2023-03-31 21:47:43 +00:00
Tom Mairs 3fe94ae0d6 fix formatting in listeners 2023-03-31 21:38:40 +00:00
Wez Furlong 6c4e3915b8 fixup example config to match default install 2023-03-20 14:14:15 -07: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
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 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 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 b875641297 Adding configuration chapter skeleton. 2023-03-13 12:32:13 -04:00