Just a quick question… If I want to setup default settings for a tenant in the shaping.toml helper file would it look like this: (where warmup_tenant is the tenant name I defined in the smtp_server_message_received pased on the received_via meta data)
Since I found some documantation on shaping for a tenant which looked like the example below. Ifigured the syntax for the default tenant behaviour be like the above.
hmm so also in the shaping.toml I should address it like that.. (just to be sure)… will do some more testing on my dev server, but can’t access that atm
And a kumod --validate will say this:
Entry for domain ‘tenant’ consists of a single DNS label. Domain names in TOML sections need to be quoted like '[“tenant.com”]` otherwise the ‘.’ will create a nested table rather than being added to the domain name.
so what I want is set default max_messages_rate for a tenant. I will check again in the docs if that can be done. I was a bit confused by the default settings in the shaping.toml, so I assumed you could do that also for a tenant.
you can set overall_max_message rate in the queue.toml for a tenant. That throttles the rate at which messages move from any/all scheduled queues associated with that tenant and into the ready queue for delivery