When you encounter this problem during the "createuser" process then you have to do this:
Delete all log files in /opt/open-xchange/etc/admindaemon/osgi/:
and then delete the directory org.eclipse.osgi
Then open the file /opt/open-xchange/sbin/createuser and add the ox_admin_plugin_imap.jar.
Then restart the open-xchange-admin daemon.
When you have other problems with creating a new user then check for a correct imap configuration in the installation document.
Delete all log files in /opt/open-xchange/etc/admindaemon/osgi/:
Code:
rm *.log /opt/open-xchange/etc/admindaemon/osgi/
Code:
rm -r /opt/open-xchange/etc/admindaemon/osgi/org.eclipse.osgi
Code:
# Old Entry #$JAVA_BIN -classpath $LIBPATH/ox_admindaemon.jar:$LIBPATH/ox_admin_console_ee.jar:$LIBPATH/commons-cli-1.0.jar $JAVAMAIN $* # New Entry $JAVA_BIN -classpath $LIBPATH/ox_admin_plugin_imap.jar:$LIBPATH/ox_admindaemon.jar:$LIBPATH/ox_admin_console_ee.jar:$LIBPATH/commons-cli-1.0.jar $JAVAMAIN $*
Then restart the open-xchange-admin daemon.
When you have other problems with creating a new user then check for a correct imap configuration in the installation document.
Comment