First things first, I am on a fresh install of Debian Etch in a VM. I used the installer script and added the CVS line, etc so that it would build completely. That all went well, but now....
I have a strange problem. At the end of the script it is setting up accounts I guess, and I get a couple Authentication Failures that also show up when i log into the oxadmin account via the browser. Any ideas? A few pages back there was a fix for permission issues, but that didn't fix it... I have been googling this all weekend and have reverted back to a fresh install at LEAST 5 times now. I am beyond the point of frustration (I have been at this off and on for a couple years and always give up because i fail miserably)
Here is the output.
EDIT:
I looked at /var/log/auth.log and it said:
maybe that can shed some light...
I have a strange problem. At the end of the script it is setting up accounts I guess, and I get a couple Authentication Failures that also show up when i log into the oxadmin account via the browser. Any ideas? A few pages back there was a fix for permission issues, but that didn't fix it... I have been googling this all weekend and have reverted back to a fresh install at LEAST 5 times now. I am beyond the point of frustration (I have been at this off and on for a couple years and always give up because i fail miserably)
Here is the output.
Code:
initializing database (step 2/2)
user in context 1 could not be created:
Server response:
com.openexchange.admin.plugins.PluginException: com.openexchange.admin.rmi.exceptions.OXUserIMAPException: javax.mail.AuthenticationFailedException: Login failed: authentication failure
done
setting up the system
creating certificates
certificate created
configuring mail system
using {YEAH RIGHT} as FQHN of the mail server
done
Creating startup scripts... done.
Creating Groupware user... user in context 1 could not be created:
Server response:
com.openexchange.admin.plugins.PluginException: com.openexchange.admin.rmi.exceptions.OXUserIMAPException: javax.mail.AuthenticationFailedException: Login failed: authentication failure
Restarting Open-Xchange Admin Daemon: open-xchange-admin.
Restarting Open-Xchange Groupware Daemon: open-xchange-groupware.
ox1:~#
I looked at /var/log/auth.log and it said:
Code:
Feb 6 21:13:47 ox1 saslauthd[4055]: pam_mysql - required option "db" is not set Feb 6 21:13:47 ox1 saslauthd[4055]: DEBUG: auth_pam: pam_authenticate failed: Permission denied Feb 6 21:13:47 ox1 saslauthd[4055]: do_auth : auth failure: [user=postmaster] [service=imap] [realm=] [mech=pam] [reason=PAM auth error]
Comment