Jon Clausen wrote:
On Sun, 20 Nov, 2005 at 22:15:07 -0600, Jim Flanagan wrote:
Hi Jon,
OK, I modified the cyrus imapd.conf file with auxprop, and used saslpasswd2 to set passwords for 2 users. I tried to use cyradm to set up new cyrus mailboxes, but the login to user cyrus now fails.
Did you remember to `rcsaslauthd restart` after you changed the config?
Yes, I did do that.
How do I set up users mailboxes under with cyrus set up to use sasldb?
Sorry Jim, but I can't parse the above :P
What I mean here is that after I changed the auth from pam to sasldb, I can't login to cyradm to set up users mailboxes. (this using "cyradm --auth login localhost --user cyrus". I get a wrong password message. Before I changed imap.conf to use sasldb, I could get to that using the root password. This now fails. So I set up a new user wiht "saslpasswd2 cyrus" and enterd a password for that user, but the cyradm login still fails. Not sure how to create cyrus mailboxes under this new setup.
Before you start with the mailboxes, you have to get beyond the login. Use `imtest` to test that, and watch the logs for errors.
Also look at the docs in /usr/share/doc/packages/cyrus-imapd/doc/ -specifically; install-auth.html and, for ssl; install-configure.html
HTH /Jon
Will look into this. Many thanks, Jim