bincimap

Log | Files | Refs | LICENSE

run.in (370B)


      1 #!/bin/sh
      2 # $Id: run.in,v 1.1.1.1 2003/08/18 18:06:05 andreaha Exp $
      3 # daemontools supervise run-file for Binc IMAP Service.
      4 
      5 exec 2>&1
      6 
      7 exec	tcpserver -c 100 -u 0 -g 0		\
      8     -l $(hostname) -HDRP			\
      9     0 143					\
     10     @bindir@/bincimap-up			\
     11     --logtype=multilog				\
     12     --conf=@sysconfdir@/bincimap.conf --	\
     13     /bin/checkpassword				\
     14     @bindir@/bincimapd
     15 
     16