Hello there,
I have recently installed OX community edition in the testing enviroment. I have managed to get the webUI up and logged in sucessfully with users as described in the installation manual for debian 5.0. Only thing that bugs the hell out of me is that the mail module in the userUI has a little lock on it, but i believe that is because the mailing system setup is not working properly.
On to the core of my problem, i would really like to integrate OX with courier-imap, postfix and PAM, so i guess my question is would someone be kind enough to point me in the right direction (documentation with examples) on how to integrate above mentioned software to use OX database as the source of all knowledge ?
My current config for courier-imap (authmysqlrc) is:
Log excerpt:
This is definately not working.
For postfix and PAM setup i have used the examples as shown in the link below ( i know it is marked as discontinued but it has to have some valid pointers )
I will gladly provide more of my configuration details if this is insufficient.
Regards,
Daniel
I have recently installed OX community edition in the testing enviroment. I have managed to get the webUI up and logged in sucessfully with users as described in the installation manual for debian 5.0. Only thing that bugs the hell out of me is that the mail module in the userUI has a little lock on it, but i believe that is because the mailing system setup is not working properly.
On to the core of my problem, i would really like to integrate OX with courier-imap, postfix and PAM, so i guess my question is would someone be kind enough to point me in the right direction (documentation with examples) on how to integrate above mentioned software to use OX database as the source of all knowledge ?
My current config for courier-imap (authmysqlrc) is:
MYSQL_SERVER localhost
MYSQL_USERNAME openexchange
MYSQL_PASSWORD *******
MYSQL_DATABASE oxdatabase_6
MYSQL_USER_TABLE user
MYSQL_CRYPT_PWFIELD userPassword
MYSQL_LOGIN_FIELD imapLogin (i concluded that this is where the problem lies, im sure that the login needed for this directive is stored in "login2user" table and not in the table "user")
MYSQL_HOME_FIELD homeDirectory
MYSQL_UID_FIELD uidNumber
MYSQL_GID_FIELD gidNumber
MYSQL_USERNAME openexchange
MYSQL_PASSWORD *******
MYSQL_DATABASE oxdatabase_6
MYSQL_USER_TABLE user
MYSQL_CRYPT_PWFIELD userPassword
MYSQL_LOGIN_FIELD imapLogin (i concluded that this is where the problem lies, im sure that the login needed for this directive is stored in "login2user" table and not in the table "user")
MYSQL_HOME_FIELD homeDirectory
MYSQL_UID_FIELD uidNumber
MYSQL_GID_FIELD gidNumber
May 11 09:31:08 ox authdaemond: SQL query: SELECT imapLogin, userPassword, "", uidNumber, gidNumber, homeDirectory, "", "", "", "" FROM user WHERE imapLogin = 'test@******'
May 11 09:31:08 ox authdaemond: zero rows returned
May 11 09:31:08 ox authdaemond: no password available to compare
May 11 09:31:08 ox authdaemond: authmysql: REJECT - try next module
May 11 09:31:08 ox authdaemond: authpam: trying this module
May 11 09:31:08 ox authdaemond: authpam: username 'test@******' not found in password file
May 11 09:31:08 ox authdaemond: authpam: REJECT - try next module
May 11 09:31:08 ox authdaemond: FAIL, all modules rejected
May 11 09:31:08 ox authdaemond: zero rows returned
May 11 09:31:08 ox authdaemond: no password available to compare
May 11 09:31:08 ox authdaemond: authmysql: REJECT - try next module
May 11 09:31:08 ox authdaemond: authpam: trying this module
May 11 09:31:08 ox authdaemond: authpam: username 'test@******' not found in password file
May 11 09:31:08 ox authdaemond: authpam: REJECT - try next module
May 11 09:31:08 ox authdaemond: FAIL, all modules rejected
For postfix and PAM setup i have used the examples as shown in the link below ( i know it is marked as discontinued but it has to have some valid pointers )
I will gladly provide more of my configuration details if this is insufficient.
Regards,
Daniel
Comment