[EMAIL PROTECTED] schrieb am Tue, Mar 12, 2002 at 09:12:46AM -0500:
[...]
>
> My /var/log/auth.log tells me:
> Mar 12 08:55:38 garvey_ imapd[17588]: unable to open Berkeley db /etc/sasldb:
>Invalid argument
> Mar 12 08:55:41 garvey_ imapd[17588]: unable to open Berkeley db /etc/sasldb:
>Invalid argument
That's "normal", ignore it for now.
>
> my config file, /etc/imapd.conf is:
> configdirectory: /var/imap
> partition-default: /var/spool/imap
> admins: cyrus root
> srvtab: /var/imap/srvtab
> allowanonymouslogin: no
> allowplaintext: yes
>
> ## To use the PAM for authentication (but not /etc/passwd or shadow), change
> ## the following line to specify "pam" instead of "sasldb".
> sasl_pwcheck_method: passwd
^^^^^^
See my commentary in a direct response earlier. Do you have all credentials in
/etc/shadow (you had "sasl_pwcheck_method: shadow" previous to this last post)?
How are permissions on /etc/passwd,shadow? Did you try out
sasl_pwcheck_method: pwcheck
and start the pwcheck authentication daemon? Note that cyrus cannot access
/etc/shadow natively due to permission restrictions, you'd have to relax them
or use pwcheck.
Regards,
Birger