Citando Zachary Kotlarek <[EMAIL PROTECTED]>:

Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
        charset=US-ASCII;
        format=flowed

I'm putting together a build of qmail-ldap, and I just want to make
sure that I have all the necessary patches since the 20040701 release.
I've got one from July 2 for the smtpd SIGSEGV program, and one from
July 27 for the empty passwords problem. Are there any others? Or for
that matter, is there going to be an August release that includes these
patches?

Thanks much,
        Zach

--

"I use creative coefficients to make the numbers match the
grade I think you deserve."

     Book of Csiacsek
     Chapter 3, Verse 9

Zach,

You should to include the following small patch in qmail-smtpd.c:

   if(!(ssl=SSL_new(ctx)))
   {
     logline(3,"aborting TLS connection, unable to set up SSL session");
     die_read();
   }
-  SSL_set_fd(ssl,0);
+  SSL_set_rfd(ssl,substdio_fileno(&ssin));
+  SSL_set_wfd(ssl,substdio_fileno(&ssout));
   if(SSL_accept(ssl)<=0)
   {

It fix the incorrect file description attribuition to SSL/TLS.

Regards,

M�rio Pinho

---------------------------------------------------------
Esta mensagem foi enviada utilizando Webmail da LymckWeb.




Reply via email to