Usually it’s like last reception hook, ie if I have 3 subscribers, I have 2 Reception immediate, like Delivery, but last one always delayed
Sometime it’s ok, I’m receiving Reception at the same time as Delivery, no changes, no delays, but in 90% I would say it’s delay
Any thoughts? Please let me know if you want to see my config files.
In my log you can see - first Reception I’m getting Feb 24 20:08:56 and last one at Feb 24 20:14:01, so after 6 minutes.
Thank you and appreciate your time.
Hi @faithful-ostrich , sorry you mean my EC2 logs? Because the gist I posted in my original message is from my EC2 instance, basically it’s a log of KumoMTA execution, so it’s local.
You have a couple of different errors there you may want to compensate for.
“error in deliver_message: sender:send method failed: error converting Lua nil to String”. You will probably want to add some code to convert nils to “”. That may be in headers or meta you are including
“failed to connect to any candidate hosts: only one connection attempt per session”
I don’t see any shaping config that would restrict you to 1 connection, but you may want to add a connection limit that is higher - the default is 32.