Difference between revisions of "Winmail.dat"

From Request Tracker Wiki
Jump to navigation Jump to search
(fixed typo)
 
m (8 revisions imported)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Exchange sends attachments embedded in a winmail.dat archive, which RT doesn't handle.
Exchange sends attachments embedded in a winmail.dat archive, which RT doesn't handle.


General this is an Exchange misconfiguration because winmail.dat is an proprietary attachment format used by Microsoft and should only be used internally. If Exchange sends an email outside to the world it always should convert the winmail.dat attachment back in the native format because you could not expect that on the other side is always an Exchange server that understand winmail.dat. ;-)
Generally, this is an Exchange misconfiguration because winmail.dat is a proprietary attachment format used by Microsoft and should only be used internally. If Exchange sends an email outside to the world, it should always convert the winmail.dat attachment back to the native format because you should not expect that the other side is always an Exchange server that understands winmail.dat. ;-)


== Solutions ==
== Solutions ==


In Exchange 2010, disable "Use MAPI rich text format" on the General tab of the RT contact.
In Exchange 2010, disable "Use MAPI rich text format" in the General tab of the RT contact.


In Exchange 2007, set "Use MAPI-RTF-Format" to "never" on the General tab of the RT contact.
In Exchange 2007, set "Use MAPI-RTF-Format" to "never" in the General tab of the RT contact.


From the RT server side, you can pipe mail through /usr/bin/tnef (after installing it) and then through rt-mailgate. This may not always work, and configuring it is left as an exercise for the reader.
From RT server-side, you can pipe mail through /usr/bin/tnef (after installing it) and then through rt-mailgate. This may not always work, and configuring it is left as an exercise for the reader.


== More information ==
== More information ==

Latest revision as of 16:39, 6 April 2016

Exchange sends attachments embedded in a winmail.dat archive, which RT doesn't handle.

Generally, this is an Exchange misconfiguration because winmail.dat is a proprietary attachment format used by Microsoft and should only be used internally. If Exchange sends an email outside to the world, it should always convert the winmail.dat attachment back to the native format because you should not expect that the other side is always an Exchange server that understands winmail.dat. ;-)

Solutions

In Exchange 2010, disable "Use MAPI rich text format" in the General tab of the RT contact.

In Exchange 2007, set "Use MAPI-RTF-Format" to "never" in the General tab of the RT contact.

From RT server-side, you can pipe mail through /usr/bin/tnef (after installing it) and then through rt-mailgate. This may not always work, and configuring it is left as an exercise for the reader.

More information

http://support.microsoft.com/kb/241538

http://support.microsoft.com/kb/138053/

http://issues.bestpractical.com/Ticket/Display.html?id=9073

http://www.gossamer-threads.com/lists/rt/users/93866

http://en.wikipedia.org/wiki/Transport_Neutral_Encapsulation_Format