I have been looking at the wiki for installing Open-Xchange on Ubuntu 8.04 and it has the following illustration for creating a new user at the domain ''example.com'', which I assume I can change to be my own domain.
$ /opt/open-xchange/sbin/createuser -c 1 -A oxadmin -P secret -u testuser \
-d "Test User" -g Test -s User -p secret -e testuser@example.com \
--imaplogin testuser --imapserver 127.0.0.1 --smtpserver 127.0.0.1
However, my question is, how do I tell Open-Xchange what my domain is called when I first install it? Does it simply rely on the configuration of /etc/hosts, whereby I have specified my fully qualified domain name?
127.0.0.1 localhost.localdomain localhost
192.168.0.1 ubuntumail.abccompany.com ubuntumail
$ /opt/open-xchange/sbin/createuser -c 1 -A oxadmin -P secret -u testuser \
-d "Test User" -g Test -s User -p secret -e testuser@example.com \
--imaplogin testuser --imapserver 127.0.0.1 --smtpserver 127.0.0.1
However, my question is, how do I tell Open-Xchange what my domain is called when I first install it? Does it simply rely on the configuration of /etc/hosts, whereby I have specified my fully qualified domain name?
127.0.0.1 localhost.localdomain localhost
192.168.0.1 ubuntumail.abccompany.com ubuntumail
Comment