>>>>> "Mike" == Mike Roest <[EMAIL PROTECTED]> writes:
Mike> It works perfectly for me with the following run file
Mike> exec tcpserver -c 100 -u 0 -g 0 \ -HDRP \ 0 143 \
Mike> /usr/local/bincimap/bin/bincimap-up \ --logtype=multilog \
Mike> --conf=/usr/local/bincimap/etc/bincimap.conf -- \
Mike> /var/qmail/bin/auth_pop \ /usr/local/bincimap/bin/bincimapd
Hi Mike
Just an update. My run script looks like this (only checkpassword has
been changed from the binc supplied run script):
exec 2>&1
exec tcpserver -c 100 -u 0 -g 0 \
-l $(hostname) -HDRP \
0 143 \
/opt/bincimap/bin/bincimap-up \
--logtype=multilog \
--conf=/etc/opt/bincimap/bincimap.conf -- \
/var/qmail/bin/auth_pop \
/opt/bincimap/bin/bincimapd
and my bincimap.conf is the default, just modified to allow cleartext
passwords (while i'm testing).
I have tried pop3d with the qmail-ldap auth_pop, and i works fine. The
problem seems to be with binc (can I adjust debug output somewhere??).
I am using qmail-1.03 with qmail-ldap-20040301 and I have tried two
different binc versions bincimap-1.2.4-1RH9-dynamic.i386.rpm, and the
newest tarball bincimap-1.2.7final.tar.bz2...none of them works
Which versions are you using? I saw the same problem in the archives
(http://www.bincimap.andreas.hanssen.name/archive/?0::283),
but not with a solution :-(
Sorry for the long mail, and thanks again for answering.
/Hasse