Hey I was wondering if any of you guy shave Bincimap running with our
everybody's favorite qmail patch?
I'm starting Bincimap like this:

#!/bin/sh
exec 2>&1 \
envdir ./env \
sh -c '
    case "$REMOTENAME" in h) H=;; p) H=p;; *) H=H;; esac
    case "$REMOTEINFO" in r) R=;; [0-9]*) R="t$REMOTEINFO";; *) R=R;;
esac
    exec                                                \
    softlimit ${DATALIMIT+"-d$DATALIMIT"}               \
    /usr/local/bin/tcpserver -u 0 -g 0                  \
        ${LOCALNAME+"-l$LOCALNAME"}                     \
        ${BACKLOG+"-b$BACKLOG"}                         \
        ${CONCURRENCY+"-c$CONCURRENCY"}                 \
        -HDR                                            \
        -xtcp.cdb                                       \
        -- "${IP-0}" "${PORT-25}"                       \
    /usr/local/bin/bincimap-up                          \
    --logtype=multilog                                  \
    --conf=/usr/local/etc/bincimap/bincimap.conf --     \
    /var/qmail/bin/auth_imap                            \
    /usr/local/bin/bincimapd
'

But whenever I telnet in and issue a:
1 LOGIN user pass

I get a 
1 OK LOGIN completed

also when the user doesnt exists and in the Bincimap log i get
93336 0 [EMAIL PROTECTED]:] User <user> entered authenticated mode

I have also tried with /var/qmail/bin/auth_pop and here I just see:
92906 0 [EMAIL PROTECTED]:] Client connected to Binc IMAP from 10.0.0.5
92906 1 [EMAIL PROTECTED]:] Unprivileged stub shutting down - read:0
bytes, wrote:0 bytes.
whenever I  issue a '1 LOGIN user pass' and then the client end
terminates.

I am probably doing something silly here. so if anyone has some
experience they would like to share it would be most appreciated.
--
Morten Grunnet Buhl
fortune: Command not found.

Reply via email to