mirror of
https://github.com/mailscope/kumomta.git
synced 2026-08-19 02:48:18 +00:00
38fd692e94
I was halfway through adding special purpose options for this, but I realized that skip_hosts already exists for this function and is much more flexible. Add an example to the docs to show how it can be done. The same technique can be used to skip using IPv4 if that is desired (despite being impractical with the current state of SMTP on ipv6), but using `0.0.0.0/0` as an entry in the skip_hosts list. closes: https://github.com/KumoCorp/kumomta/issues/317