Re: [mail/sendmail] SMTP session reuse bugfix

2016-03-22 Thread Jeremie Courreges-Anglas
Jeremie Courreges-Anglas writes: > Claus Assmann writes: > >> FYI (I haven't seen this in ports yet): [...] >> If sendmail tried to reuse an SMTP session which had already been >> closed by the server, then the connection cache could have invalid >> information about the session. One possible c

Re: [mail/sendmail] SMTP session reuse bugfix

2016-03-10 Thread Stuart Henderson
On 2016/03/10 12:45, Claus Assmann wrote: > On Wed, Mar 09, 2016, Jeremie Courreges-Anglas wrote: > > > Claus, in the future would it be possible to prefix the patch file names > > with "sendmail-"? It would be a bit safer for us, as we would not have > > Do you mean the patch on the sendmail.or

Re: [mail/sendmail] SMTP session reuse bugfix

2016-03-10 Thread Claus Assmann
On Wed, Mar 09, 2016, Jeremie Courreges-Anglas wrote: > Claus, in the future would it be possible to prefix the patch file names > with "sendmail-"? It would be a bit safer for us, as we would not have Do you mean the patch on the sendmail.org FTP server? That naming scheme is used for about 10

Re: [mail/sendmail] SMTP session reuse bugfix

2016-03-09 Thread Jeremie Courreges-Anglas
Claus Assmann writes: > FYI (I haven't seen this in ports yet): Thanks for the heads-up. > If sendmail tried to reuse an SMTP session which had already been > closed by the server, then the connection cache could have invalid > information about the session. One possible consequence was that >

[mail/sendmail] SMTP session reuse bugfix

2016-03-07 Thread Claus Assmann
FYI (I haven't seen this in ports yet): If sendmail tried to reuse an SMTP session which had already been closed by the server, then the connection cache could have invalid information about the session. One possible consequence was that STARTTLS was not used even if offered. The problem can be f