mweichert wrote:At our company, we have a web server and postfix server in our DMZ.
We are purchasing Scalix Small Business Edition to install on a server in our internal network.
I know that Scalix Small Business Edition can only be installed on one server, so I just wanted to be sure that the SWA client could be installed on our web server in the DMZ and that all external e-mail could be sent to the postfix server.
The Postfix server just needs to know to forward all mails to the real Scalix server. That's a standard mail relay setup which I know works, though I've only set it up with sendmail so far.
As to SWA, there's 2 ways.
1) You can install SWA and tomcat on the DMZ machine and point it to the HTTP, IMAP and LDAP ports of the internal server (/etc/opt/scalix has got all the config files for this). The SWA server software will run on your DMZ machine, so it will need to be powerful enough to cope with this.
2) You can install SWA and tomcat on your internal machine and apache on the DMZ machine. Transfer the Scalix apache configs regarding mod_jk to the DMZ machine, and have tomcat listen to 8009 on the wildcard interface, and you should be sorted. I have it running this way for my own LAN and it works well.
Just remember to open all the needed ports on your firewall to allow DMZ access to the Scalix server.