El Sun, Oct 07, 2001 at 12:05:36AM -0400, Sam Varshavchik va escriure:
This looks like an encrypted data stream, but I really can't be sure.
It should be, since everything is going on on port 993
And how is this supposed to wrap imapd inside an SSL session how?
Sorry, I should have included some comments:
root:/service/imapd/# cat run
#!/bin/sh
#redirect all output to stdout for logging end set up the environment
exec 2>&1 envdir ./env \
#change uid to $ACCOUNT
sh -c 'envuidgid "$ACCOUNT" \
#run tcpserver (equivalent to couriertcpd) with access rules specified in \
tcprules.cdb, listening on grummit.earth:imaps and running imapd on new \
connections. $LOGIN is set to /usr/lib/courier-imap/sbin/imaplogin and \
$AUTH to /usr/lib/courier-imap/libexec/authlib/authshadow \
/usr/lib/courier-imap/libexec/authlib/authuserdb:
tcpserver -v -U -x tcprules.cdb grummit.earth imaps \
/usr/bin/strace $LOGIN $AUTH imapd Maildir'
This is in short what this script does, I don't think it's that far away from
what it should do. I'll try running it on the standard imap port though, the
output will be more meaningul :)
You are better off using the default startup scripts, until you are familiar
Sorry, but I can't use them in my system