Hello

I have been using courier for a long time and I have
been using daemontools to launch courier.  This is the
run script I was using:

#!/bin/sh
exec 2>&1
PREFIX=/usr/local/imap
exec envdir $PREFIX/env \
/usr/bin/tcpserver -c 1000 -l 0 -v -R 0 imaps \
$PREFIX/bin/couriertls -server -tcpd
$PREFIX/sbin/imaplogin
$PREFIX/libexec/authlib/authldap \
$PREFIX/bin/imapd Maildir

and everything worked fine, through all the
courier-imap version 2s and the version 3s.  Until....

I am now upgrading to version 4.01 -- if I use the
init scripts everything works fine. But now I noticed
that authdaemond runs as a seperate process and there
is no more libexec/authldap -- has this method been
deprecated ?  I would like to still run daemontools
and authenticate courier users via imaplogin and
authldap as I have done in the past -- and I dont want
to run authdaemond -- Is this possible?  Also I know
that I can (or at least in the past I was able to use
qmails auth_imap in conjunction with imaplogin) but I
dont run qmail on the same machine as I run courier,
so I would prefer to keep the courier stuff seperate--
is there a way I can generate this libexec/authldap or
do you have any alternate suggestions?

Thank you very much.

Zachary.


                
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - Find what you need with new enhanced search.
http://info.mail.yahoo.com/mail_250


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
courier-users mailing list
[email protected]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to