Replying to a message in the archives, as I ran into (and solved) the same problem:
From: Morten Grunnet Buhl <[EMAIL PROTECTED]> Date: Tue, 25 Nov 2003 15:28:04 +0100
Hey folks,
I have been trying for some time now to set up bincimap to authenticate
against my ldap server without any luck. I know that auth_imap from
qmail-ldap is not designed for use with bincimap so I figured I might be
able to use auth_pop (which apparently doesnt work either). During these
test I have only tried loggin in without encryptions(SLL) and cleartext
passwords.
I think the problem here is that auth_pop looks for an argv[2] of the maildir location. This run file works for me:
#!/bin/sh # $Id: run.in,v 1.1.1.1 2003/08/18 18:06:05 andreaha Exp $ # daemontools supervise run-file for Binc IMAP Service.
exec 2>&1
exec tcpserver -c 100 -u 0 -g 0 \
-l hostname -HDRP \
0 143 \
/usr/local/binc/bin/bincimap-up \
--logtype=multilog \
--conf=/usr/local/binc/etc/bincimap.conf -- \
/var/qmail/bin/auth_pop \
/usr/local/binc/bin/bincimapd Maildir- Jason Parsons
