Noticed that webhooks are delivering much slower than they could be, probably because max connections do not exceed 10 (default connection_limit from shaping.toml).
However, adding a shaping rule to shaping.toml to override the limit:
Hey there @nourishing-urial, thanks for posting. Please read the “Troubleshooting” and “How to Ask for Help” buttons below. If you would like a 1:1 support session from the KumoMTA team, details are at the “Book a Support Session” button below.
That solved MX lookup error, thanks. But it seems that TSA rules are not being applied to webhook queues, probably because these queues don’t have a domain.
I figure the only way to solve it would be to a make a copy of log_hooks helper, assign some fake placeholder domain to the queue, and then use that in TSA config? Or is there a more elegant way of solving that?
they already have a fake placeholder domain; webhook-clickhouse.log_hook in your example. I suspect that something else is happening here, but there’s not enough information to guess at what
The only automation I see there is the default.
Which of these were you expecting to be triggered?
'/All messages from \d+\.\d+\.\d+\.\d+ will be permanently deferred/',
'/has been temporarily rate limited due to IP reputation/',
'/Unfortunately, messages from \d+\.\d+\.\d+\.\d+ weren.t sent/',
'/Server busy\. Please try again later from/'```