Hello. I too am using bincimap, vpopmail/vchkpw and qmail.
My setup works fine with this - here's my /service/imap/run file:

#!/bin/sh
# $Id: run.in,v 1.7 2003/05/12 21:17:40 andreaha Exp $
# daemontools supervise run-file for Binc IMAP Service.

exec 2>&1

exec    tcpserver -c 100 -u 89 -g 89            \
    -l $(hostname) -HDRP                        \
    0 143                                       \
    /var/qmail/bincimap/bin/bincimap-up                 \
    --logtype=multilog                          \
    --conf=/var/qmail/etc/bincimap/bincimap.conf --     \
    /var/qmail/vpopmail/bin/vchkpw                      \
    /var/qmail/bincimap/bin/bincimapd

As far as I can see, the only real difference is in UID/GID, which on my
setup is the UID/GID of the vpopmail user. You might want to check the
ownership of the files in your users maildirs - if they are owned by root
(UID 0), this may be the cause...

Regarding your question - yes, the combo is possible, and if you do not use
squirrelmail, it's very fast too. (For some reason squirrelmail is terrible
slow, which made me add dovecot as the imapd squirrelmail connects to - I
prefer binc as the general-purpose imapd, though. ;)

> -----Original Message-----
> From: Rick Updegrove [mailto:[EMAIL PROTECTED]
> Sent: 3. september 2003 19:08
> To: [EMAIL PROTECTED]
> Subject: [bincimap] vchkpw & bincimap?
>
>
> Hi,
>
> I am using  bincimap-1.2.1 and I want to authenticate all my current
> vpopmail domains and users.  Is vchkpw & bincimap a possibility?
>
> [EMAIL PROTECTED] ~ # cat /service/imap/run
> #!/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 149                                       \
>     /opt/bincimap/bin/bincimap-up                       \
>     --logtype=multilog                          \
>     --conf=/etc/opt/bincimap/bincimap.conf --   \
>      /home/vpopmail/bin/vchkpw   \
>     /opt/bincimap/bin/bincimapd
>
> results in:
>
> @400000003f561e940cbea06c 10959 0 [EMAIL PROTECTED]:] Client
> connected to Binc IMAP from 64.166.xx.xx
> @400000003f561e9412faae44 10959 1 [EMAIL PROTECTED]:]
> /home/vpopmail/bin/vchkpwdied by signal 11 (SIGSEGV) for
> <[EMAIL PROTECTED]>
> @400000003f561e981393b9f4 10959 2 [EMAIL PROTECTED]:] Unprivileged
> stub shutting down - read:0 bytes, wrote:0 bytes.
>
> and
>
> tail -f /var/log/messages
> Sep  3 09:59:24 smeagol /kernel: pid 10595 (vchkpw), uid 89: exited on
> signal 11
> Sep  3 09:59:30 smeagol /kernel: pid 10609 (vchkpw), uid 89: exited on
> signal 11
> Sep  3 09:59:33 smeagol /kernel: pid 10617 (vchkpw), uid 89: exited on
> signal 11
>
> Thanks!
>
>

Reply via email to