Files
kumomta/docs/userguide/operation
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
..
2023-04-28 14:41:50 -07:00
2023-04-28 13:30:41 -07:00
2023-04-28 14:26:56 -07:00
2023-04-28 13:30:41 -07:00
2023-04-28 08:54:05 -07:00
2023-04-28 13:35:45 -07:00
2023-05-16 15:05:09 -04:00