dschaible wrote: [...]
courier-imap be run via tcpserver in the same fashion? I don't know where to begin..
I know this much that it can, a Google search would have told you that. Though for the sake of giving information that can be used, here's my Courier-IMAP run file using daemontools and tcpserver. You will still need to do a Google search to find the Perl script that converted the .rc variables into values in the env dir.
Hope this helps for what you are trying to accomplish.
/jesse
[EMAIL PROTECTED] ~> cat /service/imapsd/run #!/bin/sh
exec 2>&1
PREFIX="/usr/lib/courier-imap"
exec envdir ./env \
tcpserver -v -R 0 993 \
$PREFIX/bin/couriertls -server -tcpd $PREFIX/sbin/imaplogin \
$PREFIX/libexec/authlib/authshadow \
$PREFIX/libexec/authlib/authvchkpw \
$PREFIX/bin/imapd Maildir
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
