Hi, admin
I never test and check the code about SECUREBIND, but I know
there is a little problem with Makefile. If you had umcomment SECUREBIND
option, and recomment later, you'd better 'make clean' before 'make
setup check'.
Jason Hwang
======= 2002-10-16 14:40:00 Old Message ======
>Hi,
>I just compiled qmail-1.03 patched with
>qmail-ldap-1.03-20021001-control-20021014b-authsmtp-by-Jason.patch.gz
>based on the Turbo patch, added the David E. Storey's smtp-auth patch and
>upgrade by Jason Hwang, posted yesterday (thanks Jason :). In Makefile, I
>have:
>
># * These are some options to securly connect to the LDAP server
># -DSECUREBIND_SASL Bind using SASL
># -DSECUREBIND_SSL Encrypt the channel with SSL
># -DSECUREBIND_TLS Encrypt the channel with TLS (SSL v3)
># -DSECUREBIND_ALL All of the above...
>#SECUREBIND=-DSECUREBIND_ALL
>
>I have configured openldap server correctly, and setup qmail with
>lifewithqmail style with daemontools and run's scripts from lifewithqmail.
>
>When I try to connect to smtp, server closes conection and log in smtpd this:
>
>2002-10-16 14:21:00.662528500 /var/qmail/bin/qmail-smtpd: error while loading
>shared libraries: libsasl.so.7: failed to map segment from shared object:
>Cannot allocate memory
>
>I didn't activate securebind, did I?
>
>thanks in advance.