Re: qmail-ldap and courier-imap & authentication ?

2001-02-17 Thread Prashant Desai



dennis wrote:

> Hi all..
>
> Can anyone suggest an authentication scheme for courier-imap when using
> qmail-ldap ?

  obviously you will use ldap for authentication because password should
be
same for pop-3 and imap , isnt it ?

>
>
> How should I compile authentication into ciourier if qmail-ldap is going to
> handle authentication via ldap ?
>

  you just have to install openldap SDK on the same mechine on which you
are
planning to install courier-imap , and run ./configure
  make ,
make
install
it will get compiled with ldap authentication support , if not , then
you may
have to edit some paths in makefile of courier-imap




>
> Dennis



Re: qmail-ldap and courier-imap & authentication ?

2001-02-13 Thread Henning Brauer

On Tue, Feb 13, 2001 at 10:45:20AM +1100, dennis wrote:
> Hi all..
> Can anyone suggest an authentication scheme for courier-imap when using
> qmail-ldap ?
> How should I compile authentication into ciourier if qmail-ldap is going to
> handle authentication via ldap ?

You are on the wrong list, courier imap has its own list. qmail-ldap has its
own list too, but this isn't the right one too ;-))

Either use courier-imap's authdeamon against ldap (documented in README or
so) or start it like qpop3d under tcpserver, s/t like

tcpserver auth_imap imapd Maildir

Of couse you need to add pathes and options.
This isn't documented anywhere yet.

-- 
Henning Brauer | BS Web Services
Hostmaster BSWS| Roedingsmarkt 14
[EMAIL PROTECTED] | 20459 Hamburg
http://www.bsws.de | Germany



qmail-ldap and courier-imap & authentication ?

2001-02-12 Thread dennis

Hi all..

Can anyone suggest an authentication scheme for courier-imap when using
qmail-ldap ?

How should I compile authentication into ciourier if qmail-ldap is going to
handle authentication via ldap ?

Dennis