Windows – OWA 2013 – Direct access to html file without saving to disk

exchangeoutlook-web-appwindows

I've got a new installation of Exchange 2013 (on Server 2008 R2) and I've come across an issue that I'd like to get some feedback on. My users often receive emails with .html files on them and they are forced to save the .html file to the desktop and then manaually open it up. Back in the Exchange 2007 days, all that needed to happen was that the users had to log into OWA using the private computer option. I understand it that OWA 2013 assumes that you are using this option but my users are still being prompted to save to disk.

Error:
This type of attachment must be saved to disk. Right-click the link, and then click 'Save target as…' to save the attachment.

Does anyone know how I can get it so that my users can have direct access into the .html file?

Thank you.

Best Answer

It's also the case in Exchange 2010. While I can't comment on the actual logic behind it being configured this way by default my assumption would be that it's to prevent a breach in security either on the local client or on the server which will be rendering the page.

Anyways it's probably worth checking the configuration settings of OWA Mailbox Policy Get-OwaMailboxPolicy and Set-OwaMailboxPolicy will help you out with that. Check the settings of DirectFileAccessOnPrivateComputersEnabled, ForceSaveAttachmentFilteringEnabled, ForceSaveFileTypes and ForceSaveMimeTypes

Related Topic