> -----Original Message-----
> From: Robin Bowes [mailto:[EMAIL PROTECTED]
> Sent: 04 August 2003 21:27
> To: Binc IMAP
> Subject: RE: [bincimap] Squirrelmail + bincimap = Slllooooowww!!
>
> I did some testing with recordio (I figured out how to use it!).
The above line refers to testing with bincimap.
Here's my tcpserver run script:
#!/bin/sh
# $Id: run.in,v 1.7 2003/05/12 21:17:40 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 \
recordio /opt/bincimap/bin/bincimap-up \
--logtype=multilog \
--conf=/etc/opt/bincimap/bincimap.conf -- \
/home/vpopmail/bin/vchkpw \
/opt/bincimap/bin/bincimapd
I want to do the same sort of thing with courier-imap to see if squirrelmail
is working differently than with bincimap.
Here's my tcpserver run script for courier-imap:
#!/bin/sh
exec 2>&1
PREFIX=/usr/lib/courier-imap
exec /usr/local/bin/envdir ./env \
/usr/local/bin/tcpserver -v -HDRP 0 143 \
${PREFIX}/sbin/imaplogin ${PREFIX}/libexec/authlib/authvchkpw \
${PREFIX}/bin/imapd Maildir
I've tried putting "/usr/local/bin/recordio" at most of the plausible places
in this script, but I can't seem to get courier-imap to continue to work and
to log the imap conversations.
Any suggestions?
R.
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.506 / Virus Database: 303 - Release Date: 01/08/2003