On Tuesday 19 February 2002 12:08, you wrote: > Most of the documentation for cyrus seems to revolve around using > sasldb for authentication, I was wondering whether to use pam since > I have seen a php_pam library. > My ideal solution would be to have a MySQL database containing all > user information for cyrus - does anyone know if there's any > documentation explaining how to set this up? Am I on the right > track if I use pam_php would that allow me to use MySQL database to > store user information. How would cyrus know that the user > information is in a MySQL database?
Creating users and setting their passwords is always seperate from the cyrus server. I don't know any good scripts to create users in sasldb or in a MySQL database, but I've written a nice (hopefully ;-) web interface for storing user information in a LDAP directory and creating a cyrus mailbox. It can be extended to use a relational database as backend, but I didn't analyzed, how much work this would be. If you are interested, look at http://www.linuxnetworks.de/enterprise/general/ Norbert