I've install "Open-Xchange Community Edition" using the Installer. Logging with the test user works however when I attempt to create a new user I receive the follow message:
user in context 1 could not be created:
Server response:
com.openexchange.admin.plugins.PluginException: com.openexchange.admin.rmi.exceptions.OXSieveHandl erInvalidCredentialsException: Authentication failed
/opt/open-xchange/sbin/createuser \
--adminuser oxadmin \
--adminpass xxxxx \
--contextid 1 \
--username auser \
--displayname "A User" \
--surname "User" \
--givenname "A" \
--password xxxx \
--email xxxxx@example.com \
--spamfilter on \
--language en_US
OS is Ubuntu 7.04 - 2.6.20-16
user in context 1 could not be created:
Server response:
com.openexchange.admin.plugins.PluginException: com.openexchange.admin.rmi.exceptions.OXSieveHandl erInvalidCredentialsException: Authentication failed
/opt/open-xchange/sbin/createuser \
--adminuser oxadmin \
--adminpass xxxxx \
--contextid 1 \
--username auser \
--displayname "A User" \
--surname "User" \
--givenname "A" \
--password xxxx \
--email xxxxx@example.com \
--spamfilter on \
--language en_US
OS is Ubuntu 7.04 - 2.6.20-16
Comment