https://bugs.exim.org/show_bug.cgi?id=2156
Mickaël Blanchard <mb-exim@???> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |WONTFIX
Status|NEW |RESOLVED
--- Comment #2 from Mickaël Blanchard <mb-exim@???> ---
(In reply to Simon Arlott from comment #1)
> (In reply to Mickaël Blanchard from comment #0)
> > 2- Reception of 220-mx1.ovh.net in14
> > 3- nothing happens until the callout timeout expires
> > 4- SMTP connection close
>
> The "-" in "220-" means that the response is continued on another line.
> You'd need to get a "2xx " response to end the connect message.
>
> There's a delay of several seconds between the two lines in the response
> from the server:
> 220-mx2.ovh.net in3
> 220 mx2.ovh.net in3
>
> It looks like you have set your timeout for this (connect_timeout) to 2
> seconds, which is shorter than the delay.
Hello,
Indeed you're right, by tuning my callout parameter to:
verify = recipient/callout=10s,connect=1s,maxwait=20s
this is now working.
I was not aware of the multilines reply concern, at least I have learnt
something today. :)
Thank you very much!
My apologies for this bug report, this was so simple...
--
You are receiving this mail because:
You are on the CC list for the bug.