Commit Graph
722 Commits
Author SHA1 Message Date
Wez Furlong 82c9541fcd ci: docs: try using the woodpecker plugin for mkdocs 2024-02-09 13:21:44 -07:00
Wez Furlong e93002c22d ci: docs: try using podman instead of docker(!)
It's a PITA to bootstrap the docker daemon, and pointing it to the host
daemon to sidestep all that is insecure and should not be trusted in a
public repo like this.

So, let's just try podman for this: it doesn't need a daemon and
doesn't need any special privs.
2024-02-09 12:57:08 -07:00
Mike Hillyer 8624da376a Fixing what I thought was a problem, but the build isn't happening which was probably the issue in the first place. 2024-02-09 10:26:03 -05:00
Mike Hillyer cfd5687300 More attempts to fix ordering and indentation. 2024-02-09 10:06:43 -05:00
Mike Hillyer ab1c84c7e1 Trying to correct the restart of the step numbering. 2024-02-09 09:46:43 -05:00
Wez Furlong 4bc099821b docs: fix broken faq links 2024-02-08 08:12:29 -07:00
Wez Furlong f1de881ebb docs: switch to using docker based mkdocs
ubuntu is making it awkward to use pip for user-installed stuff,
so let's just use the docker image.
2024-02-08 08:09:53 -07:00
Wez Furlong 15ac793f89 docs: clarify docker information 2024-02-08 08:04:55 -07:00
Wez Furlong a1515e00aa docs: changelog for #135 2024-02-07 10:43:39 -07:00
Wez Furlong 14bfa1be78 docs: format generate-toc.py 2024-02-06 13:49:12 -07:00
Mike Hillyer 1f9e8e51d2 Added a couple of FAQ entries on migrations. 2024-01-24 16:58:33 -05:00
Mike Hillyer e22f256ee3 Couple more FAQ entries. 2024-01-24 16:48:48 -05:00
Mike Hillyer 0ecd60cd17 Forgot to populate the who is it for FAQ entry. 2024-01-24 15:45:50 -05:00
Mike Hillyer bd93c417de Add FAQ to docs index page. 2024-01-24 15:40:19 -05:00
Mike Hillyer 5b8768bae5 Adding three more FAQ entries. 2024-01-24 15:39:19 -05:00
Mike Hillyer c19712f040 Typo in gen doc. 2024-01-22 14:04:01 -05:00
Mike Hillyer b2978deba2 Add an index page to the FAQ. 2024-01-22 14:00:59 -05:00
Mike Hillyer 026635a9e6 Never copy an example from the Discord for a FAQ. 2024-01-22 13:56:22 -05:00
Mike Hillyer 02555a47d5 Please be the last error... 2024-01-22 13:52:47 -05:00
Mike Hillyer fbb6448c49 Days like these... 2024-01-22 13:50:58 -05:00
Mike Hillyer 05fb4e62ab So many typos. 2024-01-22 13:49:33 -05:00
Mike Hillyer ae27088dda Another typo fix. 2024-01-22 13:48:35 -05:00
Mike Hillyer 348804ee49 Typo Fix 2024-01-22 13:40:32 -05:00
Mike Hillyer 1eeb53f629 Typo fix, new entry for non-relay-hosts. 2024-01-22 13:40:23 -05:00
Mike Hillyer 9994961fc9 Add FAQ regarding POP3/IMAP. 2024-01-22 13:22:57 -05:00
Mike Hillyer 596c96cdc7 Adding Multiple DKIM signatures and TLS testing to FAQ. 2024-01-22 13:13:32 -05:00
Mike Hillyer 81d3196d18 Update permission denied page to be more succinct in the example but more descriptive in the text. 2024-01-22 12:25:44 -05:00
Mike Hillyer dab1d03d1e Add first FAQ entry to index. 2024-01-22 10:16:05 -05:00
Mike Hillyer 107eccafc1 Adding FAQ to the documentation tree and first FAQ entry for Permission Denied. 2024-01-22 10:03:51 -05:00
Mike Hillyer e0d2c611e8 Add mention of oversigning to the dkim userguide page. 2024-01-20 17:35:52 -05:00
Wez Furlong 02cd1ef7bf NEW: dkim over signing by setting over_sign = true in the signer
refs: https://github.com/KumoCorp/kumomta/issues/111
2024-01-18 12:59:41 -07:00
Mike Hillyer 1b95d7554e Added entries to the default shaping.toml showing array passing, and also updated the traffic shaping automation page in the UserGuide. 2024-01-17 16:30:29 -05:00
Wez Furlong 21881f35b6 Support multiple regex patterns and actions in TSA automation rules
refs: #99
2024-01-17 13:48:16 -07:00
ncai 8954052013 add is_mx to determine if the hosts are mx records 2024-01-16 11:40:20 -07:00
Wez Furlong 580be2c4aa kumo.http: add a default 1 minute timeout to requests
Add a timeout method to control the request duration explicitly.
2024-01-13 07:08:54 -07:00
Jeffrey Rose 6b9f01474f docs: Update overview.md to fix build from source link 2024-01-11 21:08:20 -07:00
Wez Furlong 38839d104b fixup use of Dispatcher::queue_name
This is a bit of a misleading field that is easily misused.
In this case, the smtp_client_rewrite_delivery_status event
could trigger with the incorrect scheduled queue components :-(

Noticed together with @cai-n while looking at
https://github.com/KumoCorp/kumomta/issues/116
2024-01-11 15:01:48 -07:00
Wez Furlong c16a211691 trigger the maintainer after closing a connection
This way we won't stall a queue for up to a minute before
the maintainer would naturally kick in.

refs: https://github.com/KumoCorp/kumomta/issues/116
2024-01-11 14:36:56 -07:00
Mike Hillyer 07d13203c9 Add traffic shaping Youtube video embeds to the relevant pages. 2024-01-09 18:00:04 -05: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
Wez Furlong 81ff486927 fix double counting of delivered_this_connection
This bug was introduced when the dispatcher stuff was refactored
to lua delivery protocol support.

The accounting belongs in the higher layer but also got left
in the lower smtp layer, causing the number to counter up 2x.
2024-01-08 10:49:27 -07:00
Mike Hillyer 8558ae88bc Update remaining tables with new fix. 2024-01-05 15:31:05 -05:00
Mike Hillyer 795fc9ba91 Trying another table fix 2024-01-05 15:15:11 -05:00
Mike Hillyer f45696eacc Forgot to add table fix to get_meta 2024-01-05 15:06:55 -05:00
Mike Hillyer ea2ec286b9 Fix formatting of notes. 2024-01-05 15:03:25 -05:00
Mike Hillyer 30d4a7cda9 Adding table workaround to other metadata pages. 2024-01-05 14:57:47 -05:00
Mike Hillyer 1c2fad67ea Trying one more workaround. 2024-01-05 14:54:09 -05:00
Mike Hillyer 2cde2e472d Undo column width fixing attempts. 2024-01-05 14:49:04 -05:00
Mike Hillyer c962577faa Trying another column width fix. 2024-01-05 14:29:50 -05:00
Mike Hillyer 414d5515f8 Attempt to fix column width. 2024-01-05 14:26:45 -05:00