Hi,

I was trying to run qmail-ldap. Following are the steps I performed.

1. Edited qmail-imapd/run script to use auth_imap
--< edited exec statement >---
exec \
       tcpserver -v -HRl $ME -x$QMAIL/control/qmail-imapd.cdb \
${CONCURRENCY:+"-c$CONCURRENCY"} ${BACKLOG:+"-b$BACKLOG"} 0 imap \
       $QMAIL/bin/auth_imap ${PBSTOOL:+"-d$PBSTOOL"} \
       $QMAIL/bin/qmail-imapd "$ALIASEMPTY"

--< original exec statement >---
#exec \
#        tcpserver -v -HRl $ME -x$QMAIL/control/qmail-imapd.cdb \
# ${CONCURRENCY:+"-c$CONCURRENCY"} ${BACKLOG:+"-b$BACKLOG"} 0 imap \
#        $COURIER/sbin/imaplogin \
#        $QMAIL/bin/auth_imap ${PBSTOOL:+"-d$PBSTOOL"} \
#        $COURIER/bin/imapd "$ALIASEMPTY"

2. Created qmail-imapd.cdb in controls

3. ran qmail-smtpd with LOGLEVEL=255

Here I got this error
--< error >--
init: control/dirmaker: /var/qmail/bin/dirmaker
warning: auth_error: authorization failed (file descriptor not open)
tcpserver: end 15536 status 28416
--< /error >--

I am already running pop3 and pop3 ssl. Which means
there is no prob with ldap-bind. What does the warning
"auth_error: authorization failed (file descriptor not open)" indicate?

I am using qmail-ldap-1.03-20050401a patch and
qmail-queue-custom-error patch.

Regards,

--
Sameer N. Ingole
/*****************************************************/
Better to light one candle than to curse the darkness.
/*****************************************************/

Reply via email to