>From: Kysiu
>
>i have:
>Fatal error: Uncaught exception 'ConfigurationErrorException' with
>message 'Login failed. Check your connection data.' [...]

After a first browse-through the data you provided I cannot tell what is wrong.

Please try following and post what the results are:
1. Is the administrative user in users' table?
   SELECT * FROM user;
2. If, did you chose the right encryption method for passwords?
   (crypt=3 should be MD5 as far as I remember)
3. What does $(ldd pam_mysql.so) say? Is it really linked to openssl*.so*?
   (Could fail if you static-linked pam_mysql.)
4. Try logging in directly by cyradm [1].

-- Mark

[1] 
http://openmailadmin.ossdl.de/wiki/Documentation/Installation/Detailed#IMAPserver

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Openmailadmin" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.de/group/openmailadmin?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to