#!/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					\
    @bindir@/bincimap-up			\
    --logtype=multilog				\
    --conf=@sysconfdir@/bincimap.conf --	\
    /bin/checkpassword				\
    @bindir@/bincimapd




syntax highlighted by Code2HTML, v. 0.9.1