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