7 messages in net.sourceforge.lists.courier-users[courier-users] no more authldap ?
FromSent OnAttachments
Zachary DenisonJan 26, 2005 11:20 am 
Haven SkysJan 26, 2005 12:19 pm 
Tim HunterJan 26, 2005 12:43 pm 
Zachary DenisonJan 26, 2005 2:08 pm 
Sam VarshavchikJan 26, 2005 4:26 pm 
Zachary DenisonJan 26, 2005 5:06 pm 
Haven SkysJan 26, 2005 8:16 pm 
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:[courier-users] no more authldap ?Actions...
From:Zachary Denison (zach@yahoo.com)
Date:Jan 26, 2005 11:20:41 am
List:net.sourceforge.lists.courier-users

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.