# Sean Gray <me@seangray.com> wrote this hack to make OWA work. # Exchange sux but if you must have it here goes... # # Setup the Exchange box as your delegate server in the server-manager. # # Make sure the FQDN resolves to the internal IP of the exchange server. # So, 'ping FQDN' and make sure it pings internal, if not fix it in dns # or /etc/hosts. # # Do the following as root: # mkdir /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf -p # vi /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf/97msExchangeProxy # Put the entire contents of this file into .../97msExchangeProxy and edit # the FQDN for your site. # /sbin/e-smith/expand-template etc/httpd/conf/httpd.conf # /etc/init.d/httpd restart # # All done and it ought to work. # ProxyPass /exchange/ http://FQDN/exchange/ ProxyPass /exchweb/ http://FQDN/exchweb/ ProxyPass /public/ http://FQDN/public/ 1