Winmail.dat
I am on 5.3 if it matters.
Answers (9)
For Exchange 2010 we did the following:
1) Open Exchange Management Consoel
2) Expand Organization Configuration
3) Select Hub Transport
4) Double Click Default under Remote Domains
5) Select Message Format (2nd Tab)
6) Under Exchange rich-text format select Never Use.
Comments:
-
We had the same issue but instead of changing the policy for the whole domain. You can change this at the contact level for the kbox. (help@help.mycompany.com.)Right click the contact go to properties and select Use MAPI rich text format to Never and that will fix the issue. - CtrlALtDltMySelf 11 years ago
Or to further enhance Capt.Morgan's answer, we added a new Remote Domain to handle emails to Kace so it didn't effect all emails.
For Exchange 2010 we did the following:
1) Open Exchange Management Consoel
2) Expand Organization Configuration
3) Select Hub Transport
4) Under Actions on Remote Domains tab (far right), Click New Remote Domain.
5) Give the Remote Domain a Name and Domain name. You may or may not need to tick the "include all subdomains". Click New to complete.
6) Double click your newly created Remote domain from the list under Remote Domains.
7) ClickSelect Message Format (2nd Tab)
8) Under Exchange rich-text format select Never Use.
Job Done! =)
select HD_TICKET_CHANGE.ID from HD_TICKET, HD_TICKET_CHANGE
WHERE HD_TICKET.ID=HD_TICKET_ID
and DESCRIPTION like '%winmail.dat%'
the update would be something like:
UPDATE HD_TICKET_CHANGE
SET DESCRIPTION=REPLACE(DESCRIPTION,'winmail.dat','Attachement deleted by rule')
WHERE HD_TICKET_CHANGE.ID IN (<TICKET_IDS>)
so that the conversation will remain readable.