On Fri, 7 Dec 2001, Robert Scussel wrote:

> My imapd.conf file looks like so:
>       configdirectory: /var/spool/imapdb
>       partition-default: /var/spool/imap
>       sasl_pwcheck_method: PAM
>       reject8bit: no

SASLv2 no longer makes use of the many internal pwcheck methods that it
used previously.  Instead, all of this code has been externalized into the
saslauthd program.

You will want to set sasl_pwcheck_method: saslauthd and be sure to compile
SASL --with-saslauthd.

Then, you will need to start the saslauthd daemon running, so that SASL
can connect to and authenticate from it.

-Rob

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Rob Siemborski | Andrew Systems Group * Cyert Hall 235 * 412-CMU-TREK
               | Cyrus SASL Developer, /usr/contributed Gatekeeper


Reply via email to