> I have been playing around with the /services/imap/run file for binc by > adding a line which calls a linkwrapper file. > The /services/imap/run file contains: > #!/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 143 \ > /var/qmail/bin/bincimap-up \ > --logtype=multilog \ > --conf=/var/qmail/control/bincimap.conf -- \ > /export/home/vpopmail/bin/vchkpw \ > /var/qmail/bin/linkwrapper \ > /var/qmail/bin/bincimapd
Hi Gord! Be sure to have only a single space between the arguments in the run file; from the example above, it looks as though you have a tab. -- Anders
