> > Hello, > > maybe if is possible you have to create the /etc/sasldb file and put in > /etc/sasldb > saslpasswd secret > passwd secret > > and then you have to take > > saslpasswd2 cyrus > and give him the secret >
---------------------------------------------------------------------------- ---- I have /etc/sasldb2 file. I created the cyrus user by # saslpasswd -c cyrus ---------------------------------------------------------------------------- ---- > Could you login in web-cyradm ? > have you change the line in config.inc.php from cyradm > > $DOMAIN_AS_PREFIX=1; > > you need this for unixhierarchysep: yes > use you web-cyradm-0.5.2 ? > > when you logged in in cyradm could you create an user? > normal he write this in the DB and wehn you could not connect to imap he > tell this with devision by zero error in your quota-section > ---------------------------------------------------------------------------- ---- i use web-cryadm and set $DOMAIN_AS_PREFIX=1; i can create a user using web-cryadm but the user can't authenticate either Here is the mysql output: mysql> select * from accountuser; +------------------------+---------------+---------------+---------------+ | username | password | prefix | domain_name | +------------------------+---------------+---------------+---------------+ | cyrus | secret | | | | suleyman.mydomain.local | nFz9wcXuy1Dno | mydomain.local | mydomain.local | +------------------------+---------------+---------------+---------------+ 3 rows in set (0.00 sec) ---------------------------------------------------------------------------- ---- > I had for few days the same problem but that was a missing entry in mysql-db > > I hope this was a little help > > best wishes > Achim > Thanks for your answers Suley