As part of R&D test
I’ve created a cluster configuration with TSA following the **Multiple Node **documentation Deployment Architecture - KumoMTA Docs
in addition I have four kumo-proxy socks5 instances and everything works as expected ( outbound connections / limits / etc )
Now, I’d like to get rid of the TSA.
So, I have removed the TSA config, shut down the kumo-tsa-deamo, keep Redis for throttling between the two Kumo nodes, and include shaping as follows
kumo.on('get_egress_path_config',
shaping:setup {
'/opt/kumomta/share/policy-extras/shaping.toml',
'/opt/kumomta/etc/policy/shaping.toml',
'/opt/kumomta/etc/policy/shaping_custom.toml',
}
)
-- in kumo.on('init')
kumo.configure_redis_throttles {
node = 'redis://user:key@mta-redis-endpoint:PORT/',
cluster = true
}
And again, everything works as expected ( outbound connections / limits / etc ) ![]()
Is there any aspect I might be overlooking that could compromise something?
I’m asking because I noticed this in the sample config:
-- Commented out by default since we recommend using the Traffic Shaping Automation
but maybe you’re only referring to better deliverability management (?) not at operational level