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/bincimapdresults 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!

