Just installed scalix/centos to test. The server is sitting behind a typical linksys firewall, as are all the workstations.
Everything seems to work: webmail, sac, outlook
Everything except the sharing of stuff in outlook.
I suspect the problem to be the in the way that I setup the hostname, etc.
For example, I used:
-foo1.realdomain.tld as hostname of server.
-foo1.realdomain.tld resolves forward/backwards properly to a public ip.
-the actual IP address of the server is not the public IP in question though, as it's natted.(with all the mail related ports forwarded to the scalix server)
This caused an initial problem of setting up Outlook clients as they had to connect to "foo1.realdomain.tld", which resolves to a public ip, so they end up going outside the nat, and when they try and get back in, they hit the firewall.
So I setup a second DNS entry "foo2.realdomain.tld" that points to servers private/nat ip address (i.e. 192.168.0.220). This allowed the Outlook clients to connect, and they work, except for sharing calendars, contacts etc.
Thoughts?