Thank you so much. I can finally log in successfully. And I have successfully set the log level high enough (using "DEBUG=-DDEBUG" in the Makefile) to see the entire conversation. I have succeeded in login in to the accounts whose password hashes where generated using OpenLDAP (see instructions from Neil Sequeira's earlier correspondence on the same). Perhaps the lack of "ldaprebind" was part of the problem am not sure. I simply stopped qmail. Moved the qmail installation, deleted the old qmail source directory, extracted qmail. Uninstalled daemontools the reinstalled the same. Then patched the new qmail source directory with qmail-ldap patch, went carefully through the "Makefile" making modifications such as "DEBUG=-DDEBUG". Then I reinstalled qmail, modified the "control" files as needed . Finally, I copied the "maildirs" from the old installation to the new one. I can now log in successfully using telnet to port 110
Thank you, Allan. -----Original Message----- From: Neil Sequeira [mailto:[EMAIL PROTECTED]] Sent: 23 January 2003 19:15 To: [EMAIL PROTECTED] Subject: Re: Now unable to login using pop3 On January 23, 2003 03:17 am, Kamau Allan wrote: > > I had tried setting the log level as follows without success. > #!/bin/sh > exec /usr/bin/env - POP3_LOGLEVEL=4 LOGLEVEL=3 DEBUGLEVEL=3 > /usr/local/bin/softlimit -m 6000000 \ > /usr/local/bin/tcpserver -v -R -H -l 0 0 110 > /var/qmail/bin/qmail-popup \ virtual2.arril.net > /var/qmail/bin/auth_pop /var/qmail/bin/qmail-pop3d Maildir 2>&1 > Smells like you don't have "DEBUG=-DDEBUG" in the Makefile. You only need the LOGLEVEL=3 line (which should be more like LOGLEVEL=255 to get tonnes of logging info) - no need for POP3_LOGLEVEL and DEBUGLEVEL afaik. You might also want to "keep it simple" and just "export LOGLEVEL=255" before the exec in the original run file (without the 'env - ...'). -neil
