Page 1 of 1

Setup without DNS check

Posted: Sat Dec 13, 2008 3:42 pm
by tchan
I want to setup a internal Scalix Test server, is it any way no need to test the DNS settting during setup? Or how to set the hosts file to let it go?

Many thanks.

Posted: Sun Dec 14, 2008 11:14 am
by schmoe90
Set up the /etc/hosts file correctly, and it should work:

127.0.0.1 localhost.localdomain localhost
192.168.1.2 server.domain.com server

Posted: Tue Dec 16, 2008 9:21 am
by tchan
It's working now, many thanks.