I have a fresh install of OX Hyperion. It is on Ubuntu 7.10 and I used the latest installer. It appears to run well and I can add users as well. I am trying to use it as a shared calendar/contacts and individual webmail client for my family.
I added my first user like this:
sudo ./createuser --dbonly -A oxadmin -P "MYPASS" -u "User Name" -d "Dan Nelson" -g "Dan" -s "Nelson" -p "User PWD" -e "email" -l "en_US" -t "Europe/Zagreb" -M on --imapserver "my remote imap server:993" --smtpserver "my remote smtp:25" -c 1
I also changed the settings in the imap.properties file and added a user in cyrus imap.
However, I am getting a login failure with my user name and password when trying to login in to OX.
I am also getting the error message:
Error: Connection refused to host: localhost; nested exception is:
java.net.ConnectException: Connection refused
when I stop and start the open-xchange-restart-services service.
What is wrong with my setup? I can't figure it out at all.
I added my first user like this:
sudo ./createuser --dbonly -A oxadmin -P "MYPASS" -u "User Name" -d "Dan Nelson" -g "Dan" -s "Nelson" -p "User PWD" -e "email" -l "en_US" -t "Europe/Zagreb" -M on --imapserver "my remote imap server:993" --smtpserver "my remote smtp:25" -c 1
I also changed the settings in the imap.properties file and added a user in cyrus imap.
However, I am getting a login failure with my user name and password when trying to login in to OX.
I am also getting the error message:
Error: Connection refused to host: localhost; nested exception is:
java.net.ConnectException: Connection refused
when I stop and start the open-xchange-restart-services service.
What is wrong with my setup? I can't figure it out at all.
Comment