Hi,
Just install qmail-1.03+qmailLDAP-20010301.patch with
Netscape Directory server 4.1 and courier-imap. After updating the
LIBAUTHMOTULES="/var/qmail/bin/auth_imap" in the imapd.rc file , I can
access and retrieve message from the server. Doing the same for pop3d.rc
with LIBAUTHMODULES="/var/qmail/bin/auth_pop", I got connection closed by
foreign host. Are there anything I need to update in order to make it work?
Thanks in advance.
K. F. Yim
# telnet 203.198.7.166 143
Trying 203.198.7.166...
Connected to 203.198.7.166.
Escape character is '^]'.
* OK Courier-IMAP ready. Copyright 1998-2001 Double Precision, Inc.
See
COPYING for distribution information.
a001 login yimkf *******
a001 OK LOGIN Ok.
a002 logout
* BYE Courier-IMAP server shutting down
a002 OK LOGOUT completed
Connection closed by foreign host.
# telnet 203.198.7.166 110
Trying 203.198.7.166...
Connected to 203.198.7.166.
Escape character is '^]'.
+OK Hello there.
user yimkf
+OK Password required.
pass *******
Connection closed by foreign host.
Extract from imapd.rc and pop3d.rc are updated with the
following lines.
start)
LIBAUTHMODULES="/var/qmail/bin/auth_pop"
# for f in 'echo $AUTHMODULES'
# do
# LIBAUTHMODULES="$LIBAUTHMODULES
${exec_prefix}/libexec/authlib/$
f"
# done
if test -x ${libexecdir}/authlib/authdaemond
then
/usr/bin/env - ${libexecdir}/authlib/authdaemond
start
fi
application/ms-tnef