From: "Peter Pilsl" <[EMAIL PROTECTED]> > as long as I use 'sasldb'-method for imap-auth all is ok. But as soon > as I switch to pam, only user cyrus can login. pam works fine for > other apps. > > I test with #cyradm -U xxx localhost and also with imtest (output of > imtest see below) on the background master-process. >
> > any idea ? The problem is that your cyrus user doesn't have read access to the password (shadow) files. You'll either need run the pwcheck daemon, and/or set the password (shadow) files so that they are group readable by the cyrus user. Scot