Docx open as zip in webmail (Explorer 8)

If attachment is docx and opened in web mail and Explorer 8 it is changed to zip. This only hapens in preview pain. It works fine if the mail is open in full and any other browser than Explorer 8

Workaround is to:

The ‘feature’ can also be disabled in IE8. Go to Internet Options → Security Settings. "Custom

Level" → Miscellaneous section: Open files based on content, not file extension.

Do anyone know how to configure the domino server to stop this problem?

regards.

Pall Sveinsson

Subject: Stoppinging docx from opening as zip file

I added these mime types to http.cnf on the server and that seems to fix it for me:

Office 2007

AddType .docm application/vnd.ms-word.document.macroEnabled.12

AddType .docx application/vnd.openxmlformats-officedocument.wordprocessingml.document

AddType .dotm application/vnd.ms-word.template.macroEnabled.12

AddType .dotx application/vnd.openxmlformats-officedocument.wordprocessingml.template

AddType .potm application/vnd.ms-powerpoint.template.macroEnabled.12

AddType .potx application/vnd.openxmlformats-officedocument.presentationml.template

AddType .ppam application/vnd.ms-powerpoint.addin.macroEnabled.12

AddType .ppsm application/vnd.ms-powerpoint.slideshow.macroEnabled.12

AddType .ppsx application/vnd.openxmlformats-officedocument.presentationml.slideshow

AddType .pptm application/vnd.ms-powerpoint.presentation.macroEnabled.12

AddType .pptx application/vnd.openxmlformats-officedocument.presentationml.presentation

AddType .xlam application/vnd.ms-excel.addin.macroEnabled.12

AddType .xlsb application/vnd.ms-excel.sheet.binary.macroEnabled.12

AddType .xlsm application/vnd.ms-excel.sheet.macroEnabled.12

AddType .xlsx application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

AddType .xltm application/vnd.ms-excel.template.macroEnabled.12

AddType .xltx application/vnd.openxmlformats-officedocument.spreadsheetml.template

see