avl wrote:
> Still can't get cyrus to work with passwords checking through shadow...
> In CYRUS-IMAP HOWTO they suggest building SASL with the key
> ./configure --with-pwcheck_method=shadow . But theres no such key in my
> SASL 1.5.24, at least ./configure --help doesnt show it.
> Besides that, there's no key --enable-pwcheck either ( when I decided to
> try pwcheck eventually ).
Try ./configure --with-pwcheck=/some/path
/some/path is the path to the socket that pwcheck uses to communicate with
IMAPd. You also need to compile and run the pwcheck daemon that comes with
Cyrus.
> All these doesn;'t work, though I specify in
> imapd.conf
> sasl_pwcheck_method: shadow(or pwcheck)
> sasl_passwd_check: shadow(or pwcheck)
> So, I can get imapd work only with checking
> through default sasldb.
>
> Please, hint...
>
sasl_pwcheck_method: pwcheck
will work once SASL is compiled to support it.