- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- BackOffice Products
- >
- Outlook Web Access Security
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2003 01:23 PM
03-20-2003 01:23 PM
Outlook Web Access Security
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2003 01:25 PM
03-20-2003 01:25 PM
Re: Outlook Web Access Security
its pretty safe, you can ensure further safety by using a firewall to protect the OWA box from the internet and you can use certificates to ensure the data sent back and forth is encrypted.
good luck.
rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2003 08:52 PM
03-20-2003 08:52 PM
Re: Outlook Web Access Security
As long as everyone uses IE to access it, the Regular NT style encrypted challenge/responce is built in.
The data stream won't be encrypted, but the authentication will be.
If you're worried about that, place the exchange server behind your firewall with an MTA on the other side. Users should then VPN in to use OWA, and the entire stream will be protected.
Jon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2003 04:53 AM
03-21-2003 04:53 AM
Re: Outlook Web Access Security
HTH,
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2003 07:10 AM
03-21-2003 07:10 AM
Re: Outlook Web Access Security
Good Luck
Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2003 07:13 AM
03-21-2003 07:13 AM
Re: Outlook Web Access Security
What do you mean when you say:
If you're worried about that, place the exchange server behind your firewall with an MTA on the other side. Users should then VPN in to use OWA, and the entire stream will be protected
I am unfamiliar with how an MTA is going to permit HTTP access to email? Aren't MTA's more for message transfer?
Rob - we plan to use a 128 bit SSL certificate. Can you recommend a vendor? Also what happens when a 40-bit version of the browser tries to access SSL done with a 128 bit certificate? Does the browser software have to 128 bit? We have 128 bit as our desktop standard but expect users to use Web Access from a variety of machines which may not be 128-bit.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2003 07:18 AM
03-21-2003 07:18 AM
Re: Outlook Web Access Security
We use Verisign and paid $900 for the Cert with 1 year support. We started with a homebrew certificate and migrated off to a real SSL cert. I am not sure what an MTA for OWA is maybe its an appliance server that does the SSL and proxies the HTTP to the OWA box?
Hope that helps.
Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2003 11:53 AM
03-21-2003 11:53 AM
Re: Outlook Web Access Security
Your Employees/Users then connect to your network through VPN to access the OWA interface as it they were within your network. Your Users will be the only ones accessing the HTML content from OWA.
Using an MTA is simply a means of protecting the Exchange Server rather than having it stradle or sit outside of your firewall.
An MTA can be a linux box using sendmail, or a FrontEnd Exchange Server that simply routes traffic to the internal exchange server (FE/BE servers).
Jon