On Wed, November 12, 2003 8:55 pm, "Daniel Brooks " said:
> I'd like to extend my existing email setup (qmail and binciamp) to
> service a couple of virtual domains. I've played with vpopmail and it
> works great as long as I settle for accessing my email through POP3. Has
> anyone gotten something like this to work with binc? The main problem
> seems to be that bincimap doesn't know to look for the virtual users's
> mail directories.

Here's my /service/bincimap/run file:

#!/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                                       \
    /opt/bincimap/bin/bincimap-up               \
    --logtype=multilog                          \
    --conf=/etc/opt/bincimap/bincimap.conf --   \
    /home/vpopmail/bin/vchkpw                   \
    /opt/bincimap/bin/bincimapd

Works straight of of the box with vpopmail.

HTH,

R.
-- 
Robin Bowes | http://robinbowes.com

Reply via email to