I've tried a few things, but still can't access SWA or SAC.
I have changed the server name to stargate, so the Scalix FQDN is now:
stargate.mymailserver.com
I changed the MX record, so that dnsport.com now shows the mail record as:
stargate.mymailserver.com.
/etc/hosts has:
127.0.0.1 locahost.localdomain localhost
192.168.100.254 stargate.mymailserver.com stargate
I went back to the version 11 beta from 9/30/06 and it installed using localhost for the database host and all worked fine except webmail is useless because of a time for this version expired warning. SAC works fine though.
Then I tried 11 GA release 11.0.2 and it installed using stargate.mymailserver.com for the database host. Everything
looked to install correctly, but I could not access SWA or SAC.
I then looked at /var/opt/scalix/qr/webmail/swa.properties and it still had:
swa.platform.url=http://localhost/api
I changed that to
http://stargate.mymailserver.com/api and restarted everything but still couldn't access SWA or SAC.
I then checked /var/opt/scalix/qr/postgres/data/pg_hba and it had:
# List of Scalix Platform hosts begins here
host scalix scalix 127.0.0.1/32 md5
# List of Scalix Platform hosts ends here
So I changed that to:
# List of Scalix Platform hosts begins here
host scalix scalix 192.168.100.254/24 md5
# List of Scalix Platform hosts ends here
And restarted all scalix services and still couldn't access SWA or SAC.
So that's where it's at currently. Any help would be appreciated.