From: Andreas (andreas at conectiva dot com dot br)
Date: Thu Mar 25 2004 - 12:04:51 EST
On Thu, Mar 25, 2004 at 05:31:01PM +0100, Dirk Tamme wrote:
> I have the file
> /usr/lib/sasl/Sendmail.conf
> which consists of one line:
> pwcheck_method: pam
This is not correct for sasl-2.1.x. You should use either auxprop or
saslauthd there. Since "pam" is wrong, sasl is likely using the default
(auxprop), hence the error messages about not being able to open the
db (which I assume is /etc/sasldb2).
> What I wanted to do is
> /usr/sbin/saslauthd -a pam
> but this gives the error message
> unknown authentication mechanism: pam
Then saslauthd is not compiled with pam support. Try shadow just for the
sake of testing, it would use /etc/shadow.
|
|
|