Can we set default retry_interval = ‘10 sec’ in queue.toml file?
Hey there @youthful-zorse, 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.
Like I want to set default retry_interval = ‘10 sec’ for all the tenants
As I am able to set the retry_interval tenant wise but I want to do that same for all the tenant as I have 50 tenants in my queue file
I would advise against it, but there’s nothing technically stopping you. Ten seconds is very short, very different than the RFC: RFC 5321 - Simple Mail Transfer Protocol
Ten seconds is likely to get the MBPs looking at your server as abusive.
But if that’s what you want, set it in [queue.default]
so it will set for all the tenant if I am not wrong?
As long as there is no retry interval configured for any of the tenants.
Ok, thanks why I am asking it because we used to send the OTP mails from KumoMTA. Hence, by chance queue entered to the retry we don’t want it to wait till 20 min thats a huge time limit for OTP mails. Hope you will understand that
And all those tenants are doing nothing but OTP emails?
80 % of tenants are of OTP mails
Sounds like you’re perhaps setting things a little too broad. It’s one thing to tag specific mailstreams and lower the retry rate, it’s another to set your whole server that way.
But it’s your server. If nothing else I’d try a longer default for replies, more like 30s.
Thank Mike for your concerns, we’ll consider your advise.
Marking this as resolved