https://bugs.exim.org/show_bug.cgi?id=2174
--- Comment #2 from [email protected] --- I suppose that the timeout of tls session and the timeout of the callout both use the C alarm function. But you can't have multiple timeouts set like this at the same time. The problem could be : 1 : TLS session set alarm to session timeout (for example 200 s) 2 : Callout set alarm ta callout timeout (1s) The callout timeout has overwritten the tls timeout, conducing to the problem -- You are receiving this mail because: You are on the CC list for the bug. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
