From: "Theodore Knab" <[EMAIL PROTECTED]> > I created a shell account for one user. > From there I ran a sh mboxtocyrus /var/spool/mail/. > > Mail for this user works. > > Additional users where created differently. Others do not have shell > accounts. >
> > I set their password: > % saslpasswd s > > Although all users can log into the server and create folders, > only the first user with a shell account can receive email. > > I thought that cyrus does not need shell accounts. > > How do I get around this ? > > I am using exim as for my MTA. > The problem is not with cyrus, but with exim. Your current setup of exim expects users to have a shell account on the server. You need to setup virtual users in exim, so that it will allow your cyrus users to receive mail. Scot