[Exim] frozen after connect timeout

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Mike Bethune
Ημερομηνία:  
Προς: exim-users
Αντικείμενο: [Exim] frozen after connect timeout
Hello,
I'm not sure if this is expected behaviour, but it doesn't seem right to me.
I get a lot of these:
smtp transport process returned non-zero status 0x000e: terminated by signal 14

I understand that to mean there was a timeout (caught SIGALRM), which seems normal and consistent with the option I have set for connect_timeout, and I can also verify that the connection does actually timeout when trying it manually.
But the problem is that message is always frozen after this and so no retries are attempted until timeout_frozen_after is reached and the message is removed. Shouldn't normal retry rules apply to this condition?

Relevant options I have set:
- timeout_frozen_after = 2d
- the transport has set:
    connect_timeout = 1m
    command_timeout = 1m
    data_timeout = 1m
    final_timeout = 1m
- default retry config


Should I have to set auto_thaw?
Noticed the issue with 4.24, upgraded to 4.31 and see the same.

Thanks,
mike