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
Hello,
The file had several spaces at the end of each line prior to the \.
I have changed the file to have one long line, restarted the service, and the same problem occurs.
Prior to e-mailing the mailing list, I read this post that best described my setup goals:
http://www.mail-archive.com/[EMAIL PROTECTED]/msg01150.html
But it doesn't mention the version of bincimap being used....
I also found this post that mentions the linkwrapper not even being needed? http://projectdream.org/publications/bincimap.html
Error when telnet localhost 143, after logging in: a2 NO SELECT failed: No such mailbox "INBOX"
The imap/run file now looks like: server# cat /service/imap/run #!/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
server#
--Gord.
