#!/bin/sh
# $Id: run-ssl.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 993						\
    @prefix@/bin/bincimap-up				\
    --logtype=multilog					\
    --conf=@sysconfdir@/bincimap.conf --ssl --     	\
    /bin/checkpassword					\
    @prefix@/bin/bincimapd


syntax highlighted by Code2HTML, v. 0.9.1