Hello all,
I'm installing scalix on an ubuntu 6.06 LAMP, doing it as described in the wiki Manual installation. I'm installing version 11.1.0.
At a certin point in the wiki, you are asked to put in the FQDN of your scalix server:
swa.email.imapServer=scalix.mycompany.com # FQDN of your Scalix server
When I type hostname --fqdn in terminal it shows localhost.
So then I have to make it:
swa.email.imapServer=scalix.localhost ??
This is a bit confusing since there's a mycompany.com in the sentence, and at a earlier point in the wiki you had to turn mycompany into your company name.
Also, here,
swa.settings.rulesWizardURL=http://scalix.mycompany.com/Scalix/rw
you need to put in the fqdn of your scalix mailserver.
This then becomes:
swa.settings.rulesWizardURL=http://scalix.localhost/Scalix/rw
Somehow this also looks a little strange to me.
Thanks in advance for the help!