Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: bomber on May 27, 2004, 12:59:55 AM

Title: Outlook Web Access
Post by: bomber on May 27, 2004, 12:59:55 AM
Hi all,

bit of an esmith newbie here.

We have an exchange box on our internal network. How can I allow users to use OWA from home.

Is there an easy way to get them to see our Exchange box.

cheers,

Adam
Title: Outlook Web Access
Post by: Boris on May 27, 2004, 05:48:15 AM
Search for proxypass addon.
Title: Outlook Web Access
Post by: gelcube on May 28, 2004, 08:12:03 PM
Wouldn't it be easier to just port forward the port that you have OWA setup on?
Title: Outlook Web Access
Post by: Brave Dave on May 29, 2004, 01:06:54 AM
personally favour vpn
Title: Outlook Web Access
Post by: Boris on May 30, 2004, 12:18:15 AM
Quote from: "gelcube"
Wouldn't it be easier to just port forward the port that you have OWA setup on?

I runs on the standard HTTP and HTTPS ports. Those already used by SME itself. That is why proxypass is needed.
Title: Outlook Web Access
Post by: funkusmunkus on May 31, 2004, 04:55:26 AM
After you get proxy pass also follow this as well:

--------------------------------------------------
Sean Gray 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/97msExchange­ Proxy
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/
-----------------------------------------------------
http://wiki.contribs.org/docs/rmcnew/migrated_howtos/outlookweb.txt

That's the link here for what i mentioned
 so good luck
Title: Outlook Web Access
Post by: hanscees on June 19, 2004, 02:02:08 PM
Hi,

make sure you have a backup of your exchange box because you will get hacked if you put it on the internet without precaution.

Only allow https, because with http your user-accounts will get sniffed.

Patch your exchange box like crazy because the owa functionality is based on IIS, which is attacked by worms every 5 seconds or so.

But vpn is really the only way to do this secure. Let your users only conect via a vpn setup.

I don't know if open-vpn runs on e-smith but that would be my choice.

greetings

Hans-Cees