hi all,
I have installed sqwebmail for qmail+ldap,
but sqwebmail can't find user in ldap and only
find user in /etc/passwd.
I build sqwebmail like this:
env ac_cv_prog_cc_g=no \
LDFLAGS="-L/data1/mail/ldap/lib -lresolv -lnsl -lsocket -lxnet -lm" \
CPPFLAGS="-I/data1/mail/ldap/include" \
./configure \
--enable-cgibindir=/opt/netscape/cgi-bin \
--enable-imagedir=/opt/netscape/mrtg/webmail \
--with-module=authldap \
--with-authldaprc=/usr/local/share/sqwebmail/authldaprc \
--without-authmysql \
--enable-mimetypes=/opt/netscape/https-mrtg/config/mime.types \
--disable-utf7-folder-encoding \
--with-cachedir=/tmp/cache
Why?
[EMAIL PROTECTED]