As said before... check the /doc directory in the sources...
There is a nice html format in cyrus-sasl that has a whole page on the
sasl_pwcheck_method option for authentication. Choose index.html and
look under SysAdmin section. Similar documentation for Cyrus can be
found in the /doc directory there.
As far as the BerkeleyDB's, it has been on this list before. When
compiling SASL...
CPPFLAGS="-I<path to Berkeley includes>" LDFLAGS="-L<path to Berkeley
libs>" ./configure --<name your options>
Also, make sure you add the lib directory of the new Berkeley install to
your ld.so.conf and run ldconfig.
Works like a charm.
Paul Wiechman
Chuck Dale wrote:
>
> > or cyrus-imapd? Or would you be talking about separate config files
> > (imapd.conf/cyrus.conf) whose options are (again, very proudly) displayed by
> > typing `man imapd.conf' or `man cyrus.conf'?
>
> That's interesting. Try finding sasl_pwcheck_method in the imapd.conf
> man page..
>
> Nothing. =(
>
> Chuck
>
> [ [EMAIL PROTECTED] ]