6 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Re: ERR: DISCONNE...
FromSent OnAttachments
Sam VarshavchikOct 6, 2001 1:11 pm 
Joan PicanyolOct 6, 2001 1:46 pm 
Sam VarshavchikOct 6, 2001 2:31 pm 
Sam VarshavchikOct 6, 2001 9:05 pm 
Joan PicanyolOct 7, 2001 11:47 am 
Joan PicanyolOct 7, 2001 4:01 pm.imap
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Re: ERR: DISCONNECTEDActions...
From:Joan Picanyol (jo@[213.97.212.86])
Date:Oct 7, 2001 11:47:40 am
List:net.sourceforge.lists.courier-users

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