8 messages in net.sourceforge.lists.courier-usersRe: [courier-users] courier-imap unde...
FromSent OnAttachments
Robin BowesNov 5, 2002 9:54 am 
Brian CandlerNov 5, 2002 2:44 pm 
Sergiusz PawlowiczNov 5, 2002 2:57 pm 
Robin BowesNov 6, 2002 1:28 am 
Daniel LorchNov 6, 2002 1:50 am 
Brian CandlerNov 6, 2002 2:18 am 
Robin BowesNov 6, 2002 3:22 am 
Daniel LorchNov 6, 2002 8:35 am 
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] courier-imap under tcpserverActions...
From:Daniel Lorch (ml-d@lorch.cc)
Date:Nov 6, 2002 8:35:47 am
List:net.sourceforge.lists.courier-users

hi,

I'm running courier-imap with tcpserver and supervise and it works flawlessly.

Would you care you share your setup with us? i.e. contents of your service diretory?

Of course. It's pretty much inspired by the examples given on the URL above:

/service/courier-imap/run

#!/bin/sh exec tcpserver -v -R -H -l 0 0 143 \ /usr/lib/courier-imap/sbin/imaplogin \ /usr/lib/courier-imap/libexec/authlib/authvmailmgr \ /usr/lib/courier-imap/bin/imapd Maildir 2>&1

/service/courier-imap/log/run

#!/bin/sh exec multilog t ./main

Do you need anything else (e.g. the directory structure, or a .tar.gz of the entire directory)?

Oh, I'm running Courier-IMAP with vmailmgr [ http://www.vmailmgr.org/ ], hence the authvmailmgr in the script above.

-daniel