﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>LevelBlue Knowledge Base » Knowledgebase » Latest Articles</title><generator>InstantKB.NET 2.0.6</generator><description>LevelBlue Knowledge Base</description><link>https://support.levelblue.com/kb/</link><webMaster>website@m86security.com</webMaster><lastBuildDate>Tue, 21 Apr 2026 11:42:30 GMT</lastBuildDate><ttl>20</ttl><item><title>Enabling Strong TLS for .NET</title><link>https://support.levelblue.com/kb/Goto21159.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;MailMarshal SPE 4.X - Systems with TLS 1.0 disabled&lt;/li&gt;    &lt;li&gt;Marshal Reporting Console - email TLS&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;How do I enable use of TLS 1.1 and 1.2 by .NET components in SPE 4.X?&lt;/li&gt;    &lt;li&gt;How do I fix TLS related errors connecting from SPE to the SEG Array Manager?&lt;/li&gt;    &lt;li&gt;How do I update the TLS version used for email connectivity in MRC?&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;To allow use of "Strong" TLS (1.1 and 1.2) by .NET, you must enable system settings and .NET specific settings on affected systems.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;For SPE this is the Marshal Interface Agent server.&lt;/li&gt;    &lt;li&gt;For MRC this is the server where the software is installed.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;This article covers .NET specific settings.&lt;/p&gt;&lt;p&gt;Update the following Registry entries (see also the attached Powershell script):&lt;/p&gt;&lt;pre&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v2.0.50727]&lt;br /&gt;      "SystemDefaultTlsVersions" = dword:00000001&lt;br /&gt;      "SchUseStrongCrypto" = dword:00000001&lt;br /&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319]&lt;br /&gt;      "SystemDefaultTlsVersions" = dword:00000001&lt;br /&gt;      "SchUseStrongCrypto" = dword:00000001&lt;br /&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\v2.0.50727]&lt;br /&gt;      "SystemDefaultTlsVersions" = dword:00000001&lt;br /&gt;      "SchUseStrongCrypto" = dword:00000001&lt;br /&gt;[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\.NETFramework\v4.0.30319]&lt;br /&gt;      "SystemDefaultTlsVersions" = dword:00000001&lt;br /&gt;      "SchUseStrongCrypto" = dword:00000001&lt;/pre&gt;&lt;p&gt;&lt;/p&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;p&gt;&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;SPE 5.X and above uses newer versions of .NET and does not require these settings.&lt;/li&gt;    &lt;li&gt;The SchUseStrongCrypto setting allows .NET to use TLS 1.1 and TLS 1.2. &lt;/li&gt;    &lt;li&gt;The SystemDefaultTlsVersions setting allows .NET to use the OS configuration.&lt;/li&gt;    &lt;li&gt;For further information see Microsoft documentation.&lt;/li&gt;    &lt;li&gt;These settings apply immediately. System or service restart is not required.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;</description><pubDate>Thu, 16 Apr 2026 22:53:51 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>Supported Operating Systems and Prerequisite Versions</title><link>https://support.levelblue.com/kb/Goto11358.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;MailMarshal (SEG) 10.0 and above    &lt;ul&gt;        &lt;li&gt;MailMarshal Web Components (SQM) &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;WebMarshal 7.6&lt;/li&gt;    &lt;li&gt;Marshal Reporting Console 2.6 (for SEG, ECM, and WebMarshal reports) &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;(For ECM/MailMarshal Exchange, see &lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle14131.aspx" class="ApplyClass" target="_blank"&gt;Q14131&lt;/a&gt;. For Service Provider Edition [SPE], see &lt;a href="https://support.levelblue.com/kb/article.aspx?id=11588" class="ApplyClass" target="_blank"&gt;Q11588&lt;/a&gt;.)&lt;/p&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;What are the supported operating systems for MailMarshal and WebMarshal? &lt;/li&gt;    &lt;li&gt;What version of SQL Server can be used with MailMarshal and WebMarshal?&lt;/li&gt;    &lt;li&gt;What versions of SQL, IIS and ASP.NET are required and supported?&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Information:&lt;/h2&gt;&lt;p&gt;This article shows supported versions of operating systems and supporting software.  &lt;/p&gt;&lt;ul&gt;    &lt;li&gt;&lt;a href="https://support.levelblue.com/kb/article.aspx?id=11358#os"&gt;Operating systems&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="https://support.levelblue.com/kb/article.aspx?id=11358#prereq"&gt;Prerequisites&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="https://support.levelblue.com/kb/article.aspx?id=11358#sql"&gt;SQL Server versions&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt; &lt;strong&gt;Notes:&lt;/strong&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;ul&gt;    &lt;li&gt;OS and SQL versions earlier than those listed are not supported.&lt;/li&gt;    &lt;li&gt;OS and SQL versions that are out of support from Microsoft are not supported.&lt;/li&gt;    &lt;li&gt;The information reflects the latest versions of the named products. &lt;strong&gt;For details of previous versions,&lt;/strong&gt; see the documentation for each version. &lt;/li&gt;    &lt;li&gt;The information reflects server requirements.&lt;strong&gt; For details of requirements for all user interfaces&lt;/strong&gt;, see the documentation for each product version.&lt;/li&gt;    &lt;li&gt;VMWare deployments of the supported operating systems are also supported. See LevelBlue Knowledgebase article &lt;a href="https://support.levelblue.com/kb/article.aspx?id=11828"&gt;Q11828&lt;/a&gt;. &lt;/li&gt;&lt;/ul&gt;&lt;/blockquote&gt;&lt;h3&gt;&lt;/h3&gt;&lt;h3&gt;Key:&lt;/h3&gt;&lt;table class="noborder" cellspacing="3" cellpadding="3" width="85%"&gt;    &lt;thead bgcolor="#dddddd"&gt;        &lt;tr&gt;            &lt;th&gt;Symbol&lt;/th&gt;            &lt;th&gt;Meaning&lt;/th&gt;        &lt;/tr&gt;    &lt;/thead&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="vertical-align: top;"&gt;Release to Manufacturing, no service pack.&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;SP&lt;em&gt;n&lt;br /&gt;            &lt;/em&gt;KB&lt;em&gt;nnn&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="vertical-align: top;"&gt;Minimum required service pack or Microsoft Update. Later service packs &lt;span style="text-decoration: underline;"&gt;are&lt;/span&gt; supported.&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;Qxxxxxx &lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="vertical-align: top;"&gt;Tested, Supported. See the KB article listed for known issues and workarounds.&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" style="border-width: 0px; border-style: solid; border-color: initial; margin-left: 0px; margin-right: 0px;" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="vertical-align: top;"&gt;Not currently supported, obsolete, or known issues.&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" style="border-width: 0px; border-style: solid; border-color: initial; margin-left: 0px; margin-right: 0px;" src="https://support.levelblue.com/kb/Attachments/fffb7a5f-7ab3-43f8-8283-a837.jpg" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="vertical-align: top;"&gt;Not specifically tested. Not yet supported. LevelBlue plans to test and provide support in a later product release. For details of the policy on new OS and SP versions, see &lt;a href="https://support.levelblue.com/kb/article.aspx?id=13687" target="_blank"&gt;Q13687&lt;/a&gt;.&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;(blank) &lt;/p&gt;            &lt;/td&gt;            &lt;td style="vertical-align: top;"&gt;Not applicable to this product.&lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;a name="os"&gt;&lt;/a&gt;&lt;h3&gt;&lt;/h3&gt;&lt;h2&gt;Operating Systems and Prerequisites&lt;/h2&gt;&lt;p&gt;The table below lists minimum compatible operating system versions and service packs. The products have been tested with the minimum compatible service pack (and in some cases with later service packs).&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;Note on Service Packs and Operating System updates:&lt;/strong&gt; If product functionality is affected by Service Packs or Microsoft updates, LevelBlue will work with customers to restore functionality. If a full resolution requires product development, it may not be available immediately.&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;The listed products do not support RISC architectures. x64 or x86 is the supported architecture.&lt;/p&gt;&lt;h3&gt;&lt;/h3&gt;&lt;h3&gt;Server Operating Systems&lt;/h3&gt;&lt;p&gt;&lt;table cellspacing="0" cellpadding="5" width="95%" border="1"&gt;    &lt;thead style="display: table-header-group;"&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt; &lt;/p&gt;            &lt;br /&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;MailMarshal&lt;br /&gt;            11.3&lt;br /&gt;            &lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;MailMarshal Web&lt;br /&gt;            Components 11.3&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;Marshal Reporting Console &lt;br /&gt;            2.6&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;WebMarshal&lt;br /&gt;            7.6&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/thead&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;td valign="top" style="text-align: left;"&gt;Windows Server 2025&lt;/td&gt;            &lt;td valign="top" style="text-align: center;"&gt;&lt;strong style="text-align: -webkit-center;"&gt;RTM&lt;/strong&gt;&lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt; &lt;a href="https://support.levelblue.com/kb/article.aspx?id=21228" target="_blank" class="ApplyClass" style="font-weight: bold;"&gt;Q21228&lt;/a&gt;&lt;br /&gt;            &lt;em&gt;(Limited testing performed)&lt;/em&gt;&lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt; &lt;strong&gt;RTM&lt;/strong&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;Windows Server 2022&lt;br /&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt; &lt;strong&gt;RTM&lt;/strong&gt;&lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt; &lt;strong&gt;RTM&lt;/strong&gt;&lt;br /&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;Windows Server 2019&lt;br /&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;br /&gt;            &lt;em&gt;(Also with any SEG 8.X)&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt; &lt;strong&gt;RTM&lt;/strong&gt;&lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt; &lt;strong&gt;RTM&lt;/strong&gt;&lt;br /&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;Windows Server 2016&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;Windows Server 2012 R2&lt;br /&gt;            &lt;em&gt;See also SQL Server service pack requirements&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;&lt;strong&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="margin-right: 0px; margin-left: 0px; border-style: solid;" /&gt;&lt;/p&gt;            &lt;/strong&gt;&lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="margin-right: 0px; margin-left: 0px; border-style: solid; font-weight: 700;" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;&lt;strong&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;KB2919355&lt;/strong&gt;&lt;/p&gt;            &lt;/strong&gt;&lt;/td&gt;            &lt;td valign="top"&gt;&lt;strong&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="margin-right: 0px; margin-left: 0px; border-style: solid;" /&gt;&lt;/p&gt;            &lt;/strong&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;Windows Server 2012&lt;br /&gt;            &lt;em&gt;See also SQL Server service pack requirements&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="margin-right: 0px; margin-left: 0px; border-style: solid; font-weight: 700;" /&gt;&lt;br /&gt;            &lt;span style="font-weight: 700; text-align: left;"&gt;(10.0.6 is the last release that allows&lt;br /&gt;            &lt;/span&gt;&lt;span style="font-weight: 700; text-align: left;"&gt;installation on Windows 2012)&lt;/span&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="margin-right: 0px; margin-left: 0px; border-style: solid; font-weight: 700;" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="margin-right: 0px; margin-left: 0px; border-style: solid; font-weight: 700;" /&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;Windows Server Core edition&lt;br /&gt;            (any release)&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" style="border-width: 0px; border-style: solid; border-color: initial; margin-left: 0px; margin-right: 0px;" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" style="border-width: 0px; border-style: solid; border-color: initial; margin-left: 0px; margin-right: 0px;" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" style="border-width: 0px; border-style: solid; border-color: initial; margin-left: 0px; margin-right: 0px;" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" style="border-width: 0px; border-style: solid; border-color: initial; margin-left: 0px; margin-right: 0px;" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" /&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt;&lt;h3&gt;Workstation Operating Systems&lt;br /&gt;&lt;em&gt;(for server installation)&lt;/em&gt;&lt;/h3&gt;&lt;p&gt;&lt;table cellspacing="0" cellpadding="5" width="95%" border="1"&gt;    &lt;thead style="display: table-header-group;"&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt; &lt;/p&gt;            &lt;br /&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;MailMarshal&lt;br /&gt;            &lt;/strong&gt;&lt;strong&gt;11.3&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;MailMarshal &lt;/strong&gt;&lt;strong&gt;Web&lt;br /&gt;            Components 11.3&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;Marshal Reporting Console &lt;br /&gt;            2.6&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;WebMarshal&lt;br /&gt;            7.6&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/thead&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;Windows 10 or 11&lt;br /&gt;            (32 and 64 bit)&lt;br /&gt;            &lt;em&gt;See also SQL Server service pack requirements&lt;/em&gt; &lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;br /&gt;            &lt;/strong&gt;&lt;em&gt;(64 bit required. &lt;br /&gt;            Permitted &lt;em&gt;but &lt;br /&gt;            not recommended&lt;/em&gt;)&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;br /&gt;            &lt;/strong&gt;&lt;em&gt;(Permitted &lt;em&gt;but &lt;br /&gt;            not recommended&lt;/em&gt;)&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;&lt;img alt="" style="border-width: 0px; border-style: solid; border-color: initial; margin-left: 0px; margin-right: 0px;" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" /&gt;&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;br /&gt;            &lt;/strong&gt;&lt;em&gt;(Permitted &lt;em&gt;but&lt;br /&gt;            not recommended&lt;/em&gt;)&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt;&lt;h3&gt;Prerequisites&lt;/h3&gt;&lt;p&gt;&lt;table cellspacing="0" cellpadding="5" width="95%" border="1"&gt;    &lt;thead style="display: table-header-group;"&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt; &lt;/p&gt;            &lt;br /&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;MailMarshal&lt;br /&gt;            &lt;/strong&gt;&lt;strong&gt;11.3&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;MailMarshal&lt;/strong&gt;&lt;strong&gt; Web&lt;br /&gt;            Components 11.3&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;Marshal Reporting Console &lt;br /&gt;            2.6&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;WebMarshal&lt;br /&gt;            7.6&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/thead&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;Web Browser&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;The Management Console works with Microsoft Edge, Mozilla Firefox, Google Chrome and Safari.&lt;br /&gt;            Internet Explorer is explicitly not supported.&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;SQM works with current versions of major browsers, such as Edge, Mozilla Firefox, Google Chrome and Safari.&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;MRC works with current versions of major browsers, such as Edge, Mozilla Firefox, Google Chrome and Safari.&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;Any browser can be used as client.&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;.NET Framework&lt;br /&gt;            &lt;em&gt;(minimum - later 4.X is also supported)&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt; 4.6.1 &lt;br /&gt;            &lt;em&gt;MailMarshal also automatically installs a version of the newer .NET technology (previously known as .NET Core) on Array Manager servers. &lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;3.5 SP1 and 4.0&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;3.5 SP1&lt;br /&gt;            (Note that SQL 2016 requires .NET 4.6)&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;4.6.2&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;a name="sql"&gt;&lt;/a&gt;&lt;/p&gt;&lt;h3&gt;SQL Server Versions&lt;/h3&gt;&lt;p&gt;&lt;table cellspacing="0" cellpadding="5" width="95%" border="1"&gt;    &lt;thead style="display: table-header-group;"&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt; &lt;/p&gt;            &lt;br /&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;MailMarshal&lt;/strong&gt;&lt;strong&gt;&lt;br /&gt;            11.3&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;Marshal Reporting Console &lt;br /&gt;            2.6&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;WebMarshal&lt;br /&gt;            7.6&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/thead&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;SQL 2012&lt;br /&gt;            SQL Express 2012&lt;br /&gt;            &lt;span style="font-size: 13px;"&gt;&lt;em&gt;(Microsoft ESU ends July 2025)&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;&lt;img alt="" width="32" height="32" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="border-style: solid;" /&gt;&lt;/strong&gt;&lt;br /&gt;            (10.0.6 is the last release that &lt;br /&gt;            allows installation using SQL 2012)&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;&lt;img alt="" width="32" height="32" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="border-style: solid;" /&gt;&lt;/p&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt; &lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;&lt;img alt="" width="32" height="32" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="border-style: solid;" /&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;SQL 2014&lt;br /&gt;            SQL Express 2014&lt;br /&gt;            &lt;em style="font-size: small;"&gt;(Microsoft ESU ends July 2027)&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;&lt;strong&gt;&lt;img alt="" width="32" height="32" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="border-style: solid;" /&gt;&lt;br /&gt;            &lt;em&gt;(CAUTION: Upgrade from earlier versions fails under SQL 2014)&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;SP3&lt;/p&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt; &lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;SP3&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;SQL 2016&lt;br /&gt;            SQL Express 2016&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;&lt;strong&gt;&lt;img alt="" width="32" height="32" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="border-style: solid;" /&gt;&lt;br /&gt;            &lt;/strong&gt;&lt;strong&gt;&lt;em&gt;(CAUTION: Upgrade from earlier versions fails under SQL 2016)&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;&lt;em&gt;&lt;/em&gt; SP3&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;SP3&lt;/strong&gt;&lt;/p&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt; &lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;SQL 2017&lt;br /&gt;            SQL Express 2017&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;RTM&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;&lt;em&gt;&lt;/em&gt;&lt;img alt="" width="32" height="32" style="border-style: solid;" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/p&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt; &lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;SQL 2019&lt;br /&gt;            SQL Express 2019&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;RTM&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;&lt;em&gt;&lt;/em&gt;&lt;img alt="" width="32" height="32" style="border-style: solid;" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;span style="font-weight: bold; text-align: left;"&gt;&lt;strong&gt;RTM&lt;/strong&gt; &lt;/span&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;SQL 2022&lt;br /&gt;            SQL Express 2022&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;RTM&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;Can upgrade from SQL 2016&lt;br /&gt;            &lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle21228.aspx" target="_blank" class="ApplyClass"&gt;Q21228&lt;/a&gt;&lt;em&gt;&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;span style="font-weight: bold; text-align: left;"&gt;&lt;strong&gt;RTM&lt;/strong&gt; &lt;/span&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;Azure SQL Server&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;Supported where &lt;br /&gt;            MailMarshal is deployed on Azure&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt; &lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt; &lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt;&lt;p&gt;&lt;a name="sql2012"&gt;&lt;/a&gt;&lt;/p&gt;&lt;h3&gt;Notes on MRC Installation&lt;/h3&gt;&lt;ul&gt;    &lt;li&gt;MRC 2.6 cannot be installed with SQL versions later than 2016 for the reporting database. However, after installation using the bundled SQL 2016 Express, the SQL Express instances can be upgraded. See &lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle21228.aspx" target="_blank" class="ApplyClass" style="text-align: -webkit-center;"&gt;Q21228&lt;/a&gt;. &lt;/li&gt;    &lt;li&gt;MRC &lt;strong&gt;can &lt;/strong&gt;report on data in MailMarshal or WebMarshal databases hosted on later SQL versions. &lt;/li&gt;&lt;/ul&gt;</description><pubDate>Thu, 16 Apr 2026 20:46:27 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>Supported Operating Systems and Prerequisite Versions</title><link>https://support.levelblue.com/kb/Goto11358.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;MailMarshal (SEG) 10.0 and above    &lt;ul&gt;        &lt;li&gt;MailMarshal Web Components (SQM) &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;WebMarshal 7.6&lt;/li&gt;    &lt;li&gt;Marshal Reporting Console 2.6 (for SEG, ECM, and WebMarshal reports) &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;(For ECM/MailMarshal Exchange, see &lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle14131.aspx" class="ApplyClass" target="_blank"&gt;Q14131&lt;/a&gt;. For Service Provider Edition [SPE], see &lt;a href="https://support.levelblue.com/kb/article.aspx?id=11588" class="ApplyClass" target="_blank"&gt;Q11588&lt;/a&gt;.)&lt;/p&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;What are the supported operating systems for MailMarshal and WebMarshal? &lt;/li&gt;    &lt;li&gt;What version of SQL Server can be used with MailMarshal and WebMarshal?&lt;/li&gt;    &lt;li&gt;What versions of SQL, IIS and ASP.NET are required and supported?&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Information:&lt;/h2&gt;&lt;p&gt;This article shows supported versions of operating systems and supporting software.  &lt;/p&gt;&lt;ul&gt;    &lt;li&gt;&lt;a href="https://support.levelblue.com/kb/article.aspx?id=11358#os"&gt;Operating systems&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="https://support.levelblue.com/kb/article.aspx?id=11358#prereq"&gt;Prerequisites&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="https://support.levelblue.com/kb/article.aspx?id=11358#sql"&gt;SQL Server versions&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt; &lt;strong&gt;Notes:&lt;/strong&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;ul&gt;    &lt;li&gt;OS and SQL versions earlier than those listed are not supported.&lt;/li&gt;    &lt;li&gt;OS and SQL versions that are out of support from Microsoft are not supported.&lt;/li&gt;    &lt;li&gt;The information reflects the latest versions of the named products. &lt;strong&gt;For details of previous versions,&lt;/strong&gt; see the documentation for each version. &lt;/li&gt;    &lt;li&gt;The information reflects server requirements.&lt;strong&gt; For details of requirements for all user interfaces&lt;/strong&gt;, see the documentation for each product version.&lt;/li&gt;    &lt;li&gt;VMWare deployments of the supported operating systems are also supported. See LevelBlue Knowledgebase article &lt;a href="https://support.levelblue.com/kb/article.aspx?id=11828"&gt;Q11828&lt;/a&gt;. &lt;/li&gt;&lt;/ul&gt;&lt;/blockquote&gt;&lt;h3&gt;&lt;/h3&gt;&lt;h3&gt;Key:&lt;/h3&gt;&lt;table class="noborder" cellspacing="3" cellpadding="3" width="85%"&gt;    &lt;thead bgcolor="#dddddd"&gt;        &lt;tr&gt;            &lt;th&gt;Symbol&lt;/th&gt;            &lt;th&gt;Meaning&lt;/th&gt;        &lt;/tr&gt;    &lt;/thead&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="vertical-align: top;"&gt;Release to Manufacturing, no service pack.&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;SP&lt;em&gt;n&lt;br /&gt;            &lt;/em&gt;KB&lt;em&gt;nnn&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="vertical-align: top;"&gt;Minimum required service pack or Microsoft Update. Later service packs &lt;span style="text-decoration: underline;"&gt;are&lt;/span&gt; supported.&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;Qxxxxxx &lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="vertical-align: top;"&gt;Tested, Supported. See the KB article listed for known issues and workarounds.&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" style="border-width: 0px; border-style: solid; border-color: initial; margin-left: 0px; margin-right: 0px;" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="vertical-align: top;"&gt;Not currently supported, obsolete, or known issues.&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" style="border-width: 0px; border-style: solid; border-color: initial; margin-left: 0px; margin-right: 0px;" src="https://support.levelblue.com/kb/Attachments/fffb7a5f-7ab3-43f8-8283-a837.jpg" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="vertical-align: top;"&gt;Not specifically tested. Not yet supported. LevelBlue plans to test and provide support in a later product release. For details of the policy on new OS and SP versions, see &lt;a href="https://support.levelblue.com/kb/article.aspx?id=13687" target="_blank"&gt;Q13687&lt;/a&gt;.&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;(blank) &lt;/p&gt;            &lt;/td&gt;            &lt;td style="vertical-align: top;"&gt;Not applicable to this product.&lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;a name="os"&gt;&lt;/a&gt;&lt;h3&gt;&lt;/h3&gt;&lt;h2&gt;Operating Systems and Prerequisites&lt;/h2&gt;&lt;p&gt;The table below lists minimum compatible operating system versions and service packs. The products have been tested with the minimum compatible service pack (and in some cases with later service packs).&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;Note on Service Packs and Operating System updates:&lt;/strong&gt; If product functionality is affected by Service Packs or Microsoft updates, LevelBlue will work with customers to restore functionality. If a full resolution requires product development, it may not be available immediately.&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;The listed products do not support RISC architectures. x64 or x86 is the supported architecture.&lt;/p&gt;&lt;h3&gt;&lt;/h3&gt;&lt;h3&gt;Server Operating Systems&lt;/h3&gt;&lt;p&gt;&lt;table cellspacing="0" cellpadding="5" width="95%" border="1"&gt;    &lt;thead style="display: table-header-group;"&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt; &lt;/p&gt;            &lt;br /&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;MailMarshal&lt;br /&gt;            11.3&lt;br /&gt;            &lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;MailMarshal Web&lt;br /&gt;            Components 11.3&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;Marshal Reporting Console &lt;br /&gt;            2.6&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;WebMarshal&lt;br /&gt;            7.6&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/thead&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;td valign="top" style="text-align: left;"&gt;Windows Server 2025&lt;/td&gt;            &lt;td valign="top" style="text-align: center;"&gt;&lt;strong style="text-align: -webkit-center;"&gt;RTM&lt;/strong&gt;&lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt; &lt;a href="https://support.levelblue.com/kb/article.aspx?id=21228" target="_blank" class="ApplyClass" style="font-weight: bold;"&gt;Q21228&lt;/a&gt;&lt;br /&gt;            &lt;em&gt;(Limited testing performed)&lt;/em&gt;&lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt; &lt;strong&gt;RTM&lt;/strong&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;Windows Server 2022&lt;br /&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt; &lt;strong&gt;RTM&lt;/strong&gt;&lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt; &lt;strong&gt;RTM&lt;/strong&gt;&lt;br /&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;Windows Server 2019&lt;br /&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;br /&gt;            &lt;em&gt;(Also with any SEG 8.X)&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt; &lt;strong&gt;RTM&lt;/strong&gt;&lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt; &lt;strong&gt;RTM&lt;/strong&gt;&lt;br /&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;Windows Server 2016&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;Windows Server 2012 R2&lt;br /&gt;            &lt;em&gt;See also SQL Server service pack requirements&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;&lt;strong&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="margin-right: 0px; margin-left: 0px; border-style: solid;" /&gt;&lt;/p&gt;            &lt;/strong&gt;&lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="margin-right: 0px; margin-left: 0px; border-style: solid; font-weight: 700;" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;&lt;strong&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;KB2919355&lt;/strong&gt;&lt;/p&gt;            &lt;/strong&gt;&lt;/td&gt;            &lt;td valign="top"&gt;&lt;strong&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="margin-right: 0px; margin-left: 0px; border-style: solid;" /&gt;&lt;/p&gt;            &lt;/strong&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;Windows Server 2012&lt;br /&gt;            &lt;em&gt;See also SQL Server service pack requirements&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="margin-right: 0px; margin-left: 0px; border-style: solid; font-weight: 700;" /&gt;&lt;br /&gt;            &lt;span style="font-weight: 700; text-align: left;"&gt;(10.0.6 is the last release that allows&lt;br /&gt;            &lt;/span&gt;&lt;span style="font-weight: 700; text-align: left;"&gt;installation on Windows 2012)&lt;/span&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="margin-right: 0px; margin-left: 0px; border-style: solid; font-weight: 700;" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="margin-right: 0px; margin-left: 0px; border-style: solid; font-weight: 700;" /&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;Windows Server Core edition&lt;br /&gt;            (any release)&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" style="border-width: 0px; border-style: solid; border-color: initial; margin-left: 0px; margin-right: 0px;" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" style="border-width: 0px; border-style: solid; border-color: initial; margin-left: 0px; margin-right: 0px;" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" style="border-width: 0px; border-style: solid; border-color: initial; margin-left: 0px; margin-right: 0px;" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" style="border-width: 0px; border-style: solid; border-color: initial; margin-left: 0px; margin-right: 0px;" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" /&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt;&lt;h3&gt;Workstation Operating Systems&lt;br /&gt;&lt;em&gt;(for server installation)&lt;/em&gt;&lt;/h3&gt;&lt;p&gt;&lt;table cellspacing="0" cellpadding="5" width="95%" border="1"&gt;    &lt;thead style="display: table-header-group;"&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt; &lt;/p&gt;            &lt;br /&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;MailMarshal&lt;br /&gt;            &lt;/strong&gt;&lt;strong&gt;11.3&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;MailMarshal &lt;/strong&gt;&lt;strong&gt;Web&lt;br /&gt;            Components 11.3&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;Marshal Reporting Console &lt;br /&gt;            2.6&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;WebMarshal&lt;br /&gt;            7.6&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/thead&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;Windows 10 or 11&lt;br /&gt;            (32 and 64 bit)&lt;br /&gt;            &lt;em&gt;See also SQL Server service pack requirements&lt;/em&gt; &lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;br /&gt;            &lt;/strong&gt;&lt;em&gt;(64 bit required. &lt;br /&gt;            Permitted &lt;em&gt;but &lt;br /&gt;            not recommended&lt;/em&gt;)&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;br /&gt;            &lt;/strong&gt;&lt;em&gt;(Permitted &lt;em&gt;but &lt;br /&gt;            not recommended&lt;/em&gt;)&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;&lt;img alt="" style="border-width: 0px; border-style: solid; border-color: initial; margin-left: 0px; margin-right: 0px;" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" /&gt;&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;br /&gt;            &lt;/strong&gt;&lt;em&gt;(Permitted &lt;em&gt;but&lt;br /&gt;            not recommended&lt;/em&gt;)&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt;&lt;h3&gt;Prerequisites&lt;/h3&gt;&lt;p&gt;&lt;table cellspacing="0" cellpadding="5" width="95%" border="1"&gt;    &lt;thead style="display: table-header-group;"&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt; &lt;/p&gt;            &lt;br /&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;MailMarshal&lt;br /&gt;            &lt;/strong&gt;&lt;strong&gt;11.3&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;MailMarshal&lt;/strong&gt;&lt;strong&gt; Web&lt;br /&gt;            Components 11.3&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;Marshal Reporting Console &lt;br /&gt;            2.6&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;WebMarshal&lt;br /&gt;            7.6&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/thead&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;Web Browser&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;The Management Console works with Microsoft Edge, Mozilla Firefox, Google Chrome and Safari.&lt;br /&gt;            Internet Explorer is explicitly not supported.&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;SQM works with current versions of major browsers, such as Edge, Mozilla Firefox, Google Chrome and Safari.&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;MRC works with current versions of major browsers, such as Edge, Mozilla Firefox, Google Chrome and Safari.&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;Any browser can be used as client.&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;.NET Framework&lt;br /&gt;            &lt;em&gt;(minimum - later 4.X is also supported)&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt; 4.6.1 &lt;br /&gt;            &lt;em&gt;MailMarshal also automatically installs a version of the newer .NET technology (previously known as .NET Core) on Array Manager servers. &lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;3.5 SP1 and 4.0&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;3.5 SP1&lt;br /&gt;            (Note that SQL 2016 requires .NET 4.6)&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;4.6.2&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;a name="sql"&gt;&lt;/a&gt;&lt;/p&gt;&lt;h3&gt;SQL Server Versions&lt;/h3&gt;&lt;p&gt;&lt;table cellspacing="0" cellpadding="5" width="95%" border="1"&gt;    &lt;thead style="display: table-header-group;"&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt; &lt;/p&gt;            &lt;br /&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;MailMarshal&lt;/strong&gt;&lt;strong&gt;&lt;br /&gt;            11.3&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;Marshal Reporting Console &lt;br /&gt;            2.6&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;WebMarshal&lt;br /&gt;            7.6&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/thead&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;SQL 2012&lt;br /&gt;            SQL Express 2012&lt;br /&gt;            &lt;span style="font-size: 13px;"&gt;&lt;em&gt;(Microsoft ESU ends July 2025)&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;&lt;img alt="" width="32" height="32" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="border-style: solid;" /&gt;&lt;/strong&gt;&lt;br /&gt;            (10.0.6 is the last release that &lt;br /&gt;            allows installation using SQL 2012)&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;&lt;img alt="" width="32" height="32" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="border-style: solid;" /&gt;&lt;/p&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt; &lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;&lt;img alt="" width="32" height="32" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="border-style: solid;" /&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;SQL 2014&lt;br /&gt;            SQL Express 2014&lt;br /&gt;            &lt;em style="font-size: small;"&gt;(Microsoft ESU ends July 2027)&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;&lt;strong&gt;&lt;img alt="" width="32" height="32" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="border-style: solid;" /&gt;&lt;br /&gt;            &lt;em&gt;(CAUTION: Upgrade from earlier versions fails under SQL 2014)&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;SP3&lt;/p&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt; &lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;SP3&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;SQL 2016&lt;br /&gt;            SQL Express 2016&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;&lt;strong&gt;&lt;img alt="" width="32" height="32" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="border-style: solid;" /&gt;&lt;br /&gt;            &lt;/strong&gt;&lt;strong&gt;&lt;em&gt;(CAUTION: Upgrade from earlier versions fails under SQL 2016)&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;&lt;em&gt;&lt;/em&gt; SP3&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;SP3&lt;/strong&gt;&lt;/p&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt; &lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;SQL 2017&lt;br /&gt;            SQL Express 2017&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;RTM&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;&lt;em&gt;&lt;/em&gt;&lt;img alt="" width="32" height="32" style="border-style: solid;" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/p&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt; &lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;SQL 2019&lt;br /&gt;            SQL Express 2019&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;RTM&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;&lt;em&gt;&lt;/em&gt;&lt;img alt="" width="32" height="32" style="border-style: solid;" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;span style="font-weight: bold; text-align: left;"&gt;&lt;strong&gt;RTM&lt;/strong&gt; &lt;/span&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;SQL 2022&lt;br /&gt;            SQL Express 2022&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;RTM&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;Can upgrade from SQL 2016&lt;br /&gt;            &lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle21228.aspx" target="_blank" class="ApplyClass"&gt;Q21228&lt;/a&gt;&lt;em&gt;&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;span style="font-weight: bold; text-align: left;"&gt;&lt;strong&gt;RTM&lt;/strong&gt; &lt;/span&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;Azure SQL Server&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;Supported where &lt;br /&gt;            MailMarshal is deployed on Azure&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt; &lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt; &lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt;&lt;p&gt;&lt;a name="sql2012"&gt;&lt;/a&gt;&lt;/p&gt;&lt;h3&gt;Notes on MRC Installation&lt;/h3&gt;&lt;ul&gt;    &lt;li&gt;MRC 2.6 cannot be installed with SQL versions later than 2016 for the reporting database. However, after installation using the bundled SQL 2016 Express, the SQL Express instances can be upgraded. See &lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle21228.aspx" target="_blank" class="ApplyClass" style="text-align: -webkit-center;"&gt;Q21228&lt;/a&gt;. &lt;/li&gt;    &lt;li&gt;MRC &lt;strong&gt;can &lt;/strong&gt;report on data in MailMarshal or WebMarshal databases hosted on later SQL versions. &lt;/li&gt;&lt;/ul&gt;</description><pubDate>Thu, 16 Apr 2026 20:46:27 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>Supported Operating Systems and Prerequisite Versions</title><link>https://support.levelblue.com/kb/Goto11358.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;MailMarshal (SEG) 10.0 and above    &lt;ul&gt;        &lt;li&gt;MailMarshal Web Components (SQM) &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;WebMarshal 7.6&lt;/li&gt;    &lt;li&gt;Marshal Reporting Console 2.6 (for SEG, ECM, and WebMarshal reports) &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;(For ECM/MailMarshal Exchange, see &lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle14131.aspx" class="ApplyClass" target="_blank"&gt;Q14131&lt;/a&gt;. For Service Provider Edition [SPE], see &lt;a href="https://support.levelblue.com/kb/article.aspx?id=11588" class="ApplyClass" target="_blank"&gt;Q11588&lt;/a&gt;.)&lt;/p&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;What are the supported operating systems for MailMarshal and WebMarshal? &lt;/li&gt;    &lt;li&gt;What version of SQL Server can be used with MailMarshal and WebMarshal?&lt;/li&gt;    &lt;li&gt;What versions of SQL, IIS and ASP.NET are required and supported?&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Information:&lt;/h2&gt;&lt;p&gt;This article shows supported versions of operating systems and supporting software.  &lt;/p&gt;&lt;ul&gt;    &lt;li&gt;&lt;a href="https://support.levelblue.com/kb/article.aspx?id=11358#os"&gt;Operating systems&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="https://support.levelblue.com/kb/article.aspx?id=11358#prereq"&gt;Prerequisites&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;&lt;a href="https://support.levelblue.com/kb/article.aspx?id=11358#sql"&gt;SQL Server versions&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt; &lt;strong&gt;Notes:&lt;/strong&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;ul&gt;    &lt;li&gt;OS and SQL versions earlier than those listed are not supported.&lt;/li&gt;    &lt;li&gt;OS and SQL versions that are out of support from Microsoft are not supported.&lt;/li&gt;    &lt;li&gt;The information reflects the latest versions of the named products. &lt;strong&gt;For details of previous versions,&lt;/strong&gt; see the documentation for each version. &lt;/li&gt;    &lt;li&gt;The information reflects server requirements.&lt;strong&gt; For details of requirements for all user interfaces&lt;/strong&gt;, see the documentation for each product version.&lt;/li&gt;    &lt;li&gt;VMWare deployments of the supported operating systems are also supported. See LevelBlue Knowledgebase article &lt;a href="https://support.levelblue.com/kb/article.aspx?id=11828"&gt;Q11828&lt;/a&gt;. &lt;/li&gt;&lt;/ul&gt;&lt;/blockquote&gt;&lt;h3&gt;&lt;/h3&gt;&lt;h3&gt;Key:&lt;/h3&gt;&lt;table class="noborder" cellspacing="3" cellpadding="3" width="85%"&gt;    &lt;thead bgcolor="#dddddd"&gt;        &lt;tr&gt;            &lt;th&gt;Symbol&lt;/th&gt;            &lt;th&gt;Meaning&lt;/th&gt;        &lt;/tr&gt;    &lt;/thead&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="vertical-align: top;"&gt;Release to Manufacturing, no service pack.&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;SP&lt;em&gt;n&lt;br /&gt;            &lt;/em&gt;KB&lt;em&gt;nnn&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="vertical-align: top;"&gt;Minimum required service pack or Microsoft Update. Later service packs &lt;span style="text-decoration: underline;"&gt;are&lt;/span&gt; supported.&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;Qxxxxxx &lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="vertical-align: top;"&gt;Tested, Supported. See the KB article listed for known issues and workarounds.&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" style="border-width: 0px; border-style: solid; border-color: initial; margin-left: 0px; margin-right: 0px;" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="vertical-align: top;"&gt;Not currently supported, obsolete, or known issues.&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" style="border-width: 0px; border-style: solid; border-color: initial; margin-left: 0px; margin-right: 0px;" src="https://support.levelblue.com/kb/Attachments/fffb7a5f-7ab3-43f8-8283-a837.jpg" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="vertical-align: top;"&gt;Not specifically tested. Not yet supported. LevelBlue plans to test and provide support in a later product release. For details of the policy on new OS and SP versions, see &lt;a href="https://support.levelblue.com/kb/article.aspx?id=13687" target="_blank"&gt;Q13687&lt;/a&gt;.&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;(blank) &lt;/p&gt;            &lt;/td&gt;            &lt;td style="vertical-align: top;"&gt;Not applicable to this product.&lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;a name="os"&gt;&lt;/a&gt;&lt;h3&gt;&lt;/h3&gt;&lt;h2&gt;Operating Systems and Prerequisites&lt;/h2&gt;&lt;p&gt;The table below lists minimum compatible operating system versions and service packs. The products have been tested with the minimum compatible service pack (and in some cases with later service packs).&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;Note on Service Packs and Operating System updates:&lt;/strong&gt; If product functionality is affected by Service Packs or Microsoft updates, LevelBlue will work with customers to restore functionality. If a full resolution requires product development, it may not be available immediately.&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;The listed products do not support RISC architectures. x64 or x86 is the supported architecture.&lt;/p&gt;&lt;h3&gt;&lt;/h3&gt;&lt;h3&gt;Server Operating Systems&lt;/h3&gt;&lt;p&gt;&lt;table cellspacing="0" cellpadding="5" width="95%" border="1"&gt;    &lt;thead style="display: table-header-group;"&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt; &lt;/p&gt;            &lt;br /&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;MailMarshal&lt;br /&gt;            11.3&lt;br /&gt;            &lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;MailMarshal Web&lt;br /&gt;            Components 11.3&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;Marshal Reporting Console &lt;br /&gt;            2.6&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;WebMarshal&lt;br /&gt;            7.6&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/thead&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;td valign="top" style="text-align: left;"&gt;Windows Server 2025&lt;/td&gt;            &lt;td valign="top" style="text-align: center;"&gt;&lt;strong style="text-align: -webkit-center;"&gt;RTM&lt;/strong&gt;&lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt; &lt;a href="https://support.levelblue.com/kb/article.aspx?id=21228" target="_blank" class="ApplyClass" style="font-weight: bold;"&gt;Q21228&lt;/a&gt;&lt;br /&gt;            &lt;em&gt;(Limited testing performed)&lt;/em&gt;&lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt; &lt;strong&gt;RTM&lt;/strong&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;Windows Server 2022&lt;br /&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt; &lt;strong&gt;RTM&lt;/strong&gt;&lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt; &lt;strong&gt;RTM&lt;/strong&gt;&lt;br /&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;Windows Server 2019&lt;br /&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;br /&gt;            &lt;em&gt;(Also with any SEG 8.X)&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt; &lt;strong&gt;RTM&lt;/strong&gt;&lt;/td&gt;            &lt;td style="text-align: center;" valign="top"&gt; &lt;strong&gt;RTM&lt;/strong&gt;&lt;br /&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;Windows Server 2016&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;Windows Server 2012 R2&lt;br /&gt;            &lt;em&gt;See also SQL Server service pack requirements&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;&lt;strong&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="margin-right: 0px; margin-left: 0px; border-style: solid;" /&gt;&lt;/p&gt;            &lt;/strong&gt;&lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="margin-right: 0px; margin-left: 0px; border-style: solid; font-weight: 700;" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;&lt;strong&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;KB2919355&lt;/strong&gt;&lt;/p&gt;            &lt;/strong&gt;&lt;/td&gt;            &lt;td valign="top"&gt;&lt;strong&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="margin-right: 0px; margin-left: 0px; border-style: solid;" /&gt;&lt;/p&gt;            &lt;/strong&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;Windows Server 2012&lt;br /&gt;            &lt;em&gt;See also SQL Server service pack requirements&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="margin-right: 0px; margin-left: 0px; border-style: solid; font-weight: 700;" /&gt;&lt;br /&gt;            &lt;span style="font-weight: 700; text-align: left;"&gt;(10.0.6 is the last release that allows&lt;br /&gt;            &lt;/span&gt;&lt;span style="font-weight: 700; text-align: left;"&gt;installation on Windows 2012)&lt;/span&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="margin-right: 0px; margin-left: 0px; border-style: solid; font-weight: 700;" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="margin-right: 0px; margin-left: 0px; border-style: solid; font-weight: 700;" /&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;Windows Server Core edition&lt;br /&gt;            (any release)&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" style="border-width: 0px; border-style: solid; border-color: initial; margin-left: 0px; margin-right: 0px;" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" style="border-width: 0px; border-style: solid; border-color: initial; margin-left: 0px; margin-right: 0px;" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" style="border-width: 0px; border-style: solid; border-color: initial; margin-left: 0px; margin-right: 0px;" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;img alt="" style="border-width: 0px; border-style: solid; border-color: initial; margin-left: 0px; margin-right: 0px;" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" /&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt;&lt;h3&gt;Workstation Operating Systems&lt;br /&gt;&lt;em&gt;(for server installation)&lt;/em&gt;&lt;/h3&gt;&lt;p&gt;&lt;table cellspacing="0" cellpadding="5" width="95%" border="1"&gt;    &lt;thead style="display: table-header-group;"&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt; &lt;/p&gt;            &lt;br /&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;MailMarshal&lt;br /&gt;            &lt;/strong&gt;&lt;strong&gt;11.3&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;MailMarshal &lt;/strong&gt;&lt;strong&gt;Web&lt;br /&gt;            Components 11.3&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;Marshal Reporting Console &lt;br /&gt;            2.6&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;WebMarshal&lt;br /&gt;            7.6&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/thead&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;Windows 10 or 11&lt;br /&gt;            (32 and 64 bit)&lt;br /&gt;            &lt;em&gt;See also SQL Server service pack requirements&lt;/em&gt; &lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;br /&gt;            &lt;/strong&gt;&lt;em&gt;(64 bit required. &lt;br /&gt;            Permitted &lt;em&gt;but &lt;br /&gt;            not recommended&lt;/em&gt;)&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;br /&gt;            &lt;/strong&gt;&lt;em&gt;(Permitted &lt;em&gt;but &lt;br /&gt;            not recommended&lt;/em&gt;)&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;&lt;img alt="" style="border-width: 0px; border-style: solid; border-color: initial; margin-left: 0px; margin-right: 0px;" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" /&gt;&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;br /&gt;            &lt;/strong&gt;&lt;em&gt;(Permitted &lt;em&gt;but&lt;br /&gt;            not recommended&lt;/em&gt;)&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt;&lt;h3&gt;Prerequisites&lt;/h3&gt;&lt;p&gt;&lt;table cellspacing="0" cellpadding="5" width="95%" border="1"&gt;    &lt;thead style="display: table-header-group;"&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt; &lt;/p&gt;            &lt;br /&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;MailMarshal&lt;br /&gt;            &lt;/strong&gt;&lt;strong&gt;11.3&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;MailMarshal&lt;/strong&gt;&lt;strong&gt; Web&lt;br /&gt;            Components 11.3&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;Marshal Reporting Console &lt;br /&gt;            2.6&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;WebMarshal&lt;br /&gt;            7.6&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/thead&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;Web Browser&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;The Management Console works with Microsoft Edge, Mozilla Firefox, Google Chrome and Safari.&lt;br /&gt;            Internet Explorer is explicitly not supported.&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;SQM works with current versions of major browsers, such as Edge, Mozilla Firefox, Google Chrome and Safari.&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;MRC works with current versions of major browsers, such as Edge, Mozilla Firefox, Google Chrome and Safari.&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;Any browser can be used as client.&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;.NET Framework&lt;br /&gt;            &lt;em&gt;(minimum - later 4.X is also supported)&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt; 4.6.1 &lt;br /&gt;            &lt;em&gt;MailMarshal also automatically installs a version of the newer .NET technology (previously known as .NET Core) on Array Manager servers. &lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;3.5 SP1 and 4.0&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;3.5 SP1&lt;br /&gt;            (Note that SQL 2016 requires .NET 4.6)&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;4.6.2&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;a name="sql"&gt;&lt;/a&gt;&lt;/p&gt;&lt;h3&gt;SQL Server Versions&lt;/h3&gt;&lt;p&gt;&lt;table cellspacing="0" cellpadding="5" width="95%" border="1"&gt;    &lt;thead style="display: table-header-group;"&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt; &lt;/p&gt;            &lt;br /&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;MailMarshal&lt;/strong&gt;&lt;strong&gt;&lt;br /&gt;            11.3&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;Marshal Reporting Console &lt;br /&gt;            2.6&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;WebMarshal&lt;br /&gt;            7.6&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/thead&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;SQL 2012&lt;br /&gt;            SQL Express 2012&lt;br /&gt;            &lt;span style="font-size: 13px;"&gt;&lt;em&gt;(Microsoft ESU ends July 2025)&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;&lt;img alt="" width="32" height="32" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="border-style: solid;" /&gt;&lt;/strong&gt;&lt;br /&gt;            (10.0.6 is the last release that &lt;br /&gt;            allows installation using SQL 2012)&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;&lt;img alt="" width="32" height="32" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="border-style: solid;" /&gt;&lt;/p&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt; &lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;&lt;img alt="" width="32" height="32" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="border-style: solid;" /&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;SQL 2014&lt;br /&gt;            SQL Express 2014&lt;br /&gt;            &lt;em style="font-size: small;"&gt;(Microsoft ESU ends July 2027)&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;&lt;strong&gt;&lt;img alt="" width="32" height="32" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="border-style: solid;" /&gt;&lt;br /&gt;            &lt;em&gt;(CAUTION: Upgrade from earlier versions fails under SQL 2014)&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;SP3&lt;/p&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt; &lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;SP3&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;SQL 2016&lt;br /&gt;            SQL Express 2016&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;&lt;strong&gt;&lt;img alt="" width="32" height="32" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" style="border-style: solid;" /&gt;&lt;br /&gt;            &lt;/strong&gt;&lt;strong&gt;&lt;em&gt;(CAUTION: Upgrade from earlier versions fails under SQL 2016)&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;&lt;em&gt;&lt;/em&gt; SP3&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;SP3&lt;/strong&gt;&lt;/p&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt; &lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;SQL 2017&lt;br /&gt;            SQL Express 2017&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;RTM&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;&lt;em&gt;&lt;/em&gt;&lt;img alt="" width="32" height="32" style="border-style: solid;" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;RTM&lt;/strong&gt;&lt;/p&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt; &lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;SQL 2019&lt;br /&gt;            SQL Express 2019&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;RTM&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;&lt;em&gt;&lt;/em&gt;&lt;img alt="" width="32" height="32" style="border-style: solid;" src="https://support.levelblue.com/kb/Attachments/a8ceaf01-e957-4e17-94a7-2247.jpg" /&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;span style="font-weight: bold; text-align: left;"&gt;&lt;strong&gt;RTM&lt;/strong&gt; &lt;/span&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;SQL 2022&lt;br /&gt;            SQL Express 2022&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;RTM&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt;Can upgrade from SQL 2016&lt;br /&gt;            &lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle21228.aspx" target="_blank" class="ApplyClass"&gt;Q21228&lt;/a&gt;&lt;em&gt;&lt;/em&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;&lt;span style="font-weight: bold; text-align: left;"&gt;&lt;strong&gt;RTM&lt;/strong&gt; &lt;/span&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p&gt;Azure SQL Server&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;Supported where &lt;br /&gt;            MailMarshal is deployed on Azure&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="font-weight: bold; text-align: center;"&gt; &lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt; &lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt;&lt;p&gt;&lt;a name="sql2012"&gt;&lt;/a&gt;&lt;/p&gt;&lt;h3&gt;Notes on MRC Installation&lt;/h3&gt;&lt;ul&gt;    &lt;li&gt;MRC 2.6 cannot be installed with SQL versions later than 2016 for the reporting database. However, after installation using the bundled SQL 2016 Express, the SQL Express instances can be upgraded. See &lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle21228.aspx" target="_blank" class="ApplyClass" style="text-align: -webkit-center;"&gt;Q21228&lt;/a&gt;. &lt;/li&gt;    &lt;li&gt;MRC &lt;strong&gt;can &lt;/strong&gt;report on data in MailMarshal or WebMarshal databases hosted on later SQL versions. &lt;/li&gt;&lt;/ul&gt;</description><pubDate>Thu, 16 Apr 2026 20:46:27 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>Upgrading SQL Reporting Services to SQL 2022</title><link>https://support.levelblue.com/kb/Goto21228.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Marshal Reporting Console&lt;/li&gt;    &lt;li&gt;SQL Server and SSRS 2022&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Can I install MRC with SQL 2022?&lt;/li&gt;    &lt;li&gt;Can I upgrade the MRC SQL and SQL Reporting Services instances to SQL 2022?&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;MRC 2.6 cannot be directly installed with SSRS 2022. However it is possible to upgrade the standalone MRC instances to SQL 2022 and SSRS 2022.&lt;/p&gt;&lt;p&gt;This procedure assumes you have installed MRC using the bundled SQL Express 2016 Advanced installer, and tested operation.&lt;/p&gt;&lt;p&gt;&lt;ul&gt;    &lt;li&gt;This procedure can also be used for a new installation on Windows 2025 (SQL Express 2016 must be manually installed first - see the notes section below).&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;Install &lt;a href="https://www.microsoft.com/en-us/download/details.aspx?id=103440" target="_blank" class="ApplyClass"&gt;SQL 2016 Service Pack 3&lt;/a&gt; for the MRC_SQLEXPRESS instance.  A computer restart will be required after installation.&lt;br /&gt;    &lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/21228/21228-1.png" style="width: 400px; height: 302px;" /&gt;&lt;/li&gt;    &lt;li&gt;From the Start menu, open Reporting Services Configuration Manager.    &lt;ul&gt;        &lt;li&gt;Note the Report Server Database Name (by default, ReportServer$MRC_SQLEXPRESS). If you have used custom credentials, note the settings.&lt;/li&gt;        &lt;li&gt;From the Encryption Keys page, back up the key to a file.&lt;/li&gt;        &lt;li&gt;Exit the Reporting Services Configuration Manager.&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Install &lt;a href="https://www.microsoft.com/en-us/download/details.aspx?id=104502" target="_blank"&gt;Microsoft SQL Server 2022 Reporting Services&lt;/a&gt;.    &lt;ul&gt;        &lt;li&gt;Choose the free edition Express.&lt;br /&gt;        &lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/21228/21228-2.png" style="width: 300px; height: 259px;" /&gt;&lt;/li&gt;        &lt;li&gt;On the Setup Complete screen, click &lt;strong&gt;Configure report server.&lt;/strong&gt;&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;In the Report Server Configuration Manager:    &lt;ul&gt;        &lt;li&gt;On the WebService URL page, click &lt;strong&gt;Apply &lt;/strong&gt;to accept the default values.&lt;/li&gt;        &lt;li&gt;On the Database page, click &lt;strong&gt;Change Database&lt;/strong&gt;. In the wizard,        &lt;ul&gt;            &lt;li&gt;Select &lt;strong&gt;Choose an existing report server database&lt;/strong&gt;.&lt;/li&gt;            &lt;li&gt;On the Database Server page, the Server Name is the local computer name with MRC_SQLEXPRESS. Do not choose "Encrypt".&lt;/li&gt;            &lt;li&gt;On the Database page, select the database you noted in step 2. &lt;br /&gt;            &lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/21228/21228-3.png" style="width: 300px; height: 221px;" /&gt;&lt;/li&gt;            &lt;li&gt;On the Credentials page, if you have not used the default service credentials, enter the credentials you noted in step 2.&lt;/li&gt;            &lt;li&gt;Complete the wizard, click &lt;strong&gt;Finish&lt;/strong&gt;, and exit the wizard.&lt;/li&gt;            &lt;li&gt;On the Encryption Keys page, restore the key from your backup. You will be asked for confirmation to remove other registered servers. Click &lt;strong&gt;OK&lt;/strong&gt; to this question.&lt;/li&gt;            &lt;li&gt;Exit the Reporting Services Configuration Manager.&lt;/li&gt;        &lt;/ul&gt;        &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Upgrade to &lt;a href="https://www.microsoft.com/en-us/download/details.aspx?id=104781" target="_blank"&gt;SQL Server 2022 Express&lt;/a&gt;.    &lt;ul&gt;        &lt;li&gt;On the Welcome screen, choose the Custom option.&lt;/li&gt;        &lt;li&gt;On the Installation Center screen, choose Upgrade.&lt;/li&gt;        &lt;li&gt;On the Select Instance screen, select MRC_SQLEXPRESS.&lt;br /&gt;        &lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/21228/21228-4.png" style="width: 400px; height: 352px;" /&gt;&lt;/li&gt;        &lt;li&gt;On the Reporting Services Migration screen, check the box &lt;strong&gt;Uninstall Reporting Services&lt;/strong&gt;. &lt;/li&gt;        &lt;li&gt;Complete the upgrade process.&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;div&gt;&lt;ul&gt;    &lt;li&gt;On Windows Server 2025 the MRC installer cannot be used to install SQL Express. However you can manually install SQL Express 2016 SP3 Advanced before installing MRC, and choose to use the existing installation.    &lt;ul&gt;        &lt;li&gt;Do not select installation of "R Services"&lt;/li&gt;        &lt;li&gt;Remember to select "Mixed Mode" authentication.&lt;/li&gt;        &lt;li&gt;You must also enable TCP connections to the SQL instance, using SQL Configuration Manager.&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;In some cases (where a current release of MailMarshal Array Manager is installed on the same server), the installation of SQL 2022 may report an error on installation of MSOLEDBSQL.&lt;/li&gt;    &lt;ul&gt;        &lt;li&gt;You can safely ignore this error and continue. MailMarshal has already installed a compatible version of MSOLDDBSQL.&lt;/li&gt;        &lt;li&gt;If the error appears in the rules check and you cannot continue:        &lt;ul&gt;            &lt;li&gt;Stop the MailMarshal Array Manager.&lt;/li&gt;            &lt;li&gt;Uninstall the offending version of MSOLEDBSQL.&lt;/li&gt;            &lt;li&gt;Upgrade SQL&lt;/li&gt;            &lt;li&gt;Re-install the version of MSOLEDBSQL. All versions are available for &lt;a href="https://learn.microsoft.com/en-us/sql/connect/oledb/release-notes-for-oledb-driver-for-sql-server?view=sql-server-ver16#previous-releases" target="_blank"&gt;download from Microsoft&lt;/a&gt;.&lt;/li&gt;            &lt;li&gt;Start the Array Manager.&lt;/li&gt;        &lt;/ul&gt;        &lt;/li&gt;    &lt;/ul&gt;&lt;/ul&gt;&lt;/div&gt;</description><pubDate>Thu, 16 Apr 2026 20:42:45 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>Upgrading SQL Reporting Services to SQL 2022</title><link>https://support.levelblue.com/kb/Goto21228.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Marshal Reporting Console&lt;/li&gt;    &lt;li&gt;SQL Server and SSRS 2022&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Can I install MRC with SQL 2022?&lt;/li&gt;    &lt;li&gt;Can I upgrade the MRC SQL and SQL Reporting Services instances to SQL 2022?&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;MRC 2.6 cannot be directly installed with SSRS 2022. However it is possible to upgrade the standalone MRC instances to SQL 2022 and SSRS 2022.&lt;/p&gt;&lt;p&gt;This procedure assumes you have installed MRC using the bundled SQL Express 2016 Advanced installer, and tested operation.&lt;/p&gt;&lt;p&gt;&lt;ul&gt;    &lt;li&gt;This procedure can also be used for a new installation on Windows 2025 (SQL Express 2016 must be manually installed first - see the notes section below).&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;Install &lt;a href="https://www.microsoft.com/en-us/download/details.aspx?id=103440" target="_blank" class="ApplyClass"&gt;SQL 2016 Service Pack 3&lt;/a&gt; for the MRC_SQLEXPRESS instance.  A computer restart will be required after installation.&lt;br /&gt;    &lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/21228/21228-1.png" style="width: 400px; height: 302px;" /&gt;&lt;/li&gt;    &lt;li&gt;From the Start menu, open Reporting Services Configuration Manager.    &lt;ul&gt;        &lt;li&gt;Note the Report Server Database Name (by default, ReportServer$MRC_SQLEXPRESS). If you have used custom credentials, note the settings.&lt;/li&gt;        &lt;li&gt;From the Encryption Keys page, back up the key to a file.&lt;/li&gt;        &lt;li&gt;Exit the Reporting Services Configuration Manager.&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Install &lt;a href="https://www.microsoft.com/en-us/download/details.aspx?id=104502" target="_blank"&gt;Microsoft SQL Server 2022 Reporting Services&lt;/a&gt;.    &lt;ul&gt;        &lt;li&gt;Choose the free edition Express.&lt;br /&gt;        &lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/21228/21228-2.png" style="width: 300px; height: 259px;" /&gt;&lt;/li&gt;        &lt;li&gt;On the Setup Complete screen, click &lt;strong&gt;Configure report server.&lt;/strong&gt;&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;In the Report Server Configuration Manager:    &lt;ul&gt;        &lt;li&gt;On the WebService URL page, click &lt;strong&gt;Apply &lt;/strong&gt;to accept the default values.&lt;/li&gt;        &lt;li&gt;On the Database page, click &lt;strong&gt;Change Database&lt;/strong&gt;. In the wizard,        &lt;ul&gt;            &lt;li&gt;Select &lt;strong&gt;Choose an existing report server database&lt;/strong&gt;.&lt;/li&gt;            &lt;li&gt;On the Database Server page, the Server Name is the local computer name with MRC_SQLEXPRESS. Do not choose "Encrypt".&lt;/li&gt;            &lt;li&gt;On the Database page, select the database you noted in step 2. &lt;br /&gt;            &lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/21228/21228-3.png" style="width: 300px; height: 221px;" /&gt;&lt;/li&gt;            &lt;li&gt;On the Credentials page, if you have not used the default service credentials, enter the credentials you noted in step 2.&lt;/li&gt;            &lt;li&gt;Complete the wizard, click &lt;strong&gt;Finish&lt;/strong&gt;, and exit the wizard.&lt;/li&gt;            &lt;li&gt;On the Encryption Keys page, restore the key from your backup. You will be asked for confirmation to remove other registered servers. Click &lt;strong&gt;OK&lt;/strong&gt; to this question.&lt;/li&gt;            &lt;li&gt;Exit the Reporting Services Configuration Manager.&lt;/li&gt;        &lt;/ul&gt;        &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Upgrade to &lt;a href="https://www.microsoft.com/en-us/download/details.aspx?id=104781" target="_blank"&gt;SQL Server 2022 Express&lt;/a&gt;.    &lt;ul&gt;        &lt;li&gt;On the Welcome screen, choose the Custom option.&lt;/li&gt;        &lt;li&gt;On the Installation Center screen, choose Upgrade.&lt;/li&gt;        &lt;li&gt;On the Select Instance screen, select MRC_SQLEXPRESS.&lt;br /&gt;        &lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/21228/21228-4.png" style="width: 400px; height: 352px;" /&gt;&lt;/li&gt;        &lt;li&gt;On the Reporting Services Migration screen, check the box &lt;strong&gt;Uninstall Reporting Services&lt;/strong&gt;. &lt;/li&gt;        &lt;li&gt;Complete the upgrade process.&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;div&gt;&lt;ul&gt;    &lt;li&gt;On Windows Server 2025 the MRC installer cannot be used to install SQL Express. However you can manually install SQL Express 2016 SP3 Advanced before installing MRC, and choose to use the existing installation.    &lt;ul&gt;        &lt;li&gt;Do not select installation of "R Services"&lt;/li&gt;        &lt;li&gt;Remember to select "Mixed Mode" authentication.&lt;/li&gt;        &lt;li&gt;You must also enable TCP connections to the SQL instance, using SQL Configuration Manager.&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;In some cases (where a current release of MailMarshal Array Manager is installed on the same server), the installation of SQL 2022 may report an error on installation of MSOLEDBSQL.&lt;/li&gt;    &lt;ul&gt;        &lt;li&gt;You can safely ignore this error and continue. MailMarshal has already installed a compatible version of MSOLDDBSQL.&lt;/li&gt;        &lt;li&gt;If the error appears in the rules check and you cannot continue:        &lt;ul&gt;            &lt;li&gt;Stop the MailMarshal Array Manager.&lt;/li&gt;            &lt;li&gt;Uninstall the offending version of MSOLEDBSQL.&lt;/li&gt;            &lt;li&gt;Upgrade SQL&lt;/li&gt;            &lt;li&gt;Re-install the version of MSOLEDBSQL. All versions are available for &lt;a href="https://learn.microsoft.com/en-us/sql/connect/oledb/release-notes-for-oledb-driver-for-sql-server?view=sql-server-ver16#previous-releases" target="_blank"&gt;download from Microsoft&lt;/a&gt;.&lt;/li&gt;            &lt;li&gt;Start the Array Manager.&lt;/li&gt;        &lt;/ul&gt;        &lt;/li&gt;    &lt;/ul&gt;&lt;/ul&gt;&lt;/div&gt;</description><pubDate>Thu, 16 Apr 2026 20:42:45 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>Upgrading SQL Reporting Services to SQL 2022</title><link>https://support.levelblue.com/kb/Goto21228.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Marshal Reporting Console&lt;/li&gt;    &lt;li&gt;SQL Server and SSRS 2022&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Can I install MRC with SQL 2022?&lt;/li&gt;    &lt;li&gt;Can I upgrade the MRC SQL and SQL Reporting Services instances to SQL 2022?&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;MRC 2.6 cannot be directly installed with SSRS 2022. However it is possible to upgrade the standalone MRC instances to SQL 2022 and SSRS 2022.&lt;/p&gt;&lt;p&gt;This procedure assumes you have installed MRC using the bundled SQL Express 2016 Advanced installer, and tested operation.&lt;/p&gt;&lt;p&gt;&lt;ul&gt;    &lt;li&gt;This procedure can also be used for a new installation on Windows 2025 (SQL Express 2016 must be manually installed first - see the notes section below).&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;Install &lt;a href="https://www.microsoft.com/en-us/download/details.aspx?id=103440" target="_blank" class="ApplyClass"&gt;SQL 2016 Service Pack 3&lt;/a&gt; for the MRC_SQLEXPRESS instance.  A computer restart will be required after installation.&lt;br /&gt;    &lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/21228/21228-1.png" style="width: 400px; height: 302px;" /&gt;&lt;/li&gt;    &lt;li&gt;From the Start menu, open Reporting Services Configuration Manager.    &lt;ul&gt;        &lt;li&gt;Note the Report Server Database Name (by default, ReportServer$MRC_SQLEXPRESS). If you have used custom credentials, note the settings.&lt;/li&gt;        &lt;li&gt;From the Encryption Keys page, back up the key to a file.&lt;/li&gt;        &lt;li&gt;Exit the Reporting Services Configuration Manager.&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Install &lt;a href="https://www.microsoft.com/en-us/download/details.aspx?id=104502" target="_blank"&gt;Microsoft SQL Server 2022 Reporting Services&lt;/a&gt;.    &lt;ul&gt;        &lt;li&gt;Choose the free edition Express.&lt;br /&gt;        &lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/21228/21228-2.png" style="width: 300px; height: 259px;" /&gt;&lt;/li&gt;        &lt;li&gt;On the Setup Complete screen, click &lt;strong&gt;Configure report server.&lt;/strong&gt;&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;In the Report Server Configuration Manager:    &lt;ul&gt;        &lt;li&gt;On the WebService URL page, click &lt;strong&gt;Apply &lt;/strong&gt;to accept the default values.&lt;/li&gt;        &lt;li&gt;On the Database page, click &lt;strong&gt;Change Database&lt;/strong&gt;. In the wizard,        &lt;ul&gt;            &lt;li&gt;Select &lt;strong&gt;Choose an existing report server database&lt;/strong&gt;.&lt;/li&gt;            &lt;li&gt;On the Database Server page, the Server Name is the local computer name with MRC_SQLEXPRESS. Do not choose "Encrypt".&lt;/li&gt;            &lt;li&gt;On the Database page, select the database you noted in step 2. &lt;br /&gt;            &lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/21228/21228-3.png" style="width: 300px; height: 221px;" /&gt;&lt;/li&gt;            &lt;li&gt;On the Credentials page, if you have not used the default service credentials, enter the credentials you noted in step 2.&lt;/li&gt;            &lt;li&gt;Complete the wizard, click &lt;strong&gt;Finish&lt;/strong&gt;, and exit the wizard.&lt;/li&gt;            &lt;li&gt;On the Encryption Keys page, restore the key from your backup. You will be asked for confirmation to remove other registered servers. Click &lt;strong&gt;OK&lt;/strong&gt; to this question.&lt;/li&gt;            &lt;li&gt;Exit the Reporting Services Configuration Manager.&lt;/li&gt;        &lt;/ul&gt;        &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Upgrade to &lt;a href="https://www.microsoft.com/en-us/download/details.aspx?id=104781" target="_blank"&gt;SQL Server 2022 Express&lt;/a&gt;.    &lt;ul&gt;        &lt;li&gt;On the Welcome screen, choose the Custom option.&lt;/li&gt;        &lt;li&gt;On the Installation Center screen, choose Upgrade.&lt;/li&gt;        &lt;li&gt;On the Select Instance screen, select MRC_SQLEXPRESS.&lt;br /&gt;        &lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/21228/21228-4.png" style="width: 400px; height: 352px;" /&gt;&lt;/li&gt;        &lt;li&gt;On the Reporting Services Migration screen, check the box &lt;strong&gt;Uninstall Reporting Services&lt;/strong&gt;. &lt;/li&gt;        &lt;li&gt;Complete the upgrade process.&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;div&gt;&lt;ul&gt;    &lt;li&gt;On Windows Server 2025 the MRC installer cannot be used to install SQL Express. However you can manually install SQL Express 2016 SP3 Advanced before installing MRC, and choose to use the existing installation.    &lt;ul&gt;        &lt;li&gt;Do not select installation of "R Services"&lt;/li&gt;        &lt;li&gt;Remember to select "Mixed Mode" authentication.&lt;/li&gt;        &lt;li&gt;You must also enable TCP connections to the SQL instance, using SQL Configuration Manager.&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;In some cases (where a current release of MailMarshal Array Manager is installed on the same server), the installation of SQL 2022 may report an error on installation of MSOLEDBSQL.&lt;/li&gt;    &lt;ul&gt;        &lt;li&gt;You can safely ignore this error and continue. MailMarshal has already installed a compatible version of MSOLDDBSQL.&lt;/li&gt;        &lt;li&gt;If the error appears in the rules check and you cannot continue:        &lt;ul&gt;            &lt;li&gt;Stop the MailMarshal Array Manager.&lt;/li&gt;            &lt;li&gt;Uninstall the offending version of MSOLEDBSQL.&lt;/li&gt;            &lt;li&gt;Upgrade SQL&lt;/li&gt;            &lt;li&gt;Re-install the version of MSOLEDBSQL. All versions are available for &lt;a href="https://learn.microsoft.com/en-us/sql/connect/oledb/release-notes-for-oledb-driver-for-sql-server?view=sql-server-ver16#previous-releases" target="_blank"&gt;download from Microsoft&lt;/a&gt;.&lt;/li&gt;            &lt;li&gt;Start the Array Manager.&lt;/li&gt;        &lt;/ul&gt;        &lt;/li&gt;    &lt;/ul&gt;&lt;/ul&gt;&lt;/div&gt;</description><pubDate>Thu, 16 Apr 2026 20:42:45 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>Latest versions of Unpacker and Filetype for MailMarshal (SEG) and ECM</title><link>https://support.levelblue.com/kb/Goto20446.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;MailMarshal (SEG) 7.X and above&lt;/li&gt;    &lt;li&gt;MailMarshal ECM/MailMarshal Exchange 7.X &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;What is the version of the Unpacker and File Type DLLs for my version of SEG or ECM? &lt;/li&gt;    &lt;li&gt;Is the Unpacker and File Type on my installation up to date? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Information:&lt;/h2&gt;&lt;p&gt;LevelBlue provides updates to File Type identification and the Unpacker functionality with each product release.&lt;/p&gt;&lt;p&gt;LevelBlue can also provide updates through the automatic update function (SpamCensor updater) for File Type, Unpacker, and additional unpacking executables such as 7zip.&lt;/p&gt;&lt;p&gt;This article lists the most recent version of the Unpacker and File Type. The date listed (if any) is the date of the current update released through the automatic updater. &lt;br /&gt;&lt;br /&gt;You can determine the version present in your installation by viewing the Properties &amp;gt; Details tab for each file. Files that can be automatically updated are found on the Array Manager, in the &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;Config &lt;/span&gt;subfolder of the SEG installation.&lt;/p&gt;&lt;h2&gt;Latest File Versions&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;Notes:&lt;/strong&gt; &lt;/p&gt;&lt;ul&gt;    &lt;li&gt;From May 2024, Unpacker and File Type releases are combined.&lt;/li&gt;    &lt;li&gt;Available Release Notes for each release are linked in the tables below. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Updates are no longer published for SEG versions 8.2.6 and below, or for MailMarshal 10.0.0 through 10.0.6 Product support for these releases has ended. &lt;/strong&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;MailMarshal (SEG) Supported Versions&lt;/h3&gt;&lt;blockquote style="margin-right: 0px;" dir="ltr"&gt;&lt;table cellpadding="5"&gt;    &lt;thead style="background-color: silver;"&gt;        &lt;tr&gt;            &lt;th&gt;Product Version &lt;/th&gt;            &lt;th&gt;File Type and Unpacker Version &lt;/th&gt;        &lt;/tr&gt;    &lt;/thead&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;td style="vertical-align: top;"&gt;10.0.7 through 11.3.0&lt;br /&gt;            &lt;br /&gt;            &lt;/td&gt;            &lt;td style="vertical-align: top;"&gt;&lt;a href="https://support.levelblue.com/software/mailmarshal_smtp/unpackerreleasenotes_2026-01-01.htm" target="_blank" class="ApplyClass"&gt;2026.01.01&lt;/a&gt; &lt;br /&gt;            &lt;em&gt;April 13, 2026&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;p&gt; &lt;/p&gt;&lt;/blockquote&gt;&lt;h3&gt;MailMarshal (SEG) Older Versions&lt;/h3&gt;&lt;blockquote style="margin-right: 0px;" dir="ltr"&gt;&lt;table cellpadding="5"&gt;    &lt;thead style="background-color: silver;"&gt;        &lt;tr&gt;            &lt;th&gt;Product Version &lt;/th&gt;            &lt;th&gt;File Type and Unpacker Version &lt;/th&gt;        &lt;/tr&gt;    &lt;/thead&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;td style="vertical-align: top;"&gt;8.3.2&lt;br /&gt;            &lt;br /&gt;            &lt;/td&gt;            &lt;td style="vertical-align: top;"&gt;&lt;a href="https://support.levelblue.com/software/mailmarshal_smtp/unpackerreleasenotes_2025-02-01.htm" target="_blank" class="ApplyClass"&gt;2025.02.01&lt;/a&gt; &lt;br /&gt;            &lt;em&gt;July 7, 2025&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td style="vertical-align: top;"&gt;8.2.6&lt;br /&gt;            10.0.4 through 10.0.6&lt;br /&gt;            &lt;br /&gt;            &lt;/td&gt;            &lt;td style="vertical-align: top;"&gt;&lt;a href="https://support.levelblue.com/software/mailmarshal_smtp/unpackerreleasenotes_2024-04-01.htm" target="_blank" class="ApplyClass"&gt;2024.04.01&lt;/a&gt; &lt;br /&gt;            &lt;em&gt;December 5, 2024&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td style="vertical-align: top;"&gt;10.0.3&lt;br /&gt;            &lt;br /&gt;            &lt;/td&gt;            &lt;td style="vertical-align: top;"&gt;&lt;a href="https://support.levelblue.com/software/mailmarshal_smtp/unpackerreleasenotes_2024-02-01.htm" target="_blank" class="ApplyClass"&gt;2024.02.01&lt;/a&gt; &lt;br /&gt;            &lt;em&gt;May 7, 2024&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;p&gt; &lt;/p&gt;&lt;/blockquote&gt;&lt;blockquote style="margin-right: 0px;" dir="ltr"&gt;&lt;table cellpadding="5"&gt;    &lt;thead style="background-color: silver;"&gt;        &lt;tr&gt;            &lt;th&gt;Product Version &lt;/th&gt;            &lt;th&gt;Unpacker Version &lt;/th&gt;            &lt;th&gt;File Type Version &lt;/th&gt;        &lt;/tr&gt;    &lt;/thead&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;td style="vertical-align: top; background-color: #eeeeee;"&gt;8.2.0 through 8.2.4&lt;br /&gt;            10.0.0 through 10.0.2&lt;br /&gt;            &lt;br /&gt;            &lt;/td&gt;            &lt;td style="vertical-align: top; background-color: #eeeeee;"&gt;&lt;a href="https://support.levelblue.com/software/mailmarshal_smtp/unpackerreleasenotes_2023-03-01.htm" target="_blank" class="ApplyClass"&gt;2023.03.01&lt;/a&gt;&lt;br /&gt;            &lt;em&gt;September 26, 2023&lt;/em&gt;&lt;/td&gt;            &lt;td style="vertical-align: top; background-color: #eeeeee;"&gt;&lt;a href="https://support.levelblue.com/software/mailmarshal_smtp/filetypereleasenotes_2023-03-01.htm" target="_blank"&gt;2023.03.01&lt;/a&gt;&lt;br /&gt;            &lt;em&gt;September 26&lt;/em&gt;&lt;em&gt;, 2023&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td style="vertical-align: top;"&gt;8.1.0 through 8.1.3&lt;/td&gt;            &lt;td style="vertical-align: top;"&gt;&lt;a href="https://support.levelblue.com/software/mailmarshal_smtp/unpackerreleasenotes_8.1.11.htm" class="ApplyClass" target="_blank"&gt;8.1.11&lt;/a&gt;&lt;br /&gt;            &lt;em&gt;October 4, 2021&lt;/em&gt;&lt;/td&gt;            &lt;td style="vertical-align: top;"&gt;&lt;a href="https://support.levelblue.com/software/mailmarshal_smtp/filetypereleasenotes_8.1.6.htm" class="ApplyClass" target="_blank"&gt;8.1.6&lt;/a&gt;&lt;br /&gt;            &lt;em&gt;October 4, 2021&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td style="vertical-align: top; background-color: #eeeeee;"&gt;8.0.1 through 8.0.7&lt;/td&gt;            &lt;td style="vertical-align: top; background-color: #eeeeee;"&gt;&lt;a href="https://support.levelblue.com/software/mailmarshal_smtp/unpackerreleasenotes_8.0.10.htm" class="ApplyClass" target="_blank"&gt;8.0.10.556&lt;/a&gt;&lt;br /&gt;            &lt;em&gt;October 20, 2020&lt;/em&gt;&lt;/td&gt;            &lt;td style="vertical-align: top; background-color: #eeeeee;"&gt;&lt;a href="https://support.levelblue.com/software/mailmarshal_smtp/filetypereleasenotes_8.0.6.htm" class="ApplyClass" target="_blank"&gt;8.0.6&lt;/a&gt;&lt;br /&gt;            &lt;em&gt;October 6, 2020&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td style="vertical-align: top;"&gt;8.0.0&lt;br /&gt;            &lt;/td&gt;            &lt;td class="ApplyClass" target="_blank" sstyle="vertical-align: top;"&gt;8.0.0&lt;br /&gt;            &lt;em&gt;July 18, 2017&lt;/em&gt;&lt;/td&gt;            &lt;td class="ApplyClass" style="vertical-align: top;" target="_blank"&gt;8.0.0&lt;br /&gt;            &lt;em&gt;July 18, 2017&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td style="vertical-align: top; background-color: #eeeeee;"&gt;7.5.8&lt;br /&gt;            7.5.7&lt;br /&gt;            7.5.6&lt;br /&gt;            7.5.5&lt;/td&gt;            &lt;td style="vertical-align: top; background-color: #eeeeee;"&gt;&lt;a href="https://support.levelblue.com/software/mailmarshal_smtp/unpackerreleasenotes_2.5.5.htm" class="ApplyClass" target="_blank"&gt;2.5.5&lt;/a&gt;&lt;br /&gt;            &lt;em&gt;February 26, 2019&lt;/em&gt;&lt;/td&gt;            &lt;td style="vertical-align: top; background-color: #eeeeee;"&gt;&lt;a href="https://support.levelblue.com/software/mailmarshal_smtp/filetypereleasenotes_7.14.6.htm" class="ApplyClass" target="_blank"&gt;7.14.6&lt;/a&gt;&lt;br /&gt;            &lt;em&gt;January 24, 2019&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr style="vertical-align: top;"&gt;            &lt;td&gt;7.5.1&lt;/td&gt;            &lt;td style="vertical-align: top;"&gt;&lt;a href="https://support.levelblue.com/software/mailmarshal_smtp/unpackerreleasenotes_2.5.2.htm" class="ApplyClass" target="_blank"&gt;2.5.2&lt;/a&gt;&lt;br /&gt;            &lt;em&gt;December 5, 2017&lt;/em&gt;&lt;/td&gt;            &lt;td style="vertical-align: top;"&gt;&lt;a href="https://support.levelblue.com/software/mailmarshal_smtp/filetypereleasenotes_7.14.4.htm" class="ApplyClass" target="_blank"&gt;7.14.4&lt;/a&gt;&lt;br /&gt;            &lt;em&gt;March 6, 2018&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;7.5.0&lt;/td&gt;            &lt;td&gt;&lt;a href="https://support.levelblue.com/software/mailmarshal_smtp/unpackerreleasenotes_2.3.3.htm" target="_blank"&gt;2.3.3&lt;/a&gt;&lt;br /&gt;            &lt;em&gt;December 1, 2015&lt;/em&gt;&lt;/td&gt;            &lt;td style="vertical-align: top;"&gt;&lt;a href="https://support.levelblue.com/software/mailmarshal_smtp/filetypereleasenotes_7.13.2.htm" target="_blank"&gt;7.13.2&lt;/a&gt;&lt;br /&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr style="background-color: #eeeeee;"&gt;            &lt;td&gt;7.3.6&lt;/td&gt;            &lt;td&gt;&lt;a href="https://support.levelblue.com/software/mailmarshal_smtp/unpackerreleasenotes_2.5.2.htm" class="ApplyClass" target="_blank"&gt;2.5.2&lt;/a&gt;&lt;br /&gt;            &lt;em&gt;December 5, 2017&lt;/em&gt;&lt;/td&gt;            &lt;td&gt;&lt;a href="https://support.levelblue.com/software/mailmarshal_smtp/filetypereleasenotes_7.14.4.htm" class="ApplyClass" target="_blank"&gt;7.14.4&lt;/a&gt;&lt;br /&gt;            &lt;em&gt;March 6, 2018&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;7.3.5&lt;/td&gt;            &lt;td&gt;&lt;a href="https://support.levelblue.com/software/mailmarshal_smtp/unpackerreleasenotes_2.5.1.htm" class="ApplyClass" target="_blank"&gt;2.5.1&lt;/a&gt;&lt;br /&gt;            &lt;em&gt;October 4, 2017&lt;/em&gt;&lt;/td&gt;            &lt;td&gt;&lt;a href="https://support.levelblue.com/software/mailmarshal_smtp/filetypereleasenotes_7.14.0.317.htm" class="ApplyClass" target="_blank"&gt;7.14.0.317&lt;/a&gt;&lt;br /&gt;            &lt;em&gt;July 20, 2017&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr style="background-color: #eeeeee;"&gt;            &lt;td&gt;7.3.0&lt;/td&gt;            &lt;td&gt;2.1.5&lt;br /&gt;            &lt;em&gt;May 3, 2015&lt;/em&gt;&lt;/td&gt;            &lt;td&gt;&lt;br /&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;7.2.3&lt;/td&gt;            &lt;td&gt;2.0.8 &lt;br /&gt;            &lt;em&gt;February 17, 2015&lt;/em&gt;&lt;/td&gt;            &lt;td&gt;&lt;br /&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr style="background-color: #eeeeee;"&gt;            &lt;td&gt;7.2.2&lt;/td&gt;            &lt;td&gt;2.0.3&lt;br /&gt;            &lt;em&gt;May 16, 2015&lt;/em&gt;&lt;/td&gt;            &lt;td&gt;&lt;br /&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;7.2.1&lt;br /&gt;            7.2.0&lt;/td&gt;            &lt;td&gt;2.0.3&lt;br /&gt;            &lt;em&gt;January 8, 2014&lt;/em&gt;&lt;/td&gt;            &lt;td&gt;&lt;br /&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr style="background-color: #eeeeee;"&gt;            &lt;td&gt;7.1.2&lt;/td&gt;            &lt;td&gt;1.0.0&lt;br /&gt;            &lt;em&gt;December 8, 2014&lt;/em&gt;&lt;/td&gt;            &lt;td&gt;&lt;br /&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;p&gt; &lt;/p&gt;&lt;/blockquote&gt;&lt;h3&gt;ECM&lt;/h3&gt;&lt;blockquote style="margin-right: 0px;" dir="ltr"&gt;&lt;p&gt;&lt;table cellspacking="5" cellpadding="5"&gt;    &lt;thead style="background-color: silver;"&gt;        &lt;tr&gt;            &lt;th&gt;Product Version &lt;/th&gt;            &lt;th&gt;Unpacker Version &lt;/th&gt;        &lt;/tr&gt;    &lt;/thead&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;td&gt;7.2.0&lt;br /&gt;            7.1.7&lt;br /&gt;            7.1.6&lt;br /&gt;            7.1.5&lt;/td&gt;            &lt;td&gt;&lt;a href="https://support.levelblue.com/software/mailmarshal_exchange/UnpackerReleaseNotes-ECM_1.0.5.htm" class="ApplyClass" target="_blank"&gt;1.0.5&lt;/a&gt;&lt;br /&gt;            &lt;em&gt;February 28, 2019&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt;&lt;/blockquote&gt;</description><pubDate>Mon, 13 Apr 2026 21:54:13 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>What file types are recognized by MailMarshal (SEG) and ECM?</title><link>https://support.levelblue.com/kb/Goto10858.aspx</link><description>&lt;style type="text/css"&gt;    .typetable {width:95%;margin-right:0px;margin-left:auto;border:none !important;}      .typetable td.ftname {vertical-align:top;width: 10%;border:none;font-family:monospace;border-bottom:1px solid silver;padding-bottom:5px;    }   .typetable td.ftdesc {vertical-align:top;border:none;border-bottom:1px solid silver;padding-bottom:5px;padding-bottom:5px;    }    .typetable th {text-align:left;background-color:#dddddd;white-space: nowrap;}&lt;/style&gt;&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;MailMarshal (SEG) current versions&lt;/li&gt;    &lt;li&gt;MailMarshal ECM/MailMarshal Exchange 5.2 and above &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;What file types are recognized by MailMarshal (SEG)? &lt;/li&gt;    &lt;li&gt;What file types are recognized by MailMarshal ECM 5.2 and above?   &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Information:&lt;/h2&gt;&lt;p&gt;The following formats are recognized by current MailMarshal (SEG) and ECM versions.&lt;/p&gt;&lt;p style="margin-right: 0px;" dir="ltr"&gt;&lt;strong&gt;Notes:&lt;/strong&gt; &lt;/p&gt;&lt;ul&gt;    &lt;li&gt;Some types are recognized only with current product versions, as noted. Items marked "Current SEG" were added before 2023. These items are not recognized by ECM.&lt;/li&gt;    &lt;li&gt;Additional types are recognized with specific updates to the File Type DLL. For information about the File Type update for each MailMarshal version, see article &lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle20446.aspx" class="ApplyClass" target="_blank"&gt;Q20446&lt;/a&gt;.    &lt;ul&gt;        &lt;li&gt;File Type updates are distributed through the MailMarshal Automatic Updates to installations with current maintenance. &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Items recognized with a specific MailMarshal/SEG or FileType update are not recognized in MailMarshal Exchange/ECM.&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;In the tables below, &lt;strong&gt;Type Name &lt;/strong&gt;refers to the name seen in the Engine log and rule listings. &lt;strong&gt;Description &lt;/strong&gt;is the name as seen when selecting types in the email policy editor.&lt;/div&gt;&lt;div&gt;&lt;ul&gt;    &lt;li&gt;The Type Name is often the same as the usual file extension. &lt;span style="text-decoration: underline;"&gt;However, file type detection is based on file structure and &lt;/span&gt;&lt;strong style="text-decoration-line: underline;"&gt;NOT on the file extension&lt;/strong&gt;. If you rename a zip archive as ".TXT", it is still recognized as a zip archive by MailMarshal.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;h3 style="color: #000000;"&gt;Archive&lt;/h3&gt;&lt;table class="typetable"&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;th&gt;Type Name&lt;/th&gt;            &lt;th&gt;Description&lt;/th&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;7Z&lt;/td&gt;            &lt;td class="ftdesc"&gt;7Zip Archive &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;7Zcrypt&lt;/td&gt;            &lt;td class="ftdesc"&gt;7Zip encrypted archive &lt;em&gt;(Current SEG)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;7Zsfx&lt;/td&gt;            &lt;td class="ftdesc"&gt;7Zip self extracting archive&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ACE&lt;/td&gt;            &lt;td class="ftdesc"&gt;ACE archive&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ACEsfx&lt;/td&gt;            &lt;td class="ftdesc"&gt;ACE self extracting archive&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;IWA&lt;/td&gt;            &lt;td class="ftdesc"&gt;Apple iWork Archive .IWA &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ARC&lt;/td&gt;            &lt;td class="ftdesc"&gt;ARC archive&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ARJ&lt;/td&gt;            &lt;td class="ftdesc"&gt;ARJ archive&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ARJcrypt&lt;/td&gt;            &lt;td class="ftdesc"&gt;ARJ encrypted archive&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ARJsfxcrypt&lt;/td&gt;            &lt;td class="ftdesc"&gt;ARJ encrypted self extracting archive&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ARJsfx&lt;/td&gt;            &lt;td class="ftdesc"&gt;ARJ self extracting archive&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;B64&lt;/td&gt;            &lt;td class="ftdesc"&gt;Base64 (MIME) Encoding&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;B2A&lt;/td&gt;            &lt;td class="ftdesc"&gt;BtoA Encoding&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;BZ2&lt;/td&gt;            &lt;td class="ftdesc"&gt;bZIP2 archive&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;CABI&lt;/td&gt;            &lt;td class="ftdesc"&gt;InstallShield CAB Archive&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;CPIO&lt;/td&gt;            &lt;td class="ftdesc"&gt;CPIO archive&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;DEB&lt;/td&gt;            &lt;td class="ftdesc"&gt;Debian Binary Package file &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;GZ&lt;/td&gt;            &lt;td class="ftdesc"&gt;GZIP archive&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;HQX&lt;/td&gt;            &lt;td class="ftdesc"&gt;HQX (BinHex) archive&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;CABI&lt;/td&gt;            &lt;td class="ftdesc"&gt;InstallShield CAB Archive&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;CDISO&lt;/td&gt;            &lt;td class="ftdesc"&gt;ISO 9660 CD Filesystem&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;LYMESFX&lt;/td&gt;            &lt;td class="ftdesc"&gt;LYME self extracting archive  &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;LZH&lt;/td&gt;            &lt;td class="ftdesc"&gt;LZH archive&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;MacBIN&lt;/td&gt;            &lt;td class="ftdesc"&gt;MacBinary I, II, or III archive&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;MDXMedia&lt;/td&gt;            &lt;td class="ftdesc"&gt;MDX Extended Media Descriptor File &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;CABM&lt;/td&gt;            &lt;td class="ftdesc"&gt;Microsoft CAB/Expand Archive&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;SZDD&lt;/td&gt;            &lt;td class="ftdesc"&gt;Microsoft SZDD archive &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;MAR&lt;/td&gt;            &lt;td class="ftdesc"&gt;Mozilla Archive&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;MSI&lt;/td&gt;            &lt;td class="ftdesc"&gt;MSI Windows Installer package&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;MSIX&lt;/td&gt;            &lt;td class="ftdesc"&gt;MSIX Windows Installer Package &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PBIX&lt;/td&gt;            &lt;td class="ftdesc"&gt;Power BI Report &lt;em&gt;(FileType 2024-02-01 and above)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;RAR&lt;/td&gt;            &lt;td class="ftdesc"&gt;RAR archive&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;RARcrypt&lt;/td&gt;            &lt;td class="ftdesc"&gt;RAR encrypted archive&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;RARsfxcrypt&lt;/td&gt;            &lt;td class="ftdesc"&gt;RAR encrypted self extracting archive&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;RARsfx&lt;/td&gt;            &lt;td class="ftdesc"&gt;RAR self extracting archive&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;RARSpan&lt;/td&gt;            &lt;td class="ftdesc"&gt;RAR spanned archive&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;RPM&lt;/td&gt;            &lt;td class="ftdesc"&gt;Redhat Package Manager file &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;SEAEncrypt&lt;/td&gt;            &lt;td class="ftdesc"&gt;SEA encrypted self extracting archive&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;SEA&lt;/td&gt;            &lt;td class="ftdesc"&gt;SEA self extracting archive&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;SIT&lt;/td&gt;            &lt;td class="ftdesc"&gt;SIT archive&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;SITEncrypt&lt;/td&gt;            &lt;td class="ftdesc"&gt;SIT encrypted archive&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;TAR&lt;/td&gt;            &lt;td class="ftdesc"&gt;TAR archive&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;UDF&lt;/td&gt;            &lt;td class="ftdesc"&gt;Universal Disk Format (UDF) &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;UUE&lt;/td&gt;            &lt;td class="ftdesc"&gt;UUencoded Encoding&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;XZ&lt;/td&gt;            &lt;td class="ftdesc"&gt;XZ archive  &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;Z&lt;/td&gt;            &lt;td class="ftdesc"&gt;Z (compress) archive&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ZIP&lt;/td&gt;            &lt;td class="ftdesc"&gt;ZIP archive&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ZIPcrypt&lt;/td&gt;            &lt;td class="ftdesc"&gt;ZIP encrypted archive&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ZIPsfxcrypt&lt;/td&gt;            &lt;td class="ftdesc"&gt;ZIP encrypted self extracting archive&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ZIPsfx&lt;/td&gt;            &lt;td class="ftdesc"&gt;ZIP self extracting archive&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ZOO&lt;/td&gt;            &lt;td class="ftdesc"&gt;ZOO archive&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ZST&lt;/td&gt;            &lt;td class="ftdesc"&gt;Zstd archive &lt;em&gt;(FileType 2025-03-01 and above)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;h3 style="color: #000000;"&gt;Azure IRM Protected Documents&lt;/h3&gt;&lt;p&gt;New category and new items in MailMarshal/SEG 8.2.&lt;/p&gt;&lt;table class="typetable"&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;th&gt;Type Name&lt;/th&gt;            &lt;th&gt;Description&lt;/th&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;RPMSGPLAIN&lt;/td&gt;            &lt;td class="ftdesc"&gt;Decrypted restricted-permission message  &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;XLSXIRM&lt;/td&gt;            &lt;td class="ftdesc"&gt;Excel 2007+ document with IRM &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;XLSIRM&lt;/td&gt;            &lt;td class="ftdesc"&gt;Excel document with IRM &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PFILE&lt;/td&gt;            &lt;td class="ftdesc"&gt;File protected with IRM  &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;OREIRM&lt;/td&gt;            &lt;td class="ftdesc"&gt;OLE compound document with IRM &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;XLSIRMcrypt&lt;/td&gt;            &lt;td class="ftdesc"&gt;Password protected Excel with IRM &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PPSIRMcrypt&lt;/td&gt;            &lt;td class="ftdesc"&gt;Password protected Powerpoint show with IRM &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PPTIRMcrypt&lt;/td&gt;            &lt;td class="ftdesc"&gt;Password protected Powerpoint with IRM &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;WordIRMcrypt&lt;/td&gt;            &lt;td class="ftdesc"&gt;Password protected Word with IRM &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PPTXIRM&lt;/td&gt;            &lt;td class="ftdesc"&gt;Powerpoint 2007+ document with IRM &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PPTIRM&lt;/td&gt;            &lt;td class="ftdesc"&gt;Powerpoint document with IRM&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PPSIRM&lt;/td&gt;            &lt;td class="ftdesc"&gt;Powerpoint show with IRM  &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;RPMSG&lt;/td&gt;            &lt;td class="ftdesc"&gt;Restricted-permission message  &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;DOCIRM&lt;/td&gt;            &lt;td class="ftdesc"&gt;Word 2007+ doc with IRM in Word 2003 mode  &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;DOCXIRM&lt;/td&gt;            &lt;td class="ftdesc"&gt;Word 2007+ document with IRM &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;h3 style="color: #000000;"&gt;Document&lt;/h3&gt;&lt;table class="typetable"&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;th&gt;Type Name&lt;/th&gt;            &lt;th&gt;Description&lt;/th&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;MDB&lt;/td&gt;            &lt;td class="ftdesc"&gt;Access database &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;MDW&lt;/td&gt;            &lt;td class="ftdesc"&gt;Access system database &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;INDD&lt;/td&gt;            &lt;td class="ftdesc"&gt;Adobe InDesign Document &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt; &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;MSO&lt;/td&gt;            &lt;td class="ftdesc"&gt;Document data &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;DVI&lt;/td&gt;            &lt;td class="ftdesc"&gt;DVI TeX document &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;XLScrypt&lt;/td&gt;            &lt;td class="ftdesc"&gt;Encrypted Excel document &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt; &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PPTcrypt&lt;/td&gt;            &lt;td class="ftdesc"&gt;Encrypted PowerPoint Document &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt; &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PPScrypt&lt;/td&gt;            &lt;td class="ftdesc"&gt;Encrypted PowerPoint Show &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt; &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;DOCcrypt&lt;/td&gt;            &lt;td class="ftdesc"&gt;Encrypted Word document &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;XLSB&lt;/td&gt;            &lt;td class="ftdesc"&gt;Excel 2007+ Binary Document &lt;em&gt;&lt;br /&gt;            Includes later versions; see note below.            &lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;XLSX&lt;/td&gt;            &lt;td class="ftdesc"&gt;Excel 2007+ document &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;XLSXIRM&lt;/td&gt;            &lt;td class="ftdesc"&gt;Excel 2007+ document with IRM &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt; &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;XLS&lt;/td&gt;            &lt;td class="ftdesc"&gt;Excel document &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;XLSIRM&lt;/td&gt;            &lt;td class="ftdesc"&gt;Excel document with IRM &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt; &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;NFO&lt;/td&gt;            &lt;td class="ftdesc"&gt;Folio Infobase &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;FM3&lt;/td&gt;            &lt;td class="ftdesc"&gt;Lotus 123 FM3 sheet form &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;WK1&lt;/td&gt;            &lt;td class="ftdesc"&gt;Lotus 123 WK1 sheet &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;WK3&lt;/td&gt;            &lt;td class="ftdesc"&gt;Lotus 123 WK3 sheet &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;WK4&lt;/td&gt;            &lt;td class="ftdesc"&gt;Lotus 123 WK4&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;SAM&lt;/td&gt;            &lt;td class="ftdesc"&gt;Lotus AmiPro document&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;LWP&lt;/td&gt;            &lt;td class="ftdesc"&gt;Lotus WordPro document &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;MCW&lt;/td&gt;            &lt;td class="ftdesc"&gt;Mac Word document &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ACCDB&lt;/td&gt;            &lt;td class="ftdesc"&gt;Microsoft Access Database .ACCDB &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt; &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ONE&lt;/td&gt;            &lt;td class="ftdesc"&gt;Microsoft OneNote &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt; &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;VSDX&lt;/td&gt;            &lt;td class="ftdesc"&gt;Microsoft Visio 2013 Drawing&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;DOCXML&lt;/td&gt;            &lt;td class="ftdesc"&gt;Microsoft Word 2003 XML Document&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;OfficeMacroScript&lt;/td&gt;            &lt;td class="ftdesc"&gt;Office Macro Script&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;Office2007Macro&lt;/td&gt;            &lt;td class="ftdesc"&gt;Office 2007+ Macro &lt;em&gt;&lt;br /&gt;            Includes later versions; see note below.            &lt;/em&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;OLE&lt;/td&gt;            &lt;td class="ftdesc"&gt;OLE compound document &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;OREIRM&lt;/td&gt;            &lt;td class="ftdesc"&gt;OLE compound document with IRM&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ODC&lt;/td&gt;            &lt;td class="ftdesc"&gt;Open Office chart file &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;OTC&lt;/td&gt;            &lt;td class="ftdesc"&gt;Open Office chart template &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ODB&lt;/td&gt;            &lt;td class="ftdesc"&gt;Open Office database file &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ODT&lt;/td&gt;            &lt;td class="ftdesc"&gt;Open Office document file &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;OTT&lt;/td&gt;            &lt;td class="ftdesc"&gt;Open Office document template&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ODF&lt;/td&gt;            &lt;td class="ftdesc"&gt;Open Office formulae file &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;OOoOTF&lt;/td&gt;            &lt;td class="ftdesc"&gt;Open Office formulae template &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ODM&lt;/td&gt;            &lt;td class="ftdesc"&gt;Open Office global text document &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;OTH&lt;/td&gt;            &lt;td class="ftdesc"&gt;Open Office global text template &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ODG&lt;/td&gt;            &lt;td class="ftdesc"&gt;Open Office graphics file &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;OTG&lt;/td&gt;            &lt;td class="ftdesc"&gt;Open Office graphics template &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ODI&lt;/td&gt;            &lt;td class="ftdesc"&gt;Open Office image file&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;OTI&lt;/td&gt;            &lt;td class="ftdesc"&gt;Open Office image template &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ODP&lt;/td&gt;            &lt;td class="ftdesc"&gt;Open Office presentation file &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;OTP&lt;/td&gt;            &lt;td class="ftdesc"&gt;Open Office presentation template &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ODS&lt;/td&gt;            &lt;td class="ftdesc"&gt;Open Office spreadsheet file &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;OTS&lt;/td&gt;            &lt;td class="ftdesc"&gt;Open Office spreadsheet template &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;OpenXML&lt;/td&gt;            &lt;td class="ftdesc"&gt;OpenXML Document &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt; &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PM6&lt;/td&gt;            &lt;td class="ftdesc"&gt;PageMaker document &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;XLSIRMcrypt&lt;/td&gt;            &lt;td class="ftdesc"&gt;Password protected Excel with IRM &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt; &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PPSIRMcrypt&lt;/td&gt;            &lt;td class="ftdesc"&gt;Password protected Powerpoint Show with                IRM &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt; &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PPTIRMcrypt&lt;/td&gt;            &lt;td class="ftdesc"&gt;Password protected Powerpoint with IRM &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt; &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;WordIRMcrypt&lt;/td&gt;            &lt;td class="ftdesc"&gt;Password protected Word with IRM &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt; &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PDF&lt;/td&gt;            &lt;td class="ftdesc"&gt;PDF document &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PDFXFAForm&lt;/td&gt;            &lt;td class="ftdesc"&gt;PDF document - Dynamic XFA form &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt; &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PDFcrypt&lt;/td&gt;            &lt;td class="ftdesc"&gt;PDF document - Encrypted&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PDFInvalid&lt;/td&gt;            &lt;td class="ftdesc"&gt;PDF document - Invalid header record &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;; see &lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle16666.aspx" class="ApplyClass" target="_blank"&gt; Q16666&lt;/a&gt;)&lt;/em&gt; &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PDFprotect&lt;/td&gt;            &lt;td class="ftdesc"&gt;PDF document - Protected&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PDFInvalidFormat&lt;/td&gt;            &lt;td class="ftdesc"&gt;PDF Un-recognized file format&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PS&lt;/td&gt;            &lt;td class="ftdesc"&gt;PostScript document &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PPTX&lt;/td&gt;            &lt;td class="ftdesc"&gt;PowerPoint 2007+ document &lt;em&gt;&lt;br /&gt;            Includes later versions; see note below. &lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PPTXIRM&lt;/td&gt;            &lt;td class="ftdesc"&gt;PowerPoint 2007+ document with IRM &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt; &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PPTIRM&lt;/td&gt;            &lt;td class="ftdesc"&gt;PowerPoint document with IRM &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt; &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PPSX&lt;/td&gt;            &lt;td class="ftdesc"&gt;PowerPoint 2007+ show &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PPT&lt;/td&gt;            &lt;td class="ftdesc"&gt;PowerPoint document &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PPS&lt;/td&gt;            &lt;td class="ftdesc"&gt;PowerPoint show &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PPSIRM&lt;/td&gt;            &lt;td class="ftdesc"&gt;PowerPoint show with IRM &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PRJ&lt;/td&gt;            &lt;td class="ftdesc"&gt;Project document &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PUB&lt;/td&gt;            &lt;td class="ftdesc"&gt;Publisher document &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;QXD&lt;/td&gt;            &lt;td class="ftdesc"&gt;Quark Express document &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;RTF&lt;/td&gt;            &lt;td class="ftdesc"&gt;Rich Text document &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;Word2&lt;/td&gt;            &lt;td class="ftdesc"&gt;Word 2 Document &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;DOCIRM&lt;/td&gt;            &lt;td class="ftdesc"&gt;Word 2007+ doc with IRM in Word 2003 mode &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;DOCX&lt;/td&gt;            &lt;td class="ftdesc"&gt;Word 2007+ Document &lt;em&gt;&lt;br /&gt;            Includes later versions; see note below. &lt;/em&gt; &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;DOCXIRM&lt;/td&gt;            &lt;td class="ftdesc"&gt;Word 2007+ document with IRM &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt; &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;DOC6&lt;/td&gt;            &lt;td class="ftdesc"&gt;Word 6 Document &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;DOC&lt;/td&gt;            &lt;td class="ftdesc"&gt;Word document &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;WPD&lt;/td&gt;            &lt;td class="ftdesc"&gt;WordPerfect document &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;WPS&lt;/td&gt;            &lt;td class="ftdesc"&gt;Works for Windows document &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;WRI&lt;/td&gt;            &lt;td class="ftdesc"&gt;Write document &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;XPS&lt;/td&gt;            &lt;td class="ftdesc"&gt;XPS Document &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;h3 style="color: #000000;"&gt;Drawing&lt;/h3&gt;&lt;table class="typetable"&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;th&gt;Type Name&lt;/th&gt;            &lt;th&gt;Description&lt;/th&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;AI&lt;/td&gt;            &lt;td class="ftdesc"&gt;Adobe Illustrator drawing&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;DWG&lt;/td&gt;            &lt;td class="ftdesc"&gt;AutoCAD Drawing&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;DWF&lt;/td&gt;            &lt;td class="ftdesc"&gt;AutoCAD Format&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;CTB&lt;/td&gt;            &lt;td class="ftdesc"&gt;AutoCAD Plotting Support .CTB &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;CMX&lt;/td&gt;            &lt;td class="ftdesc"&gt;Corel Binary Meta file&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;CDR&lt;/td&gt;            &lt;td class="ftdesc"&gt;Corel Draw Drawing&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;DXF&lt;/td&gt;            &lt;td class="ftdesc"&gt;Drawing Interchange File DXF&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;FP3&lt;/td&gt;            &lt;td class="ftdesc"&gt;FloorPlan Plus 3D&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;FH&lt;/td&gt;            &lt;td class="ftdesc"&gt;Freehand drawing&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;VSDX&lt;/td&gt;            &lt;td class="ftdesc"&gt;Microsoft Visio 2013 Drawing .VSDX &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt; - see note)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;VXD&lt;/td&gt;            &lt;td class="ftdesc"&gt;Microsoft Visio Drawing&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;NWD&lt;/td&gt;            &lt;td class="ftdesc"&gt;Navisworks Document .NWD &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;Solidworks&lt;/td&gt;            &lt;td class="ftdesc"&gt;Solidworks CAD files (.SPDPRT, .SLDASM, .SLDDRW, .SLDDRT)&lt;em&gt; (&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;STL&lt;/td&gt;            &lt;td class="ftdesc"&gt;StereoLithography Drawing &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;h3&gt;Encrypted&lt;/h3&gt;&lt;table class="typetable"&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;th&gt;Type Name&lt;/th&gt;            &lt;th&gt;Description&lt;/th&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;7Zcrypt&lt;/td&gt;            &lt;td class="ftdesc"&gt;7Zip encrypted archive &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ARJcrypt&lt;/td&gt;            &lt;td class="ftdesc"&gt;ARJ encrypted archive&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ARJsfxcrypt&lt;/td&gt;            &lt;td class="ftdesc"&gt;ARJ encrypted self extracting archive&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;AXCRYPT&lt;/td&gt;            &lt;td class="ftdesc"&gt;AXCrypt Encrypted Data &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;Switch&lt;/td&gt;            &lt;td class="ftdesc"&gt;Egress Switch Encrypted Mail &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;XLScrypt&lt;/td&gt;            &lt;td class="ftdesc"&gt;Encrypted Excel document &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PPTcrypt&lt;/td&gt;            &lt;td class="ftdesc"&gt;Encrypted PowerPoint Document &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PPScrypt&lt;/td&gt;            &lt;td class="ftdesc"&gt;Encrypted PowerPoint Show &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;DOCcrypt&lt;/td&gt;            &lt;td class="ftdesc"&gt;Encrypted Word Document&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;XLSXIRM&lt;/td&gt;            &lt;td class="ftdesc"&gt;Excel 2007+ document with IRM &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;XLSIRM&lt;/td&gt;            &lt;td class="ftdesc"&gt;Excel document with IRM &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PFILE&lt;/td&gt;            &lt;td class="ftdesc"&gt;File protected with IRM &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;GPG&lt;/td&gt;            &lt;td class="ftdesc"&gt;Gnu Privacy Guard file .GPG &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;OREIRM&lt;/td&gt;            &lt;td class="ftdesc"&gt;OLE compound document with IRM&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;XLSIRMcrypt&lt;/td&gt;            &lt;td class="ftdesc"&gt;Password protected Excel with IRM &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PPSIRMcrypt&lt;/td&gt;            &lt;td class="ftdesc"&gt;Password protected Powerpoint show with IRM &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PPTIRMcrypt&lt;/td&gt;            &lt;td class="ftdesc"&gt;Password protected Powerpoint with IRM &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;WordIRMcrypt&lt;/td&gt;            &lt;td class="ftdesc"&gt;Password protected Word with IRM &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;1)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PDFcrypt&lt;/td&gt;            &lt;td class="ftdesc"&gt;PDF document - encrypted&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PENC&lt;/td&gt;            &lt;td class="ftdesc"&gt;Perl Encoded file .ENC &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PGP&lt;/td&gt;            &lt;td class="ftdesc"&gt;PGP Encrypted Data&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PPTXIRM&lt;/td&gt;            &lt;td class="ftdesc"&gt;Powerpoint 2007+ document with IRM &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PPTIRM&lt;/td&gt;            &lt;td class="ftdesc"&gt;Powerpoint  document with IRM &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;RARcrypt&lt;/td&gt;            &lt;td class="ftdesc"&gt;RAR encrypted archive&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;RARsfxcrypt&lt;/td&gt;            &lt;td class="ftdesc"&gt;RAR encrypted self extracting archive&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;RPMSG&lt;/td&gt;            &lt;td class="ftdesc"&gt;Restricted-permission message  &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;SEAEncrypt&lt;/td&gt;            &lt;td class="ftdesc"&gt;SEA encrypted self extracting archive&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;SITEncrypt&lt;/td&gt;            &lt;td class="ftdesc"&gt;SIT encrypted archive&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;P7A&lt;/td&gt;            &lt;td class="ftdesc"&gt;SMime AuthEnveloped Data &lt;em&gt;(FileType 2026-01-01 and above)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;P7M&lt;/td&gt;            &lt;td class="ftdesc"&gt;SMime Encrypted Data&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;DOCIRM&lt;/td&gt;            &lt;td class="ftdesc"&gt;Word 2007+ document with IRM in Word 2003 mode&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;DOCXIRM&lt;/td&gt;            &lt;td class="ftdesc"&gt;Word 2007+ document with IRM &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ZIPcrypt&lt;/td&gt;            &lt;td class="ftdesc"&gt;ZIP encrypted archive&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ZIPsfxcrypt&lt;/td&gt;            &lt;td class="ftdesc"&gt;ZIP encrypted self extracting archive&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ZIX&lt;/td&gt;            &lt;td class="ftdesc"&gt;ZixCorp encrypted mail &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;h3&gt;Executable&lt;/h3&gt;&lt;table class="typetable"&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;th&gt;Type Name&lt;/th&gt;            &lt;th&gt;Description&lt;/th&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;7Zsfx&lt;/td&gt;            &lt;td class="ftdesc"&gt;7Zip self extracting archive &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ACEsfx&lt;/td&gt;            &lt;td class="ftdesc"&gt;ACE self extracting archive &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ARJsfxcrypt&lt;/td&gt;            &lt;td class="ftdesc"&gt;ARJ encrypted self extracting archive &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ARJsfx&lt;/td&gt;            &lt;td class="ftdesc"&gt;ARJ self extracting archive &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;CLASS&lt;/td&gt;            &lt;td class="ftdesc"&gt;Java class file &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;APPL&lt;/td&gt;            &lt;td class="ftdesc"&gt;Macintosh M68k executable &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PEF&lt;/td&gt;            &lt;td class="ftdesc"&gt;Macintosh PPC executable &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;CABM&lt;/td&gt;            &lt;td class="ftdesc"&gt;Microsoft CAB/Expand Archive &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;COM&lt;/td&gt;            &lt;td class="ftdesc"&gt;MSDOS Com executable &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;EXE&lt;/td&gt;            &lt;td class="ftdesc"&gt;MS-DOS Executable &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;MSI&lt;/td&gt;            &lt;td class="ftdesc"&gt;MSI Windows Installer Package &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;MSIX&lt;/td&gt;            &lt;td class="ftdesc"&gt;MSIX Windows Installer Package &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt; &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;NLM&lt;/td&gt;            &lt;td class="ftdesc"&gt;NetWare Loadable Module &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;EXEO16&lt;/td&gt;            &lt;td class="ftdesc"&gt;OS/2 16bit executable &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;DLLO32&lt;/td&gt;            &lt;td class="ftdesc"&gt;OS/2 32bit DLL &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;EXEO32&lt;/td&gt;            &lt;td class="ftdesc"&gt;OS/2 32bit Executable &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PYC&lt;/td&gt;            &lt;td class="ftdesc"&gt;Python bytecode file &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt; &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;RARsfxcrypt&lt;/td&gt;            &lt;td class="ftdesc"&gt;RAR encrypted self extracting archive &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;RARsfx&lt;/td&gt;            &lt;td class="ftdesc"&gt;RAR self extracting archive &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;SEAEncrypt&lt;/td&gt;            &lt;td class="ftdesc"&gt;SEA encrypted self extracting archive &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;SEA&lt;/td&gt;            &lt;td class="ftdesc"&gt;SEA self extracting archive &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;CIF&lt;/td&gt;            &lt;td class="ftdesc"&gt;UNIX CIF Executable &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;COFF&lt;/td&gt;            &lt;td class="ftdesc"&gt;UNIX COFF Executable &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ELF&lt;/td&gt;            &lt;td class="ftdesc"&gt;UNIX ELF Executable &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;DLLW16&lt;/td&gt;            &lt;td class="ftdesc"&gt;Win16 DLL &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;EXEW16&lt;/td&gt;            &lt;td class="ftdesc"&gt;Win16 executable &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;DLLO16&lt;/td&gt;            &lt;td class="ftdesc"&gt;Win16 VXD or OS/2 DLL &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;DLLW32&lt;/td&gt;            &lt;td class="ftdesc"&gt;Win32 DLL &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;EXE32W&lt;/td&gt;            &lt;td class="ftdesc"&gt;Win32 executable &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ZIPsfxcrypt&lt;/td&gt;            &lt;td class="ftdesc"&gt;ZIP encrypted self extracting archive &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ZIPsfx&lt;/td&gt;            &lt;td class="ftdesc"&gt;ZIP self extracting archive &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;h3&gt;Font&lt;/h3&gt;&lt;table class="typetable"&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;th&gt;Type Name&lt;/th&gt;            &lt;th&gt;Description&lt;/th&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;EOT&lt;/td&gt;            &lt;td class="ftdesc"&gt;Embedded OpenType Font &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;OTF&lt;/td&gt;            &lt;td class="ftdesc"&gt;OpenType Font&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;TTF&lt;/td&gt;            &lt;td class="ftdesc"&gt;True Type Font&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;AFM&lt;/td&gt;            &lt;td class="ftdesc"&gt;Type 1 Adobe Font Metric&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PFB&lt;/td&gt;            &lt;td class="ftdesc"&gt;Type 1 Printer Font Binary&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PFM&lt;/td&gt;            &lt;td class="ftdesc"&gt;Type 1 Printer Font Metric&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;WOFF&lt;/td&gt;            &lt;td class="ftdesc"&gt;Web Open Font Format &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;FON&lt;/td&gt;            &lt;td class="ftdesc"&gt;Windows Bitmap font&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ODTTF&lt;/td&gt;            &lt;td class="ftdesc"&gt;XPS Embedded font (ODTTF) (&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;h3&gt;Image&lt;/h3&gt;&lt;table class="typetable"&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;th&gt;Type Name&lt;/th&gt;            &lt;th&gt;Description&lt;/th&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PSD&lt;/td&gt;            &lt;td class="ftdesc"&gt;Adobe Photoshop Image &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;BMP&lt;/td&gt;            &lt;td class="ftdesc"&gt;Bitmap image &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;CPT&lt;/td&gt;            &lt;td class="ftdesc"&gt;Corel Photo-Draw Image &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;EPS&lt;/td&gt;            &lt;td class="ftdesc"&gt;Encapsulated PostScript &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;EMF&lt;/td&gt;            &lt;td class="ftdesc"&gt;Enhanced MetaFile Image &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;GIF&lt;/td&gt;            &lt;td class="ftdesc"&gt;Gif image &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;HEIC&lt;/td&gt;            &lt;td class="ftdesc"&gt;HEIF image &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ICO&lt;/td&gt;            &lt;td class="ftdesc"&gt;Icon &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;JPG&lt;/td&gt;            &lt;td class="ftdesc"&gt;Jpeg image &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;JBIG2&lt;/td&gt;            &lt;td class="ftdesc"&gt;JBIG2 image &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt; &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;JPEG2000&lt;/td&gt;            &lt;td class="ftdesc"&gt;Jpeg2000 image&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;CIL&lt;/td&gt;            &lt;td class="ftdesc"&gt;Microsoft ClipArt Gallery &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;MDI&lt;/td&gt;            &lt;td class="ftdesc"&gt;Microsoft Document Image&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;MIX&lt;/td&gt;            &lt;td class="ftdesc"&gt;Microsoft PhotoDraw Image &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PSP&lt;/td&gt;            &lt;td class="ftdesc"&gt;Paint Shop Pro image &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PNG&lt;/td&gt;            &lt;td class="ftdesc"&gt;Portable Network Graphics (PNG) &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;SVG&lt;/td&gt;            &lt;td class="ftdesc"&gt;Scalable Vector Graphics &lt;em&gt;(Current SEG)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;TIF&lt;/td&gt;            &lt;td class="ftdesc"&gt;Tiff image &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;WEBP&lt;/td&gt;            &lt;td class="ftdesc"&gt;WebP Image File &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt; &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;HDPHOTO&lt;/td&gt;            &lt;td class="ftdesc"&gt;Windows HD Photo &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;WMF&lt;/td&gt;            &lt;td class="ftdesc"&gt;Windows MetaFile Image &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PCX&lt;/td&gt;            &lt;td class="ftdesc"&gt;Zsoft PCX Image &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;h3&gt;Mail Components&lt;/h3&gt;&lt;table class="typetable"&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;th&gt;Type Name&lt;/th&gt;            &lt;th&gt;Description&lt;/th&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;MBODY&lt;/td&gt;            &lt;td class="ftdesc"&gt;Mail Body&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;MHDR&lt;/td&gt;            &lt;td class="ftdesc"&gt;Mail Headers&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;MAIL&lt;/td&gt;            &lt;td class="ftdesc"&gt;Mail message&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;TNEF&lt;/td&gt;            &lt;td class="ftdesc"&gt;TNEF Exchange Mail Message&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;HTMLBody&lt;/td&gt;            &lt;td class="ftdesc"&gt;TNEF Exchange Mail Message extracted HTML Mail Body&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;RTFBody&lt;/td&gt;            &lt;td class="ftdesc"&gt;TNEF Exchange Mail Message extracted RTF Mail Body&lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;h3&gt;Other&lt;/h3&gt;&lt;table class="typetable"&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;th&gt;Type Name&lt;/th&gt;            &lt;th&gt;Description&lt;/th&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;BPlist&lt;/td&gt;            &lt;td class="ftdesc"&gt;Apple Binary Plist&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;AppleDouble&lt;/td&gt;            &lt;td class="ftdesc"&gt;AppleDouble header&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;AppleSingle&lt;/td&gt;            &lt;td class="ftdesc"&gt;AppleSingle formatted file&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;BIN&lt;/td&gt;            &lt;td class="ftdesc"&gt;Binary Unknown&lt;em&gt; (indicates a file of unrecognized type)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;TORRENT&lt;/td&gt;            &lt;td class="ftdesc"&gt;Bittorent .torrent metainfo file &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ICS&lt;/td&gt;            &lt;td class="ftdesc"&gt;Calendar Meeting Invitation (iCalendar) &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ICSDescription&lt;/td&gt;            &lt;td class="ftdesc"&gt;Calendar Meeting Invitation Description &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ICSSummary&lt;/td&gt;            &lt;td class="ftdesc"&gt;Calendar Meeting Invitation Summary &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;TPS&lt;/td&gt;            &lt;td class="ftdesc"&gt;Clarion TopSpeed File .TPS &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;CHM&lt;/td&gt;            &lt;td class="ftdesc"&gt;Compiled HTML Help file&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;DBF&lt;/td&gt;            &lt;td class="ftdesc"&gt;dBase/xbase Data File .DBF &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;DBT&lt;/td&gt;            &lt;td class="ftdesc"&gt;dBase Memo Field File &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;MDXdbase&lt;/td&gt;            &lt;td class="ftdesc"&gt;dBase Multiple Index File &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;SYS&lt;/td&gt;            &lt;td class="ftdesc"&gt;DOS device driver &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;VCF&lt;/td&gt;            &lt;td class="ftdesc"&gt;Electronic Business Card .VCF &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ICM&lt;/td&gt;            &lt;td class="ftdesc"&gt;Independent Color Matching .ICM &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;InfoSlip&lt;/td&gt;            &lt;td class="ftdesc"&gt;Infoslips document &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;JOS&lt;/td&gt;            &lt;td class="ftdesc"&gt;Java Object Serialized Data &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;DSStore&lt;/td&gt;            &lt;td class="ftdesc"&gt;Mac OSX Finder Info &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;MAPIBlock&lt;/td&gt;            &lt;td class="ftdesc"&gt;MAPI Encoded data&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;OST&lt;/td&gt;            &lt;td class="ftdesc"&gt;MAPI Off-line Store&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PAB&lt;/td&gt;            &lt;td class="ftdesc"&gt;MAPI Personal Address Book&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PST&lt;/td&gt;            &lt;td class="ftdesc"&gt;MAPI Personal Store&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;MAT&lt;/td&gt;            &lt;td class="ftdesc"&gt;MATLAB Data File &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PDB&lt;/td&gt;            &lt;td class="ftdesc"&gt;Microsoft Debugging Symbols &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;LIB&lt;/td&gt;            &lt;td class="ftdesc"&gt;Microsoft Program Library &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;MSBLDCACHE&lt;/td&gt;            &lt;td class="ftdesc"&gt;MS Build Cache File &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;RCM&lt;/td&gt;            &lt;td class="ftdesc"&gt;MTXWIN95 Registry Command File&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;OracleRDF&lt;/td&gt;            &lt;td class="ftdesc"&gt;Oracle Report Definition File &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;Appointment&lt;/td&gt;            &lt;td class="ftdesc"&gt;Outlook Appointment&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;Contact&lt;/td&gt;            &lt;td class="ftdesc"&gt;Outlook Contact&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;MSG&lt;/td&gt;            &lt;td class="ftdesc"&gt;Outlook message&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;Note&lt;/td&gt;            &lt;td class="ftdesc"&gt;Outlook Note&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;Task&lt;/td&gt;            &lt;td class="ftdesc"&gt;Outlook Task&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;P12&lt;/td&gt;            &lt;td class="ftdesc"&gt;PKCS#12 Certificate Archive &lt;em&gt;(FileType 2023-03-01 and above)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PCAP&lt;/td&gt;            &lt;td class="ftdesc"&gt;Packet Capture &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PCAPNG&lt;/td&gt;            &lt;td class="ftdesc"&gt;Packet Capture NG &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PEMCert&lt;/td&gt;            &lt;td class="ftdesc"&gt;PEM encoded certificate .PEM &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt; - see note)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PFX&lt;/td&gt;            &lt;td class="ftdesc"&gt;PFX Certificate Archive &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PGPPublicKey&lt;/td&gt;            &lt;td class="ftdesc"&gt;PGP Public Key &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PGPSigned&lt;/td&gt;            &lt;td class="ftdesc"&gt;PGP Signed Data &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PBIXMashup&lt;/td&gt;            &lt;td class="ftdesc"&gt;Power BI Data Mashup Archive &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PBIXMetadata&lt;/td&gt;            &lt;td class="ftdesc"&gt;Power BI Data Metadata &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PBIXModel&lt;/td&gt;            &lt;td class="ftdesc"&gt;Power BI Data Model &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PBIXBindings&lt;/td&gt;            &lt;td class="ftdesc"&gt;Power BI Security Bindings &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PBIXSettings&lt;/td&gt;            &lt;td class="ftdesc"&gt;Power BI Settings &lt;em&gt;(FileType 2024-02-01 and above)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;QBB&lt;/td&gt;            &lt;td class="ftdesc"&gt;QuickBooks Backup .QBB &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;QBW&lt;/td&gt;            &lt;td class="ftdesc"&gt;QuickBooks Company file .QBW &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;RTF Object&lt;/td&gt;            &lt;td class="ftdesc"&gt;RTF Object&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;SHP&lt;/td&gt;            &lt;td class="ftdesc"&gt;Shape file (.SHP) &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;SHX&lt;/td&gt;            &lt;td class="ftdesc"&gt;Shape Index file (.SHX) &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;P7S&lt;/td&gt;            &lt;td class="ftdesc"&gt;SMime Signed Data&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;SQLiteDB&lt;/td&gt;            &lt;td class="ftdesc"&gt;SQLite Database &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;EMC&lt;/td&gt;            &lt;td class="ftdesc"&gt;Striata Encrypted Mail Communication &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;TEXT&lt;/td&gt;            &lt;td class="ftdesc"&gt;Text&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;VHD&lt;/td&gt;            &lt;td class="ftdesc"&gt;Virtual Hard Disk Image .VHD&lt;em&gt; (&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;VSSSCC&lt;/td&gt;            &lt;td class="ftdesc"&gt;Visual Source Safe Source Code Control &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;HLP&lt;/td&gt;            &lt;td class="ftdesc"&gt;Windows Help file&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;MST&lt;/td&gt;            &lt;td class="ftdesc"&gt;Windows Installer Setup Transform .MST&lt;em&gt; (&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;URL&lt;/td&gt;            &lt;td class="ftdesc"&gt;Windows Internet shortcut&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;EVT&lt;/td&gt;            &lt;td class="ftdesc"&gt;Windows NT event log&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;REG&lt;/td&gt;            &lt;td class="ftdesc"&gt;Windows Registry Data&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;WSF&lt;/td&gt;            &lt;td class="ftdesc"&gt;Windows Script File .WSF &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;LNK&lt;/td&gt;            &lt;td class="ftdesc"&gt;Windows shortcut&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;EVTX&lt;/td&gt;            &lt;td class="ftdesc"&gt;Windows Vista event log .EVTX &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;XML&lt;/td&gt;            &lt;td class="ftdesc"&gt;XML Document &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt;&lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;h3&gt;Sound&lt;/h3&gt;&lt;table class="typetable"&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;th&gt;Type Name&lt;/th&gt;            &lt;th&gt;Description&lt;/th&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;AAC&lt;/td&gt;            &lt;td class="ftdesc"&gt;AAC audio &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;FLSA&lt;/td&gt;            &lt;td class="ftdesc"&gt;Adobe Flash Audio &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt; &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;AU&lt;/td&gt;            &lt;td class="ftdesc"&gt;AU sound file &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ENC&lt;/td&gt;            &lt;td class="ftdesc"&gt;Encore Music Notation .ENC &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt; &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ASX&lt;/td&gt;            &lt;td class="ftdesc"&gt;Microsoft Active Streaming link &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;MID&lt;/td&gt;            &lt;td class="ftdesc"&gt;MIDI sound file &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;MP3&lt;/td&gt;            &lt;td class="ftdesc"&gt;MP3 sound file &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;OGA&lt;/td&gt;            &lt;td class="ftdesc"&gt;OGG stream for audio &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;RAM&lt;/td&gt;            &lt;td class="ftdesc"&gt;Real Audio Link &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;RA&lt;/td&gt;            &lt;td class="ftdesc"&gt;Real Audio sound file &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;RMP&lt;/td&gt;            &lt;td class="ftdesc"&gt;Real Jukebox Metadata Package &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;Real&lt;/td&gt;            &lt;td class="ftdesc"&gt;RealPlayer audio/video &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;WAV&lt;/td&gt;            &lt;td class="ftdesc"&gt;WAV sound file &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ASF&lt;/td&gt;            &lt;td class="ftdesc"&gt;Windows Active Streaming Format &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;h3&gt;Video&lt;/h3&gt;&lt;table class="typetable"&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;th&gt;Type Name&lt;/th&gt;            &lt;th&gt;Description&lt;/th&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;3GPP&lt;/td&gt;            &lt;td class="ftdesc"&gt;3GPP Video &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt; &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;FLSV&lt;/td&gt;            &lt;td class="ftdesc"&gt;Adobe Flash Video &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt; &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;FLC&lt;/td&gt;            &lt;td class="ftdesc"&gt;Animator Pro FLC file &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;FLI&lt;/td&gt;            &lt;td class="ftdesc"&gt;Animator Pro FLI file &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;AVI&lt;/td&gt;            &lt;td class="ftdesc"&gt;AVI video &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;DVM&lt;/td&gt;            &lt;td class="ftdesc"&gt;DVM video &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ASX&lt;/td&gt;            &lt;td class="ftdesc"&gt;Microsoft Active Streaming link &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;MOV&lt;/td&gt;            &lt;td class="ftdesc"&gt;Mov video &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;MPG&lt;/td&gt;            &lt;td class="ftdesc"&gt;Mpeg video &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;OGV&lt;/td&gt;            &lt;td class="ftdesc"&gt;OGG stream for video &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;Real&lt;/td&gt;            &lt;td class="ftdesc"&gt;RealPlayer audio/video &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;SWF&lt;/td&gt;            &lt;td class="ftdesc"&gt;Shockwave Flash &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;FLV&lt;/td&gt;            &lt;td class="ftdesc"&gt;Shockwave Flash video &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;WEBM&lt;/td&gt;            &lt;td class="ftdesc"&gt;WebM Video File  &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt; &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ASF&lt;/td&gt;            &lt;td class="ftdesc"&gt;Windows Active Streaming Format &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;h3&gt;Web Browsing&lt;/h3&gt;&lt;table class="typetable"&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;th&gt;Type Name&lt;/th&gt;            &lt;th&gt;Description&lt;/th&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;CSS&lt;/td&gt;            &lt;td class="ftdesc"&gt;Cascading style sheet &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;CRL&lt;/td&gt;            &lt;td class="ftdesc"&gt;Certificate Revocation List (CRL) &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;GIF&lt;/td&gt;            &lt;td class="ftdesc"&gt;GIF Image  &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;Goog&lt;/td&gt;            &lt;td class="ftdesc"&gt;Google Safe Browsing Update &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;HTML&lt;/td&gt;            &lt;td class="ftdesc"&gt;HTML Document &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ICO&lt;/td&gt;            &lt;td class="ftdesc"&gt;Icon &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;CLASS&lt;/td&gt;            &lt;td class="ftdesc"&gt;Java class file &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;JS&lt;/td&gt;            &lt;td class="ftdesc"&gt;JavaScript file &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;JPG&lt;/td&gt;            &lt;td class="ftdesc"&gt;JPEG image &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;OCSPResponse&lt;/td&gt;            &lt;td class="ftdesc"&gt;OCSP Response File &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PNG&lt;/td&gt;            &lt;td class="ftdesc"&gt;PNG image &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;SWF&lt;/td&gt;            &lt;td class="ftdesc"&gt;Shockwave Flash &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;VBS&lt;/td&gt;            &lt;td class="ftdesc"&gt;VBScript file &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt; &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;FORMBIN&lt;/td&gt;            &lt;td class="ftdesc"&gt;Web Page binary form data&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;FORMTEXT&lt;/td&gt;            &lt;td class="ftdesc"&gt;Web page text form data&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;WEBM&lt;/td&gt;            &lt;td class="ftdesc"&gt;WebM Video File &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt; &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;WEBP&lt;/td&gt;            &lt;td class="ftdesc"&gt;WebP Image File &lt;em&gt;(&lt;/em&gt;&lt;em&gt;Current SEG&lt;/em&gt;&lt;em&gt;)&lt;/em&gt; &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;h3&gt;Non-Selectable Types&lt;/h3&gt;&lt;p&gt;The following types cannot be selected in rules. They are used internally by MailMarshal and will be shown in logs as appropriate.&lt;/p&gt;&lt;table class="typetable"&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;th&gt;Type Name&lt;/th&gt;            &lt;th&gt;Description&lt;/th&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;BIFF12&lt;/td&gt;            &lt;td class="ftdesc"&gt;Binary File Format for Office 12&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;CHMBINOBJ&lt;/td&gt;            &lt;td class="ftdesc"&gt;CHM Binary Object&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ODTCache&lt;/td&gt;            &lt;td class="ftdesc"&gt;Open Document Text Layout-cache&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;OLEStream&lt;/td&gt;            &lt;td class="ftdesc"&gt;OLE Raw Stream&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;PDFStream&lt;/td&gt;            &lt;td class="ftdesc"&gt;PDF Raw Stream &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td class="ftname"&gt;ZIPBig&lt;/td&gt;            &lt;td class="ftdesc"&gt;Zip with massively redundant data&lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Word, Excel, and PowerPoint "2007" or "2007+" file type is the default format used by all later versions (including Office 2010, 2013, and 2016). All documents saved in this format are recognized, regardless of the Office software version. &lt;/li&gt;    &lt;li&gt;LevelBlue Knowledgebase articles for information about earlier versions have been withdrawn.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;em&gt;&lt;/em&gt;&lt;/p&gt;&lt;dl&gt;&lt;em&gt;    &lt;dt&gt;This article was previously published as: &lt;/dt&gt;    &lt;dd&gt;NETIQKB40962 &lt;/dd&gt;    &lt;/em&gt;&lt;/dl&gt;</description><pubDate>Mon, 30 Mar 2026 21:23:58 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>What is the Product Support Lifecycle for DbProtect and AppDetectivePRO? </title><link>https://support.levelblue.com/kb/Goto18835.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;AppDetectivePRO (All Versions) &lt;/li&gt;    &lt;li&gt;DbProtect (All Versions) &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;What is the AppDetectivePRO or DbProtect product support lifecycle? &lt;/li&gt;    &lt;li&gt;How long is my version of AppDetectivePRO or DbProtect supported for?&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Information:&lt;/h2&gt;&lt;p&gt;Supported versions of the named products are the &lt;strong&gt;latest release&lt;/strong&gt;, and the &lt;strong&gt;two previous releases&lt;/strong&gt;.&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;Earlier releases are not supported.&lt;/li&gt;    &lt;li&gt;For your convenience, a recent product support matrix is included below. Versions not listed are out of support.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Version upgrades are available to all customers that have current support and maintenance contracts.&lt;/p&gt;&lt;p&gt;Clients running unsupported software are &lt;strong&gt;strongly &lt;/strong&gt;encouraged to plan for an upgrade or fresh installation of their licensed software. Newer releases of software offer better performance, new features and capabilities, and often resolve issues experienced in older releases of software.&lt;/p&gt;&lt;p&gt;As always, new releases of licensed software are available for download at no additional cost for clients with a current and valid maintenance agreement (for DbProtect) or software subscription (AppDetectivePRO).&lt;/p&gt;&lt;h2&gt;Important Notes:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;    &lt;p&gt;If you are running older, unsupported versions of licensed software that are more than two versions behind the current release, please contact &lt;a href="mailto:dbsssupport@levelblue.com"&gt;dbsssupport@levelblue.com&lt;/a&gt; &lt;strong&gt;before &lt;/strong&gt;attempting any in-place upgrade or fresh installation. &lt;/p&gt;    &lt;/li&gt;    &lt;li&gt;    &lt;p&gt;Requirements to successfully install AppDetectivePRO and DbProtect may have changed since you last installed software. Please check the relevant README and Installation/Upgrade Guide documents before attempting an upgrade or installation. Please contact &lt;a href="mailto:dbsssupport@levelblue.com" class="ApplyClass"&gt;dbsssupport@levelblue.com&lt;/a&gt; with any questions.&lt;/p&gt;    &lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;AppDetectivePRO:&lt;/h3&gt;&lt;p&gt;&lt;table width="513"&gt;    &lt;thead style="background-color: silver;"&gt;        &lt;tr&gt;            &lt;th&gt; Version&lt;/th&gt;            &lt;th&gt;Software Release Date&lt;/th&gt;        &lt;/tr&gt;    &lt;/thead&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;td&gt; AppDetectivePRO 10.13&lt;/td&gt;            &lt;td&gt;March 2026&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt; AppDetectivePRO 10.12&lt;/td&gt;            &lt;td&gt;June 2025&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt; AppDetectivePRO 10.11&lt;/td&gt;            &lt;td&gt;November 2024&lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt;&lt;h3&gt;DbProtect:&lt;/h3&gt;&lt;p&gt;&lt;table width="443"&gt;    &lt;thead style="background-color: silver;"&gt;        &lt;tr&gt;            &lt;th&gt; Version&lt;/th&gt;            &lt;th&gt;Software Release Date&lt;/th&gt;        &lt;/tr&gt;    &lt;/thead&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;td&gt; DbProtect 6.7.0&lt;/td&gt;            &lt;td&gt;March 2026&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt; DbProtect 6.6.15&lt;/td&gt;            &lt;td&gt;July 2025&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt; DbProtect 6.6.13&lt;/td&gt;            &lt;td&gt;November 2024&lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt;</description><pubDate>Thu, 26 Mar 2026 20:42:13 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>Product Licensing for DbProtect and AppDetectivePRO</title><link>https://support.levelblue.com/kb/Goto21261.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;AppDetectivePRO&lt;/li&gt;    &lt;li&gt;DbProtect&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;How many licenses do I need for my installation of AppDetectivePRO or DbProtect?&lt;/li&gt;    &lt;li&gt;What are the asset granularity rules for AppDetectivePRO or DbProtect?&lt;/li&gt;    &lt;li&gt;What is the scope of a unique database under protection?&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Information:&lt;/h2&gt;&lt;p&gt;LevelBlue licenses its AppDetectivePRO and DbProtect products based on the number and type of databases.&lt;/p&gt;&lt;p&gt;In the realm of structured and unstructured databases that can be deployed in standalone, SaaS, or PaaS architecture, the interpretation of a single licensed entity varies. The interpretation of a “unique database” is based on the boundary of a given database or datastore that allows for customization of security, configuration, patching and other variances. The definitions below specify the scope at which a license is considered as consumed for the database platform. &lt;/p&gt;&lt;h3&gt;Database or Node Definitions by Platform&lt;/h3&gt;&lt;p&gt;&lt;table class="kbTable"&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;th&gt;Database/Datastore Platform            &lt;/th&gt;            &lt;th&gt;Unit Under Protection Scope            &lt;/th&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;Amazon Dynamo DB&lt;/td&gt;            &lt;td&gt;Per AWS region and availability zone&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;Amazon RDS (MySQL, MSSQL, Oracle, MariaDB, PostgreSQL)&lt;/td&gt;            &lt;td&gt;Per host/IP and port (and instance/SID where applicable)&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;Amazon RDS Aurora (MySQL, PostgreSQL)&lt;/td&gt;            &lt;td&gt;Per host/IP and port&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;Azure SQL Database&lt;/td&gt;            &lt;td&gt;Per database, host/IP and port&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;Azure SQL Managed Instance&lt;/td&gt;            &lt;td&gt;Per instance, host/IP and port&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;Cassandra&lt;/td&gt;            &lt;td&gt;Per host/IP and port&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;Couchbase&lt;/td&gt;            &lt;td&gt;Per host/IP and port&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;Elasticsearch&lt;/td&gt;            &lt;td&gt;Per instance/node, host/IP and port&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;IBM DB2 for z/OS&lt;/td&gt;            &lt;td&gt;Per Db2 subsystem, host/IP and port&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;IBM DB2 LUW&lt;/td&gt;            &lt;td&gt;Per instance and database, host/IP and port&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;MariaDB&lt;/td&gt;            &lt;td&gt;Per host/IP and port&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;Microsoft SQL Server&lt;/td&gt;            &lt;td&gt;Per instance (or each instance when multiple instances installed on the same host), host/IP&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;MongoDB (Enterprise Editions Only)&lt;/td&gt;            &lt;td&gt;Per instance, host/IP and port&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;MySQL&lt;/td&gt;            &lt;td&gt;Per host/IP and port&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;Oracle&lt;/td&gt;            &lt;td&gt;Per SID, host/IP and port&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;Percona for MySQL&lt;/td&gt;            &lt;td&gt;Per host/IP and port&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;PostgreSQL&lt;/td&gt;            &lt;td&gt;Per host/IP and port&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;Redis Enterprise&lt;/td&gt;            &lt;td&gt;Per host/IP and port&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;Sybase&lt;/td&gt;            &lt;td&gt;Per instance (or each instance when multiple instances installed on the same host), host/IP&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;Teradata Database&lt;/td&gt;            &lt;td&gt;Per host/IP and port&lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt;&lt;h3&gt;License expiry and overage behavior&lt;/h3&gt;&lt;p&gt;A license usage banner is visible within the product, providing real-time insights into license compliance and validity. If there is any discrepancy between the number of licenses purchased and actual usage, users will be promptly notified. Additionally, notifications will alert users in cases of impending license expiry or any issues affecting license functionality, helping ensure uninterrupted access and compliance.&lt;/p&gt;&lt;p&gt; &lt;/p&gt;</description><pubDate>Thu, 19 Mar 2026 20:41:37 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>Can I use PAC (Proxy auto-configuration) files with WebMarshal?</title><link>https://support.levelblue.com/kb/Goto14513.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;WebMarshal  &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Do PAC files work with WebMarshal? &lt;/li&gt;    &lt;li&gt;How do I use or deploy PAC files with WebMarshal? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Reply:&lt;/h2&gt;&lt;p&gt;Yes, you can use PAC files with the WebMarshal proxy. PAC files are applied at the web browser level, and do not depend on the proxy software.&lt;/p&gt;&lt;p&gt;Usage and configuration of PAC files will depend on your environment. LevelBlue Technical Support is not responsible for authoring, reviewing or deploying PAC files.&lt;/p&gt;&lt;p&gt;The remainder of this article provides some general suggestions about usage and deployment of PAC files, and links to additional information.&lt;/p&gt;&lt;h2&gt;PAC Usage:&lt;/h2&gt;&lt;p&gt;Proxy Auto-configuration (PAC) files direct a browser to use specific proxy servers. Because PAC files are scripted, they can contain complex configuration such as:&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;A list of URLs that should be excluded from proxying &lt;/li&gt;    &lt;li&gt;A list of one or more proxy server names (or IP addresses) and ports that can be used &lt;/li&gt;    &lt;li&gt;Different proxy server usage depending on the client IP address (useful for laptops that may be browsing from different networks) &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;PAC files can be hosted on each workstation, or on an intranet server. PAC files and browser configuration can be updated using Windows Group Policy or other administration tools.&lt;/p&gt;&lt;h2&gt;Sample PAC Configuration&lt;/h2&gt;&lt;p&gt;The procedure given below is for a PAC file in its simplest form and should work for any web proxy software. It redirects all website requests from a client computer's browser to the WebMarshal proxy server (just as would happen by entering proxy information directly in the browser).&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;In the example, the name of the proxy server is &lt;strong&gt;webmarshal.local&lt;/strong&gt; and the proxy port is the default 8080. &lt;/li&gt;    &lt;li&gt;Substitute the correct name or IP address and port for your WebMarshal proxy.   &lt;/li&gt;&lt;/ul&gt;&lt;ol&gt;    &lt;li&gt;Create a text file using Notepad. &lt;/li&gt;    &lt;li&gt;Copy the script below into the file (replacing the name and port of the proxy server with the actual name or IP address and port of your WebMarshal server).    &lt;ul&gt;        &lt;li&gt;If you use a name, ensure that it can be resolved to an &lt;strong&gt;IPv4 &lt;/strong&gt;address.&lt;/li&gt;    &lt;/ul&gt;    &lt;br /&gt;    &lt;br /&gt;    &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt; function FindProxyForURL(url, host)&lt;br /&gt;    {&lt;br /&gt;    return "PROXY webmarshal.local:8080";&lt;br /&gt;    }&lt;br /&gt;    &lt;br /&gt;    &lt;/span&gt;&lt;/li&gt;    &lt;li&gt;Save the file as &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt; C:\proxy.txt&lt;/span&gt;    &lt;ul&gt;        &lt;li&gt;For testing you can save this file in any convenient location that your account has read and write access to. &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;To use this file:    &lt;ul&gt;        &lt;li&gt;For browsers that honor Windows internet settings (such as Edge and Chrome):        &lt;ul&gt;            &lt;li&gt;Open the system Internet Options &amp;gt; Connections &amp;gt; LAN Settings &lt;/li&gt;            &lt;li&gt;Select "Use automatic configuration script" &lt;/li&gt;            &lt;li&gt;Enter the path as &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;file://c:/proxy.txt &lt;/span&gt;(or the path where you saved the file). &lt;strong&gt;Note:&lt;/strong&gt; the format is URL format with the "file" prefix. &lt;/li&gt;            &lt;li&gt;Click &lt;strong&gt;OK&lt;/strong&gt; as required to accept the changes. &lt;/li&gt;        &lt;/ul&gt;        &lt;/li&gt;        &lt;li&gt;For Firefox (recent versions)&lt;br /&gt;        &lt;ul&gt;            &lt;li&gt;On the Firefox menu open Options &amp;gt; Options &amp;gt; Network, and click Settings &lt;/li&gt;            &lt;li&gt;Select "Automatic proxy configuration URL" &lt;/li&gt;            &lt;li&gt;Enter the path as &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;file://c:/proxy.txt&lt;/span&gt; (or the path where you saved the file). &lt;strong&gt;Note:&lt;/strong&gt; the format is URL format with the "file" prefix. &lt;/li&gt;            &lt;li&gt;Click &lt;strong&gt;OK&lt;/strong&gt; as required to accept the changes. &lt;/li&gt;        &lt;/ul&gt;        &lt;/li&gt;        &lt;li&gt;For other browsers, please refer to their support documentation. &lt;/li&gt;        &lt;ul&gt;            &lt;li&gt;&lt;strong&gt;Note:&lt;/strong&gt; Some browsers may require (or prefer) an additional / character in the file location specification, as follows: &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;file:///c:/proxy.txt &lt;/span&gt;&lt;/li&gt;        &lt;/ul&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Browse to &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;http://webmarshal.home&lt;/span&gt; and you should see the WebMarshal home page. &lt;/li&gt;    &lt;li&gt;Browse to Internet sites. You should be able to see the activity from the specific computer in "Active sessions" within your WebMarshal Console. &lt;/li&gt;&lt;/ol&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;For information about using the Web Proxy Auto-Discovery Protocol (WPAD) with WebMarshal, please visit LevelBlue Knowledgebase article &lt;a href="https://support.levelblue.com/kb/article.aspx?id=12228" class="ApplyClass" target="_blank"&gt;Q12228&lt;/a&gt;.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;h3&gt;References: &lt;/h3&gt;&lt;p&gt;&lt;a href="http://en.wikipedia.org/wiki/Proxy_auto-config" target="_blank"&gt;http://en.wikipedia.org/wiki/Proxy_auto-config&lt;/a&gt;&lt;/p&gt;</description><pubDate>Sun, 15 Mar 2026 21:28:11 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>Using WebMarshal with kiosk computers, smartphones and tablets with IP Authentication</title><link>https://support.levelblue.com/kb/Goto14512.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;WebMarshal 6.X and 7.X&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;How can I set up Kiosk Computers, iPads and other mobile devices to use WebMarshal as the proxy?  &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Reply:&lt;/h2&gt;&lt;p&gt;WebMarshal IP Authentication can be used to log and control web activity where the user does not have a network credential, or the device does not understand proxy authentication. &lt;/p&gt;&lt;p&gt;IP Address authentication is transparent to the end user. WebMarshal will use the IP Address of the connecting device/computer and will apply policy based on the address. You can apply any WebMarshal rule based on IP address.&lt;/p&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;To configure and enable IP Address based authentication:&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;The browser or other application on the Kiosk computer or mobile device must understand the concept of using a "web proxy" (it must have the relevant settings to configure which proxy and port to use). The application must be able to connect to WebMarshal using the configured web proxy settings, at the network connection level. &lt;/li&gt;    &lt;li&gt;WebMarshal must accept IP based authentication. By default WebMarshal accepts IP based authentication on port 8081. To customize this setting, in the WebMarshal Console navigate to Tools &amp;gt; Global Settings &amp;gt; Proxy Settings &amp;gt; Ports and Authentication. &lt;blockquote&gt;    &lt;ul&gt;        &lt;li&gt; Before changing the port, check that no other software is listening on the new port. See article &lt;a class="ApplyClass" target="_blank" href="https://support.levelblue.com/kb/article.aspx?id=12702"&gt;Q12072&lt;/a&gt;. &lt;/li&gt;    &lt;/ul&gt;    &lt;/blockquote&gt;&lt;br /&gt;    &lt;img alt="" src="https://support.levelblue.com/kb/Uploads/Images/14512/IP_Auth.JPG" style="width: 585px; height: 402px;" /&gt; &lt;/li&gt;    &lt;li&gt;WebMarshal must be configured with IP Address user groups that include the IP addresses you want to allow. To add an IP address group:    &lt;ul&gt;        &lt;li&gt;In the WebMarshal Console, click &lt;strong&gt;User Groups&lt;/strong&gt;. &lt;/li&gt;        &lt;li&gt;From the Action menu or the right pane menu bar, choose “New IP Address Group”. &lt;/li&gt;        &lt;li&gt;Enter a name and optionally a description. &lt;/li&gt;        &lt;li&gt;Enter a starting and ending IP address for the range. &lt;br /&gt;        &lt;br /&gt;        &lt;strong&gt;Note:&lt;/strong&gt; WebMarshal adds the name or IP address of each computer in this range to the All Users list the first time that computer connects to WebMarshal. Once the computer names are included in the list, you can use them individually within Rules in the same way as any other User. &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Configure the web browser or application software to use your WebMarshal proxy server and the port specified in step 2. &lt;br /&gt;    &lt;ul&gt;        &lt;li&gt;To specify these settings on a client computer, open the control panel Internet options &amp;gt; Connections &amp;gt; LAN Settings. &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;ul&gt;        &lt;li&gt;For other browsers and applications, please refer to the application's support documentation for configuring proxy settings. Many applications allow you to set a custom proxy that is different from the configuration of IE or other browsers.&lt;br /&gt;        &lt;ul&gt;            &lt;li&gt;As an example, in MailMarshal SEG you can configure this setting in the Configurator, Tools &amp;gt; MailMarshal Properties &amp;gt; Internet Access (and optionally in the Server Properties for each processing node). &lt;/li&gt;        &lt;/ul&gt;        &lt;/li&gt;    &lt;/ul&gt;    &lt;li&gt;After configuring proxy settings, browse to &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;http://webmarshal.home&lt;/span&gt;    &lt;ul&gt;        &lt;li&gt;The result should be a pages showing the name or IP address of your computer and other details regarding your WebMarshal proxy server. &lt;/li&gt;        &lt;li&gt;Any user or process on a computer with an IP address in the specified range (as in step 3) can browse through WebMarshal, subject to any rules you choose to apply on this IP Address group. &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;The recommended way to apply policy to an IP Address group is to add it to one of the standard groups created by default with WebMarshal (Power Users, Standard Users, Restricted Users). This approach is versatile and flexible as the application of the rules will remain the same regardless of any new users, computers or groups added or removed from a WebMarshal user group.    &lt;ul&gt;        &lt;li&gt;It is best practice to NOT use any imported groups directly in policy. &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;&lt;/ol&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;For more information on creating and managing WebMarshal groups and modifying your policy accordingly, please refer to the WebMarshal &lt;em&gt;User Guide&lt;/em&gt; and help.&lt;/li&gt;    &lt;li&gt;If you use IP authentication in an environment that assigns IP addresses dynamically (using DHCP), please note the following limitations:    &lt;ul&gt;        &lt;li&gt;The IP address of a device could change.&lt;/li&gt;        &lt;li&gt;To ensure that IP based rules apply as expected in a DHCP environment,        you &lt;strong&gt;should not&lt;/strong&gt; set up special rules for individual device names or        addresses. &lt;/li&gt;        &lt;li&gt;Where devices have resolvable names (for instance in a Windows domain environment), WebMarshal attempts to resolve the name and applies rules to devices by name if possible. This feature is designed to assist with policy and reporting if the IP address changes. &lt;em&gt;However tracking by name is generally &lt;strong&gt;not&lt;/strong&gt; possible for mobile devices, or if name resolution is not available.&lt;/em&gt;&lt;/li&gt;        &lt;li&gt;When WebMarshal cannot resolve a device name, it applies policy using the current IP address of the device.&lt;em&gt;&lt;br /&gt;        &lt;/em&gt;&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;&lt;/ul&gt;</description><pubDate>Sun, 15 Mar 2026 21:24:52 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>Configuring authentication bypass with WMProxyLogon</title><link>https://support.levelblue.com/kb/Goto14348.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;WebMarshal 6.9 and above &lt;/li&gt;    &lt;li&gt;Windows operating system clients &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Authentication problems when using Skype or iTunes through WebMarshal  &lt;/li&gt;    &lt;li&gt;Authentication problems with browser helper applications &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Background:&lt;/h2&gt;&lt;p&gt;In certain circumstances, browsers and browser plug-ins on Windows operating systems fail to authenticate with the Proxy. This may be due to an incompatibility, or simply software that does have proxy settings but does not provide for authentication.&lt;/p&gt;&lt;p&gt;The WMProxyLogon mechanism described here is a simple workaround designed to overcome this limitation in the client software. It is not limited to the named clients and could be used anywhere that a similar problem occurs.&lt;/p&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;WebMarshal includes a small utility called &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;WMProxyLogon.exe&lt;/span&gt;. In earlier versions, this utility is used to allow NDS users to authenticate. In WebMarshal &lt;strong&gt;version 6.9 and above&lt;/strong&gt;, this program also works with all Windows logins.&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;This utility runs on the user workstation.&lt;/li&gt;    &lt;li&gt;By default the utility uses the Windows Internet Options settings so if    these are not properly configured the logon procedure will    not work. To override these settings see &lt;em&gt;Options&lt;/em&gt; below.&lt;/li&gt;    &lt;li&gt;If this program is added to the logon script it will run as a system tray icon and periodically inform the proxy server of the active Windows (or NDS) logon. While this program is running the user will not be prompted for authentication for any applications. &lt;/li&gt;    &lt;li&gt;You do not need to make any change on the WebMarshal server. &lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Usage&lt;/h3&gt;&lt;p&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;WMProxyLogon.exe&lt;/span&gt; runs on the client workstation. Typically this software would be included as part of the user logon script for some or all users. The program is small enough that it can be run from its location on the WebMarshal server. Double-click the system tray icon to see the current user information and/or exit from the program.&lt;/p&gt;&lt;h3&gt;Options&lt;/h3&gt;&lt;p&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;WMProxyLogon.exe&lt;/span&gt; has the following command line options: &lt;/p&gt;&lt;dl&gt;    &lt;dt&gt;/? &lt;/dt&gt;    &lt;dd&gt;Shows help information. &lt;br /&gt;    &lt;br /&gt;    &lt;/dd&gt;    &lt;dt&gt;/Proxy:&amp;lt;server&amp;gt;:&amp;lt;port&amp;gt; &lt;/dt&gt;    &lt;dd&gt;Overrides the system settings and forces WMProxyLogon.exe to communicate with the stated proxy server. Note that the browser must still be configured correctly to use the proxy server. &lt;br /&gt;    &lt;br /&gt;    &lt;/dd&gt;    &lt;dt&gt;/NoIcon &lt;/dt&gt;    &lt;dd&gt;Disables display of the system tray icon.&lt;br /&gt;    &lt;/dd&gt;&lt;/dl&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;This solution allows access for ANY software running on the workstations that can use a proxy server (subject to WebMarshal Rules that control access). &lt;br /&gt;    &lt;ul&gt;        &lt;li&gt;Potentially unwanted applications could also be allowed by this solution. &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;For another solution that can provide more granular control, see &lt;a target="_blank" class="ApplyClass" href="https://support.levelblue.com/kb/KnowledgebaseArticle12734.aspx"&gt;Q12734&lt;/a&gt;: Configuring the Authentication Bypass Cache&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Sun, 15 Mar 2026 21:23:40 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>Considerations when investigating slow Web Browsing</title><link>https://support.levelblue.com/kb/Goto14253.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;WebMarshal 6.X and 7.X&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;What should I consider when my WebMarshal installation is running slower than normal? &lt;/li&gt;    &lt;li&gt;What factors can affect browsing and operational performance? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Items To Consider:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt; Is browsing really slower, or does it just seem slower?    &lt;ul&gt;        &lt;li&gt;Time a page from click to complete. &lt;/li&gt;        &lt;li&gt;The images may seem to 'pop in' rather than displaying partially as they load, which can make the page loading seem slower. However, the total time taken to load the page is roughly the same. &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Hardware and Server Specification&lt;/h3&gt;&lt;ul&gt;    &lt;li&gt;Does the WebMarshal server meet (or exceed) the recommended hardware requirements?    &lt;ul&gt;        &lt;li&gt;If you are using a virtual machine, does the host have adequate resources to support all VMs? &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Does the WebMarshal server have two NICs? If so are they listed in the correct order?    &lt;ul&gt;        &lt;li&gt;On the WebMarshal server, navigate to Network Connections --&amp;gt; Advanced --&amp;gt; Advanced Settings --&amp;gt; Adapters and Bindings. Ensure the Local/Inside network is first in the list. &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Client Configuration&lt;/h3&gt;&lt;ul&gt;    &lt;li&gt;Toggle use of HTTP 1.1 in the end-user's browser settings (normally 1.1 will give better performance)    &lt;ul&gt;        &lt;li&gt;Edge, Chrome: Windows Internet Options --&amp;gt; Advanced        &lt;ul&gt;            &lt;li&gt;Setting: Use HTTP 1.1 &lt;/li&gt;            &lt;li&gt;Setting: Use HTTP 1.1 through proxy connections &lt;/li&gt;        &lt;/ul&gt;        &lt;/li&gt;        &lt;li&gt;Firefox: In the Address Bar enter &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;about:config&lt;/span&gt;        &lt;ul&gt;            &lt;li&gt;Filter for &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;network.http &lt;/span&gt;&lt;/li&gt;            &lt;li&gt;Setting: &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;network.http.version&lt;/span&gt; &lt;/li&gt;            &lt;li&gt;Setting: &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;network.http.proxy.version&lt;/span&gt; &lt;/li&gt;        &lt;/ul&gt;        &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Is the speed impacted in only one browser or workstation?    &lt;ul&gt;        &lt;li&gt;Is the speed acceptable in another browser? &lt;/li&gt;        &lt;li&gt;Are plugins enabled on the slow browser? &lt;/li&gt;        &lt;li&gt;Are "performance enhancers" loaded for the browser? &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Do the end-users have web filtering applications installed locally such as an antivirus application? &lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Firewalls&lt;/h3&gt;&lt;ul&gt;    &lt;li&gt;Is there a firewall in place?    &lt;ul&gt;        &lt;li&gt;Is the firewall inspecting Content/Packets? &lt;/li&gt;        &lt;li&gt;Are firewall resources running high? &lt;/li&gt;        &lt;li&gt;Is the firewall setting "Enforce Host Tag search for CFS" enabled? If so this should be disabled. &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Server Configuration&lt;/h3&gt;&lt;ul&gt;    &lt;li&gt;What version of WebMarshal are you running?    &lt;ul&gt;        &lt;li&gt;LevelBlue always recommends you use the latest version. Almost every release includes changes that can improve the browsing experience. &lt;/li&gt;        &lt;li&gt;If using a version below 6.5.6, check the trickle transfer rate setting (Server &amp;amp; Array Settings &amp;gt; Download Options). This setting can safely be increased to 90%. &lt;/li&gt;        &lt;li&gt;Sometimes page completion can be slower for large pages with a lot of text. WebMarshal returns the entire page to the browser after scanning, which means that the browser doesn’t get the opportunity to begin loading satellite resources while continuing to receive the page. From WebMarshal version 6.5, you can configure the holdback for text and binary files separately (Server &amp;amp; Array Settings &amp;gt; Download Options). &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Is WebMarshal configured to use caching?    &lt;ul&gt;        &lt;li&gt;Caching can help to reduce delays in fetching pages. Ensure that the cache folder is on a high quality disk with adequate free space. &lt;/li&gt;        &lt;li&gt;Note that WebMarshal does not cache the result of rule evaluation. Rules are re-run for every request. &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Is WebMarshal configured to use an upstream proxy?    &lt;ul&gt;        &lt;li&gt;If users access the web via the upstream proxy (bypassing WebMarshal), is there a change in performance? &lt;/li&gt;        &lt;li&gt;Does setting WebMarshal to access the web directly instead of via an upstream proxy increase the performance? &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Consider disabling Reverse DNS lookups for client workstations:    &lt;ul&gt;        &lt;li&gt;See &lt;a href="https://support.levelblue.com/kb/article.aspx?id=11895" class="ApplyClass" target="_blank"&gt;Q11895&lt;/a&gt;  &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Does the timeout threshold need to be increased? (The current default setting is 300 seconds.)    &lt;ul&gt;        &lt;li&gt;See &lt;a href="https://support.levelblue.com/kb/article.aspx?id=12914" target="_blank"&gt;Q12914&lt;/a&gt;  &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Has Advanced Logging been left on at some stage causing reduced performance due to the extra load? &lt;/li&gt;    &lt;li&gt;Ensure that NetBIOS over TCP is enabled on the WebMarshal servers. &lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Rules and Processing Settings&lt;/h3&gt;&lt;ul&gt;    &lt;li&gt;Does disabling rule processing (the Access Policy) inside WebMarshal improve the performance? &lt;/li&gt;    &lt;li&gt;Are complex or multiple text censor scripts being applied for many result pages? &lt;/li&gt;    &lt;li&gt;Is URLCensor installed and enabled with WebMarshal?    &lt;ul&gt;        &lt;li&gt;This feature depends on DNS lookups and can be slow to respond in a real-time environment. You should consider disabling it. &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Are there large URL Categories? If so, these will slow down each request as the list is scanned. &lt;/li&gt;    &lt;li&gt;Is HTTPS Content inspection enabled? This will increase the engine load and reduce performance. &lt;/li&gt;    &lt;li&gt;If WebMarshal is configured to use virus scanners, is performance increased after disabling them?    &lt;ul&gt;        &lt;li&gt;Are  the "Extensive Virus Scanning" rules enabled? &lt;/li&gt;        &lt;li&gt;Is the Virus Scanner slow to respond? &lt;/li&gt;        &lt;li&gt;Is more than one scanner installed and enabled via the rule set? If so this will cause duplicate scanning to occur on every web request. &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;&lt;/ul&gt;</description><pubDate>Sun, 15 Mar 2026 21:15:32 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>Resolving SSL certificate issues</title><link>https://support.levelblue.com/kb/Goto13958.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;WebMarshal 6.X or 7.X &lt;/li&gt;    &lt;li&gt;HTTPS Content Inspection &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;WebMarshal blocks HTTPS sites &lt;/li&gt;    &lt;li&gt;Message: &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;Certificate Chain is not Trusted&lt;/span&gt; &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Information:&lt;/h2&gt;&lt;p&gt;When WebMarshal HTTPS Content Inspection is enabled, WebMarshal attempts to check the validity of the SSL certificates used by each website. &lt;/p&gt;&lt;p&gt;Validation may be unsuccessful if the required Root Certificate and in some cases Intermediate Certificates are not present in the correct certificate stores on each WebMarshal processing server.&lt;/p&gt;&lt;h3&gt;Causes:&lt;/h3&gt;&lt;ol&gt;    &lt;li&gt;Newer Windows releases install a very limited set of SSL CA certificates by default.    &lt;ul&gt;        &lt;li&gt;&lt;strong&gt;To resolve this issue&lt;/strong&gt;, you can install updated CA certificates from Windows Update. See LevelBlue Knowledge Base article &lt;a href="https://support.levelblue.com/kb/article.aspx?id=21016" class="ApplyClass" target="_blank"&gt;21016&lt;/a&gt;.  &lt;/li&gt;        &lt;li&gt;Note that WebMarshal does not automatically retrieve root certificates in most cases. &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;In rare cases a required certificate for a site may not be included in the Microsoft certificate package.    &lt;ul&gt;        &lt;li&gt;&lt;strong&gt;To resolve this issue&lt;/strong&gt;, log on to the WebMarshal processing server as an administrator. Using Edge or Chrome, browse to the site in question WITHOUT passing through WebMarshal content inspection. &lt;/li&gt;        &lt;li&gt;When prompted, install (trust) required certificates. Normally, when you browse as an administrator, these certificates will be correctly installed in the computer certificate store and will be available to WebMarshal services. &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;&lt;/ol&gt;&lt;p&gt;You can also add certificates or verify the location of certificates using the MMC Certificates snap-in.&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;Run Microsoft Management Console (MMC.exe) &lt;/li&gt;    &lt;li&gt;Choose to add a snapin and select the Certificates snap-in. Choose to manage certificates for the Computer account.  &lt;/li&gt;    &lt;li&gt;Add the Certificates snap-in again and choose to manage certificates for the current user account.    &lt;ul&gt;        &lt;li&gt;You can check for the presence of certificates in the Computer section (for instance in &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;Trusted Root Certification Authorities &amp;gt; Certificates&lt;/span&gt;.) &lt;/li&gt;        &lt;li&gt;If required, you can copy certificates from the User section to the Computer section. &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;&lt;/ol&gt;&lt;p&gt;After adding certificates, &lt;strong&gt;restart the WebMarshal Proxy service&lt;/strong&gt;. Remember to repeat these steps on each WebMarshal processing server.&lt;/p&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;WebMarshal 6.8 and above addresses some additional issues with determination of certificate validity. &lt;/li&gt;    &lt;li&gt;From time to time Microsoft includes additional Root Certificates in Windows Update. LevelBlue recommends that you schedule update of Root Certificates. &lt;/li&gt;    &lt;li&gt;WebMarshal currently checks certificate status only for the leaf certificate and not for root certificates.&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Sun, 15 Mar 2026 21:11:15 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>Prerequisites and tips for WebMarshal Remote Console</title><link>https://support.levelblue.com/kb/Goto13709.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;WebMarshal 6.8 and above &lt;/li&gt;    &lt;li&gt;Remote Console functionality &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;What are the prerequisites for WebMarshal Remote Console? &lt;/li&gt;    &lt;li&gt;What are common problems using the Remote Console? &lt;/li&gt;    &lt;li&gt;What authentication methods are supported by Remote Console? &lt;/li&gt;    &lt;li&gt;Why does the Remote Console link not appear on the WebMarshal Home page? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Information:&lt;/h2&gt;&lt;p&gt;The WebMarshal Remote Console is implemented as a Microsoft ClickOnce application. &lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;&lt;strong&gt;Note:&lt;/strong&gt; Most administrators who require access to WebMarshal administration from their workstation should install the main WebMarshal Console application. Remote Console is provided for administrators who may want to connect without a software installation (for instance, from a user workstation)&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;This article details the prerequisites and other tips for use of the WebMarshal Remote Console. Prerequisites generally follow the prerequisites for the WebMarshal Console standard installation.&lt;br /&gt;&lt;br /&gt;For some common error messages see the Common Problems section below.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;&lt;strong&gt;Note:&lt;/strong&gt; Issues using the Remote Console with UAC are resolved at WebMarshal 7.4.5&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;h3&gt;Prerequisites:&lt;/h3&gt;&lt;p&gt;WebMarshal Remote Console requires the following items on the client workstation:&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;For version 7.X:    &lt;ul&gt;        &lt;li&gt;.NET Framework 4.6.2 &lt;/li&gt;        &lt;li&gt;Microsoft Visual C++ 2015 redistributable&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;For versions 6.10 through 6.12, .NET Framework 4.0&lt;/li&gt;    &lt;li&gt;For 6.8 and 6.9, .NET 3.5 SP1&lt;/li&gt;    &lt;li&gt;A web browser that supports the Microsoft ClickOnce functionality    &lt;ul&gt;        &lt;li&gt;Edge Chromium, with ClickOnce support enabled (see &lt;em&gt;edge://flags&lt;/em&gt;)&lt;/li&gt;        &lt;li&gt;Mozilla Firefox current versions may be usable with the ClickOnce extension from Breez (this extension is not supported or warranted functional by LevelBlue)&lt;/li&gt;        &lt;li&gt;Google Chrome may be usable with the ClickOnce extension from Menarva (this extension is not supported or warranted functional by LevelBlue)&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Browser configured to use WebMarshal as proxy. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;For any browser:&lt;/strong&gt;    &lt;ul&gt;        &lt;li&gt;You &lt;strong&gt;must&lt;/strong&gt; have the Windows Internet Options proxy settings configured to use WebMarshal. The ClickOnce functionality uses these proxy settings. &lt;/li&gt;        &lt;li&gt;You may need to add http://webmarshal.home to the Trusted Sites zone.&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Authentication:&lt;/h3&gt;&lt;ul&gt;    &lt;li&gt;To allow use of Remote Console you must grant access in &lt;strong&gt;two places&lt;/strong&gt;:    &lt;ol&gt;        &lt;li&gt;Enable users to run the Remote Console, in WebMarshal Global Settings &amp;gt; Remote Console &lt;/li&gt;        &lt;li&gt;Grant users access to Console features, using the WebMarshal Security Tool. The settings you make here affect access from both the Remote Console and the installed Console. By default, members of the Administrators group on the WebMarshal Array Manager server have full access. &lt;/li&gt;    &lt;/ol&gt;    &lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Remote Console link:&lt;/h3&gt;&lt;p&gt;Users access the Remote Console using a link on the WebMarshal Home page.&lt;/p&gt;&lt;p&gt;This link is generated as part of the &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;{Options}&lt;/span&gt; tag found in the default template for the WebMarshal Home page. If you customized your WebMarshal Home page and removed this tag, the Remote Console link will not display. &lt;/p&gt;&lt;p&gt;To display the link, ensure the {Options} tag is included in the body of the WebMarshal Home page. &lt;/p&gt;&lt;h3&gt;Common Problems:&lt;/h3&gt;&lt;dl&gt;    &lt;dt&gt;&lt;strong&gt;Error message: "Cannot Start Application."&lt;/strong&gt; &lt;/dt&gt;    &lt;dd&gt;&lt;strong&gt;Cause 1:&lt;/strong&gt; Using an unsupported browser (such as Google Chrome with no plugin). &lt;br /&gt;    &lt;strong&gt;Cause 2:&lt;/strong&gt; Using another browser, but the system proxy setting is not configured to use the WebMarshal server. Both the system and browser proxy settings must be configured to use the WebMarshal Server. &lt;/dd&gt;    &lt;dt&gt;&lt;strong&gt;Error message: "Failed to load snapin module" &lt;/strong&gt;&lt;span style="font-weight: normal;"&gt;or &lt;/span&gt;&lt;strong&gt;"Could not load file or assembly"&lt;/strong&gt; &lt;/dt&gt;    &lt;dd&gt;Cause: .NET Framework is not installed or not up to date. &lt;/dd&gt;    &lt;dt&gt;&lt;strong&gt;Error message: "Cannot download the application" "&lt;/strong&gt;&lt;strong&gt;Manifest.exe not found"&lt;/strong&gt;&lt;/dt&gt;    &lt;dd&gt;Detailed error: &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;Could not find file 'C:\Users\Administrator\Downloads\MarshalConsole.exe.manifest'&lt;/span&gt;&lt;/dd&gt;    &lt;dd&gt;Cause: using Edge Chromium without enabling ClickOnce Support, or Google Chrome without third party extension.&lt;/dd&gt;    &lt;dt&gt;&lt;strong&gt;Error message: "Deployment and application do not have matching security zones."&lt;/strong&gt; &lt;/dt&gt;    &lt;dd&gt;Cause: http://webmarshal.home is not added to the Internet Options Trusted Sites zone.&lt;/dd&gt;    &lt;dt&gt;&lt;strong&gt;Error message: "The Execution level requested by this application is not supported."&lt;/strong&gt; &lt;/dt&gt;    &lt;dd&gt;Cause: UAC is enabled. This issue affects 7.X versions below 7.4.5. To resolve the error, upgrade to 7.4.5 or above.&lt;/dd&gt;&lt;/dl&gt;</description><pubDate>Sun, 15 Mar 2026 21:09:47 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>What browsers can I use with WebMarshal?</title><link>https://support.levelblue.com/kb/Goto12953.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;WebMarshal &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;What browsers can I use with WebMarshal? &lt;/li&gt;    &lt;li&gt;Does WebMarshal work with handset browsers? &lt;/li&gt;    &lt;li&gt;Does WebMarshal work with Apple browsers? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Reply:&lt;/h2&gt;&lt;p&gt;WebMarshal supports client connections from current versions of major browser software running on any operating system, as well as non-browser applications that can use proxy servers. &lt;/p&gt;&lt;p&gt;WebMarshal also works with client software on handset devices that meet the technical requirements described below (subject to the limitations of the devices).&lt;/p&gt;&lt;p&gt;The relevant open standards are Internet RFC 2616 (HTTP 1.1) and Internet RFC 2617 (HTTP Authentication).&lt;/p&gt;&lt;p&gt;The following information applies to WebMarshal as a &lt;strong&gt;standalone proxy&lt;/strong&gt;.&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;WebMarshal &lt;strong&gt;user authentication&lt;/strong&gt; supports client connections from software that implements RFC 2616 and RFC 2617, and can be configured to use an explicit proxy server. &lt;/li&gt;    &lt;li&gt;WebMarshal &lt;strong&gt;NTLM (Windows integrated) authentication&lt;/strong&gt; requires client software that implements NTLM.    &lt;ul&gt;        &lt;li&gt;WebMarshal NTLM authentication is known to work with most current web browsers on the Windows platform. Browsers on other platforms can usually work with some additional setup. &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;WebMarshal &lt;strong&gt;IP authentication&lt;/strong&gt; supports connections from software that implements RFC 2616 and can be configured to use an explicit proxy server. &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;LevelBlue does not test third party browsers for conformance to the RFCs. However the following browsers are known to work with WebMarshal :&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;Microsoft Edge&lt;/li&gt;    &lt;li&gt;Firefox current versions (Windows, Linux, Mac) &lt;/li&gt;    &lt;li&gt;Google Chrome current versions (Windows, Mac, Android) &lt;/li&gt;    &lt;li&gt;Safari 3.2.2 and above (Windows) &lt;/li&gt;    &lt;li&gt;Safari (Mac) - latest versions &lt;/li&gt;    &lt;li&gt;Opera 8 and 9 (Windows) &lt;/li&gt;    &lt;li&gt;Google Chrome (Windows, Mac, Android) &lt;/li&gt;    &lt;li&gt;Mobile-safari (iPod Touch, iPhone) &lt;/li&gt;    &lt;li&gt;Opera Mobile (Symbian S60 v3) &lt;/li&gt;    &lt;li&gt;Nokia browser (Symbian S60 v3) &lt;/li&gt;    &lt;li&gt;Internet Explorer (although this browser is obsolete and deprecated)&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Sun, 15 Mar 2026 21:06:11 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>Configuring advanced settings for FTP proxy</title><link>https://support.levelblue.com/kb/Goto12950.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;WebMarshal 6.1 and above&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;What is the behavior of WebMarshal with proxied FTP connections?&lt;/li&gt;    &lt;li&gt;Using non-browser FTP clients &lt;em&gt;(such as FileZilla or WinSCP)&lt;/em&gt; through WebMarshal when HTTPS inspection is enabled&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Information:&lt;/h2&gt;&lt;p&gt;Non-browser FTP clients use a HTTP proxy such as WebMarshal by issuing a HTTP 1.1 CONNECT request to the proxy (requesting a connection to the remote FTP control port, usually port 21). The server replies with a passive FTP connection on a high port.&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;In &lt;strong&gt;WebMarshal 6.1 through 6.5.3&lt;/strong&gt;, when HTTPS inspection is enabled, these connections fail. The initial CONNECT request is treated as a request to create a SSL tunnel. The FTP data connection is not allowed.&lt;/li&gt;    &lt;li&gt;In &lt;strong&gt;WebMarshal 6.5.5 and above&lt;/strong&gt;, WebMarshal examines the content of the CONNECT request to determine if it is a FTP connection. FTP connections that are established in this way are allowed and the content is inspected as with any other FTP connection.&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Configuration:&lt;/h2&gt;&lt;p&gt;You can choose to disable the checking of the CONNECT requests, or the inspection of the FTP content sent through these connections (in WebMarshal 6.5.5 and above).&lt;/p&gt;&lt;p&gt;Configure these settings by adding an entry in the WebMarshal Proxy Configuration file (&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;WMProxy.config.xml&lt;/span&gt;) as follows:&lt;/p&gt;&lt;pre&gt;&lt;span style="color: #aaaaaa;"&gt;&amp;lt;WebMarshal&amp;gt;   &amp;lt;Proxy&amp;gt;     &amp;lt;Config&amp;gt;&lt;/span&gt;        &amp;lt;FTP detectFtpTunnels="&lt;em&gt;{value}&lt;/em&gt;" processTunnelFiles="&lt;em&gt;{value}&lt;/em&gt;" /&amp;gt;&lt;span style="color: #aaaaaa;"&gt;     &amp;lt;/Config&amp;gt;  &amp;lt;/Proxy&amp;gt;&amp;lt;/WebMarshal&amp;gt;&lt;/span&gt;&lt;/pre&gt;&lt;p&gt;Where each value can be &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;true&lt;/span&gt; or &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;false. &lt;/span&gt;&lt;/p&gt;&lt;p&gt;Enter the values in lower case, not including the {} braces, but including the quote marks&lt;strong&gt;.&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;detectFtpTunnels&lt;/strong&gt; indicates whether the Proxy will sniff CONNECT tunnels to see if they are for an FTP control channel. This is needed to pick out the IP address and port that the client will attempt to connect to. Default (if not present): &lt;strong&gt;true&lt;/strong&gt;. If set to &lt;strong&gt;false&lt;/strong&gt;, and HTTPS inspection is enabled, these connections will fail.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;processTunnelFiles&lt;/strong&gt; indicates whether the Proxy should intercept the data connections and treat them as file requests instead of SSL tunnels. This is what allows the WebMarshal Engine to process the files as standard FTP requests. If set to &lt;strong&gt;false&lt;/strong&gt;, the data connections will simply be treated as non-inspected SSL connections &lt;em&gt;and the content will NOT be scanned in any way.&lt;/em&gt; Default (if not present): &lt;strong&gt;true&lt;/strong&gt;.&lt;/p&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;This article does not apply to web browsers accessing FTP. They do not use the method described here. Connections from browsers should succeed regardless of HTTPS inspection.&lt;/li&gt;    &lt;li&gt;The issue with connections from non-browser clients only applies when HTTPS content inspection is enabled.&lt;/li&gt;    &lt;li&gt;WebMarshal cannot proxy connections that use FTPS (FTP over TLS/SSL).&lt;/li&gt;    &lt;li&gt;For general information about editing XML settings files, see article &lt;a target="_blank" href="https://support.levelblue.com/kb/article.aspx?id=12705"&gt;Q12705&lt;/a&gt;. &lt;/li&gt;&lt;/ul&gt;</description><pubDate>Sun, 15 Mar 2026 21:03:21 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>WebMarshal HTTPS inspection and SSL/TLS versions</title><link>https://support.levelblue.com/kb/Goto12037.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;WebMarshal 6.1 and above    &lt;ul&gt;        &lt;li&gt;&lt;strong&gt;Note changes &lt;/strong&gt;at version &lt;strong&gt;7.3, 6.12, and 6.11&lt;/strong&gt;&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;HTTPS Content Inspection &lt;/li&gt;    &lt;li&gt;SSL/TLS version settings &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;How does WebMarshal HTTPS content inspection affect SSL/TLS settings? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Information:&lt;/h2&gt;&lt;p&gt;SSL (secure sockets layer) and TLS (Transport Layer Security) are the protocols that allow web browsers and web sites to communicate securely using HTTPS.&lt;/p&gt;&lt;p&gt;The following versions of SSL/TLS algorithms are currently supported by WebMarshal:&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;SSLv2 (the original protocol, less secure and now deprecated) &lt;/li&gt;    &lt;li&gt;SSLv3 (also considered less secure) &lt;/li&gt;    &lt;li&gt;TLSv1.0 &lt;/li&gt;    &lt;li&gt;TLSv1.1 &lt;em&gt;(WebMarshal 6.11 and above)&lt;/em&gt; &lt;/li&gt;    &lt;li&gt;TLSv1.2 &lt;em&gt;(WebMarshal 6.11 and above)&lt;/em&gt; &lt;/li&gt;    &lt;li&gt;TLSv1.3 &lt;em&gt;(WebMarshal 7.3 and above)&lt;/em&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;When a web browser connects to a site using HTTPS, the browser and the site negotiate an encryption algorithm, based on the algorithms that they share (usually the most secure available). This algorithm is used to create the encrypted connection.&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;Some recent security standards (such as the US Government FIPS) require use of TLSv1.0 (or above). &lt;/li&gt;    &lt;li&gt;All recent web browsers support the latest TLS versions. &lt;/li&gt;    &lt;li&gt;Some recent web browsers have completely disabled support for legacy options by default.&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;How WebMarshal affects SSL&lt;/h3&gt;&lt;p&gt;When WebMarshal HTTPS Content Inspection is enabled, two secure connections are required: one between the browser and WebMarshal, and another between WebMarshal and the web site. These connections are negotiated separately. WebMarshal supports all three algorithms. &lt;/p&gt;&lt;p&gt;If a remote site does not support the strongest algorithms, by default WebMarshal will use any available algorithm. The algorithm used is not reported to the browser. Therefore, even if a user sets their browser to refuse SSLv2, the Internet connection through WebMarshal could still be using SSLv2.&lt;/p&gt;&lt;h3&gt;WebMarshal SSL Options&lt;/h3&gt;&lt;p&gt;You can configure WebMarshal HTTPS rules to accept or refuse a SSL protocol (using the rule condition "Where the security protocol is".  WebMarshal can warn a user, or block a connection, if a lower security algorithm is in use.&lt;/p&gt;&lt;p&gt;If SSL security is important to your organization, and you are using WebMarshal HTTPS inspection, you should configure WebMarshal rules in support of your SSL security policy.&lt;/p&gt;&lt;h3&gt;Change in version 7.3 and above&lt;/h3&gt;&lt;ul&gt;    &lt;li&gt;&lt;strong&gt;TLSv1.3&lt;/strong&gt; is supported in 7.3 and above.&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Change in version 6.12 and above&lt;/h3&gt;&lt;ul&gt;    &lt;li&gt;SSLv2 is no longer supported through WebMarshal. &lt;/li&gt;    &lt;li&gt;All configuration options related to SSLv2 are removed from WebMarshal as of version 6.12. &lt;/li&gt;    &lt;li&gt;When HTTPS inspection is enabled, LevelBlue recommends you use the rule condition "Where SSL/TLS could not be negotiated" to block any attempt to connect with SSLv2. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;A rule to block connections "Where SSL/TLS could not be negotiated" is created and enabled on new installation and on upgrade.&lt;/strong&gt; &lt;/li&gt;    &lt;li&gt;SSLv3 is blocked by default as for version 6.11 (see below). &lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Change in version 6.11&lt;/h3&gt;&lt;p&gt;When HTTPS Content Inspection is enabled, connections that use &lt;strong&gt;SSLv2 or SSLv3 are blocked by default&lt;/strong&gt; regardless of rule conditions. To configure the list of SSL and TLS protocols that will be negotiated and allowed, see LevelBlue Knowledge Base article &lt;a href="https://support.levelblue.com/kb/article.aspx?ID=20067" target="_blank"&gt;Q20067&lt;/a&gt;.&lt;/p&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;When WebMarshal HTTPS Content Inspection is not enabled, or if HTTPS Content Inspection is not enabled for a particular site, the secure connection is made directly between the browser and the site. The settings in the browser control the protocols that are accepted.  &lt;/li&gt;    &lt;li&gt;You can select TLS/SSL options for Internet Explorer from the Windows &lt;strong&gt; Internet Options &amp;gt; Advanced tab&lt;/strong&gt;, Security section. &lt;/li&gt;&lt;/ul&gt;</description><pubDate>Sun, 15 Mar 2026 21:02:05 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>How do I configure my web browser to use the WebMarshal HTTPS Root Certificate?</title><link>https://support.levelblue.com/kb/Goto12015.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;WebMarshal 6.X and 7.X &lt;/li&gt;    &lt;li&gt;Edge browser&lt;/li&gt;    &lt;li&gt;Firefox &lt;/li&gt;    &lt;li&gt;Chrome &lt;/li&gt;    &lt;li&gt;Opera &lt;/li&gt;    &lt;li&gt;Safari&lt;/li&gt;    &lt;li&gt;Windows services&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;How do I configure my web browser to use the WebMarshal security certificate? &lt;/li&gt;    &lt;li&gt;How do I configure an application that runs as a Windows service to use HTTPS Root Certificate? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Information:&lt;/h2&gt;&lt;div&gt;The WebMarshal HTTPS Root Certificate can be used by any web browser. For help on its installation, see your web browser's help. This article provides guidance for some common browsers.&lt;/div&gt;&lt;p&gt;&lt;strong&gt;If you use Edge or other compliant browsers in a Windows domain,&lt;/strong&gt; the easiest way of setting up the HTTPS Root Certificate is with Group Policy. For details, see the following article:&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;&lt;a href="https://support.levelblue.com/kb/article.aspx?id=12014" target="_blank"&gt;Q12014&lt;/a&gt; : How do I push the WebMarshal HTTPS Root Certificate to all users in an organization using Microsoft windows group policy? &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;If you use other browsers and applications,&lt;/strong&gt; there are a number of other ways to set up use of the WebMarshal HTTPS Root Certificate. &lt;/p&gt;&lt;ul&gt;    &lt;li&gt;The recommended way is by accessing the &lt;a href="http://webmarshal.home/"&gt;http://webmarshal.home/&lt;/a&gt; website from your web browser. See below. &lt;/li&gt;    &lt;li&gt;The alternative way is to export the WebMarshal HTTPS Root Certificate which is detailed further below.   &lt;/li&gt;    &lt;li&gt;For applications that run as Windows services and update over the web, you can import the WebMarshal HTTPS Root Certificate to the &lt;a href="https://support.levelblue.com/kb/article.aspx?id=12015#service"&gt;Local Computer Certificate Store&lt;/a&gt;. &lt;/li&gt;    &lt;li&gt;For the Sun Java Runtime Environment (JRE), you may need to import the WebMarshal HTTPS Root Certificate to the &lt;a href="https://support.levelblue.com/kb/article.aspx?id=12015#JRE"&gt;Java Certificate Store&lt;/a&gt;. &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;img alt="" style="height: 353px; width: 600px;" src="https://support.levelblue.com/kb/Uploads/Images/12015/12015-1.png" /&gt;&lt;/p&gt;&lt;h3&gt;Edge&lt;br /&gt;Google Chrome&lt;/h3&gt;&lt;ol&gt;    &lt;li&gt;Click &lt;strong&gt;Install Root content inspection certificate&lt;/strong&gt;. Then click &lt;strong&gt;Open &lt;/strong&gt;file. &lt;/li&gt;    &lt;li&gt;Click &lt;strong&gt;Install Certificate &lt;/strong&gt;and click &lt;strong&gt;Next&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;Select &lt;strong&gt;Place all certificates in the following store.&lt;/strong&gt; &lt;/li&gt;    &lt;li&gt;Browse to the &lt;strong&gt;Trusted Root Certification Authorities &lt;/strong&gt;store&lt;strong&gt; &lt;/strong&gt;and click &lt;strong&gt;OK&lt;/strong&gt;.   &lt;/li&gt;    &lt;li&gt;Click &lt;strong&gt;Next &lt;/strong&gt;then &lt;strong&gt;Finish&lt;/strong&gt;. Click &lt;strong&gt;Yes &lt;/strong&gt;to the &lt;strong&gt;Security Warning&lt;/strong&gt;.  &lt;/li&gt;&lt;/ol&gt;&lt;blockquote style="margin-right: 0px;" dir="ltr"&gt;&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; In some versions of Windows the option 'automatically select the certificate store' does not select the Root store. The above instructions work for all versions as of the date of this article.&lt;/p&gt;&lt;/blockquote&gt;&lt;h3&gt;Opera&lt;/h3&gt;&lt;ol&gt;    &lt;li&gt;Click &lt;strong&gt;Install &lt;strong&gt;Root&lt;/strong&gt; content inspection certificate&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;Click &lt;strong&gt;Install &lt;/strong&gt;and click &lt;strong&gt;OK&lt;/strong&gt;. &lt;/li&gt;&lt;/ol&gt;&lt;h3&gt;Firefox&lt;/h3&gt;&lt;ol&gt;    &lt;li&gt;Click &lt;strong&gt;Install &lt;strong&gt;Root&lt;/strong&gt; content inspection certificate&lt;/strong&gt;. Check the &lt;strong&gt;Trust this CA to identify web sites &lt;/strong&gt;box. &lt;/li&gt;    &lt;li&gt;Click &lt;strong&gt;OK&lt;/strong&gt;. &lt;/li&gt;&lt;/ol&gt;&lt;h3&gt;Safari&lt;/h3&gt;&lt;ol&gt;    &lt;li&gt;Click &lt;strong&gt;Install &lt;strong&gt;Root&lt;/strong&gt; content inspection certificate&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;Press &lt;strong&gt;CTRL &lt;/strong&gt;and click the &lt;strong&gt;Mouse Button&lt;/strong&gt;. Click &lt;strong&gt;Open&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;Click &lt;strong&gt;OK&lt;/strong&gt; to add the &lt;strong&gt;Certificate &lt;/strong&gt;to the &lt;strong&gt;KeyChain &lt;/strong&gt;for the login. &lt;/li&gt;    &lt;li&gt;Click &lt;strong&gt;Always Trust&lt;/strong&gt;. Enter the Administrators Username and Password.  &lt;/li&gt;    &lt;li&gt;Click &lt;strong&gt;Lock the Login Key Chain.&lt;/strong&gt; &lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;strong&gt;Note: &lt;/strong&gt;Some versions of Safari may not display the &lt;a href="http://webmarshal.home/"&gt;http://webmarshal.home/&lt;/a&gt; website correctly.&lt;/p&gt;&lt;a name="service"&gt;&lt;/a&gt;&lt;h3&gt;Other Applications&lt;/h3&gt;&lt;p&gt;To allow Windows services to access HTTPS sites through WebMarshal, import the Root Certificate into the Local Computer certificate store. &lt;/p&gt;&lt;blockquote style="margin-right: 0px;" dir="ltr"&gt;&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; MailMarshal SMTP does not require this action. For help with MailMarshal SMTP SpamCensor updating, see article : &lt;a href="https://support.levelblue.com/kb/article.aspx?ID=11718"&gt;Q11718&lt;/a&gt;.&lt;/p&gt;&lt;/blockquote&gt;&lt;ol&gt;    &lt;li&gt;Click &lt;strong&gt;Install &lt;strong&gt;Root&lt;/strong&gt; content inspection certificate&lt;/strong&gt;. Then click &lt;strong&gt;Open &lt;/strong&gt;file. &lt;/li&gt;    &lt;li&gt;Click &lt;strong&gt;Install Certificate &lt;/strong&gt;and click &lt;strong&gt;Next&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;Select &lt;strong&gt;Place all certificates in the following store&lt;/strong&gt;. Click Browse. &lt;/li&gt;    &lt;li&gt;On the Select Certificate Store window, check the box &lt;strong&gt;Show Physical Stores.&lt;/strong&gt; &lt;/li&gt;    &lt;li&gt;From the list, expand Trusted Root Certification Authorities, and select the Local Computer entry.&lt;br /&gt;    &lt;br /&gt;    &lt;img alt="" style="border-width: 0px; border-style: solid; margin: 5px;" src="https://support.levelblue.com/kb/Attachments/ccf729db-387c-4fda-b445-c2fc.PNG" /&gt; &lt;/li&gt;    &lt;li&gt;Click &lt;strong&gt;OK.&lt;/strong&gt; &lt;/li&gt;    &lt;li&gt;Click &lt;strong&gt;Next &lt;/strong&gt;then &lt;strong&gt;Finish&lt;/strong&gt;.  &lt;/li&gt;&lt;/ol&gt;&lt;p&gt; &lt;/p&gt;&lt;h3&gt;Installing an exported WebMarshal HTTPS Root Certificate&lt;/h3&gt;&lt;p&gt;Follow the instructions below if you want to install a HTTPS security certificate that was exported from WebMarshal.&lt;/p&gt;&lt;h3&gt;Edge or Chrome&lt;/h3&gt;&lt;div&gt;Generally use the system install method mentioned above. For advanced customization of certificates:&lt;/div&gt;&lt;ol&gt;    &lt;li&gt;In Edge or Chrome settings, select Privacy, Search, and Services. &lt;/li&gt;    &lt;li&gt;Select Security &amp;gt; Manage Certificates.&lt;/li&gt;    &lt;li&gt;You can choose to manage the system store, or install custom certificates. If you install custom certificates, you may need to install both trusted and intermediate certificates.&lt;/li&gt;&lt;/ol&gt;&lt;h3&gt;&lt;h3&gt;Firefox&lt;/h3&gt;&lt;/h3&gt;&lt;ol&gt;    &lt;li&gt;In Firefox settings, search for Certificates and click &lt;strong&gt;View Certificates&lt;/strong&gt;.&lt;/li&gt;    &lt;li&gt;Select the &lt;strong&gt;Authorities &lt;/strong&gt;tab.&lt;/li&gt;    &lt;li&gt;Click &lt;strong&gt;Import&lt;/strong&gt; and browse to the certificate exported from WebMarshal. &lt;/li&gt;    &lt;li&gt;Click &lt;strong&gt;OK&lt;/strong&gt;. &lt;/li&gt;&lt;/ol&gt;&lt;h3&gt;Opera&lt;/h3&gt;&lt;ol&gt;    &lt;li&gt;Open &lt;strong&gt;Opera &lt;/strong&gt;click on &lt;strong&gt;Tools &lt;/strong&gt;and select &lt;strong&gt;Preferences&lt;/strong&gt;.   &lt;/li&gt;    &lt;li&gt;Select the &lt;strong&gt;Advanced &lt;/strong&gt;tab and then the &lt;strong&gt;Security &lt;/strong&gt;option in the left pane. &lt;/li&gt;    &lt;li&gt;Click the &lt;strong&gt;Manage Certificates &lt;/strong&gt;button.  &lt;/li&gt;    &lt;li&gt;Click &lt;strong&gt;Import&lt;/strong&gt;. Select &lt;strong&gt;All Files&lt;/strong&gt;  from the &lt;strong&gt;Files of type &lt;/strong&gt;field. Browse to the certificate exported from WebMarshal. &lt;/li&gt;    &lt;li&gt;Click &lt;strong&gt;OK &lt;/strong&gt;and &lt;strong&gt;OK &lt;/strong&gt;again. &lt;/li&gt;&lt;/ol&gt;&lt;h3&gt;Safari&lt;/h3&gt;&lt;p&gt;Safari uses Apple's KeyChain technology for managing Security certificates.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;br /&gt;</description><pubDate>Sun, 15 Mar 2026 20:58:34 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>How do I push the WebMarshal HTTPS Root Certificate to all users in an organization using Microsoft windows group policy? </title><link>https://support.levelblue.com/kb/Goto12014.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;WebMarshal 6.X and 7.X&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;How do I push the WebMarshal HTTPS Root Certificate to all users in an organization using Microsoft windows group policy? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;Follow the steps below to push the WebMarshal HTTPS Root Certificate to all users on the network:&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;Log onto the Domain Controller machine and open &lt;strong&gt;Administrative Tools&lt;/strong&gt;.&lt;/li&gt;    &lt;li&gt;Double click on &lt;strong&gt;Active Directory Users and Computers&lt;/strong&gt;.&lt;/li&gt;    &lt;li&gt;Right click on the domain and select &lt;strong&gt;Properties&lt;/strong&gt;. Select the &lt;strong&gt;Group Policy &lt;/strong&gt;tab.&lt;/li&gt;    &lt;li&gt;Click &lt;strong&gt;New &lt;/strong&gt;to create a new &lt;strong&gt;Group Policy Object&lt;/strong&gt;. &lt;br /&gt;    &lt;br /&gt;    &lt;img alt="" src="https://support.levelblue.com/kb/Attachments/3457dd9a-12fd-4746-bcf8-77df.PNG" style="margin-left: 0px; margin-right: 0px; border-width: 0px; border-style: solid;" /&gt;&lt;/li&gt;    &lt;li&gt;Select a relevant name for the new object. Click &lt;strong&gt;Edit &lt;/strong&gt;on the new object.&lt;/li&gt;    &lt;li&gt;In &lt;strong&gt;Group Policy Object Editor &lt;/strong&gt;expand &lt;strong&gt;Computer Configuration &lt;/strong&gt;and then expand &lt;strong&gt;Windows Settings&lt;/strong&gt;.&lt;/li&gt;    &lt;li&gt;Expand &lt;strong&gt;Security Settings &lt;/strong&gt;then &lt;strong&gt;Public Key Policies &lt;/strong&gt;and right click on &lt;strong&gt;Trusted Root Certification Authorities &lt;/strong&gt;in the left pane&lt;strong&gt; &lt;/strong&gt;and select &lt;strong&gt;Import&lt;/strong&gt;.&lt;br /&gt;    &lt;br /&gt;    &lt;img alt="" src="https://support.levelblue.com/kb/Attachments/cfaf6219-56a6-4098-97da-9f00.PNG" style="margin-left: 0px; margin-right: 0px; border-width: 0px; border-style: solid;" /&gt;&lt;/li&gt;    &lt;li&gt;Follow the prompts and select the Security Certificate you have exported from the &lt;strong&gt;HTTPS Content Inspection &lt;/strong&gt;window on the &lt;strong&gt;Server and Array Properties&lt;/strong&gt; dialogue window in WebMarshal - &lt;strong&gt;Tools &amp;gt; Server and Array Properties&lt;/strong&gt;. See User Guide and Help for more information. &lt;/li&gt;    &lt;li&gt;Close all the windows.  &lt;/li&gt;&lt;/ol&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;p&gt;To configure the Security Certificate for use with browsers that do not use the Windows certificate store, see the following article.&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;&lt;a href="https://support.levelblue.com/kb/article.aspx?id=12015" target="_blank"&gt;Q12015&lt;/a&gt; How to configure your web browser to use the WebMarshal HTTPS Root Certificate&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Sun, 15 Mar 2026 20:21:08 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>The server returned an error - 407 - Proxy Authentication Required.</title><link>https://support.levelblue.com/kb/Goto11993.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ol&gt;&lt;/ol&gt;    &lt;ul&gt;        &lt;li&gt;WebMarshal&lt;/li&gt;    &lt;/ul&gt;    &lt;h2&gt;Question:&lt;/h2&gt;    &lt;ul&gt;        &lt;li&gt;Why do I receive an error when requesting a new license key for WebMarshal through a proxy?&lt;/li&gt;    &lt;/ul&gt;    &lt;h2&gt;Information:&lt;/h2&gt;    &lt;p&gt;In order to successfully request a license through WebMarshal, you must be able to access the Marshal website (&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;www.marshal.com&lt;/span&gt;) from the computer where the Console is running, using the credentials of the logged on user.&lt;/p&gt;    &lt;p&gt;The WebMarshal Console uses the system proxy settings configured in the profile of the logged on user.&lt;/p&gt;    &lt;p&gt;To verify access, and to set the proxy configuration if required, in current Windows versions see &lt;strong&gt;Settings &amp;gt; Network &amp;amp; Internet &amp;gt; Proxy&lt;/strong&gt;. &lt;/p&gt;</description><pubDate>Sun, 15 Mar 2026 20:13:47 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>Windows Media Player prompts for basic authentication when downloading external content with the WebMarshal proxy server enabled.</title><link>https://support.levelblue.com/kb/Goto10968.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;WebMarshal &lt;/li&gt;    &lt;li&gt;Windows Media Player&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;Windows Media Player prompts for basic authentication when downloading external content with the WebMarshal proxy server enabled.&lt;p&gt;&lt;/p&gt;&lt;h2&gt;Symptoms:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;I can download and view a file in Windows Media Player only after providing credentials via basic authentication.    &lt;/li&gt;    &lt;li&gt;I am receiving an authentication prompt in Windows Media Player when WebMarshal is enabled.    &lt;/li&gt;    &lt;li&gt;Windows Media Player is not passing NTLM credentials properly.&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Causes:&lt;/h2&gt;&lt;ol&gt;    &lt;li&gt;Windows Media Player does not automatically pass NTLM credentials to a proxy server located in the local Intranet zone. &lt;/li&gt;    &lt;li&gt;In some cases WMP might not recognize that the WebMarshal server is in the Intranet zone.&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;&lt;h2&gt;Information:&lt;/h2&gt;&lt;ol&gt;    &lt;li&gt;&lt;strong&gt;Problem 1&lt;/strong&gt; is due to the method by which Windows Media Player attempts (sometimes unsuccessfully) to automatically pass NTLM credentials to the WebMarshal proxy. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Problem 2&lt;/strong&gt; can be caused by the way you enter proxy server details in WMP or system proxy settings. An IP address or fully qualified name might be interpreted as a serer outside the Intranet zone.&lt;/li&gt;    &lt;ul&gt;        &lt;li&gt;You should always enter the proxy server location as a &lt;strong&gt;local hostname&lt;/strong&gt; (for instance, &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;Proxy1&lt;/span&gt;).&lt;/li&gt;    &lt;/ul&gt;&lt;/ol&gt;&lt;p&gt;&lt;/p&gt;&lt;h2&gt;Notes:&lt;/h2&gt;Users may still encounter authentication prompts in some cases.&lt;p&gt;Users should still be able to download the file in question by providing valid credentials via basic authentication.&lt;/p&gt;&lt;p&gt;WMP is obsolete and users should consider using other software to play media.&lt;/p&gt;&lt;p&gt;&lt;em&gt;&lt;/em&gt;&lt;/p&gt;&lt;dl&gt;&lt;em&gt;    &lt;dt&gt;This article was previously published as:    &lt;/dt&gt;    &lt;dd&gt;NETIQKB44352&lt;/dd&gt;    &lt;/em&gt;&lt;/dl&gt;</description><pubDate>Sun, 15 Mar 2026 20:12:45 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>Windows Update does not connect through WebMarshal proxy</title><link>https://support.levelblue.com/kb/Goto10726.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;WebMarshal &lt;/li&gt;    &lt;li&gt;Microsoft Windows Update &lt;/li&gt;    &lt;li&gt;Windows Store &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Symptoms:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Some clients are unable to run Windows Update or Windows Store through WebMarshal proxy. &lt;/li&gt;    &lt;li&gt;Windows Update does not run automatically through WebMarshal proxy. &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Causes:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;WebMarshal policy might not allow access to all sites required by Windows Store or Windows Update. &lt;/li&gt;    &lt;li&gt;Windows automatic processes do not use a proxy by default, and cannot use account authentication. &lt;/li&gt;    &lt;li&gt;Windows automatic processes use a system proxy setting that you can set manually.&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Information:&lt;/h2&gt;&lt;h3&gt;Sites required for Windows Updates&lt;/h3&gt;&lt;p&gt;You can allow access to all sites required by Microsoft Windows Updates by setting up some policies in the WebMarshal configuration. &lt;/p&gt;&lt;ol&gt;    &lt;li&gt;Create a new URL category called 'Software updates' and populate it with the list of URLs below:&lt;br /&gt;    &lt;br /&gt;    &lt;br /&gt;    &lt;ul&gt;        &lt;li&gt;http://download.windowsupdate.com &lt;/li&gt;        &lt;li&gt;http://*.download.windowsupdate.com &lt;/li&gt;        &lt;li&gt;http://download.microsoft.com &lt;/li&gt;        &lt;li&gt;https://*.update.microsoft.com &lt;/li&gt;        &lt;li&gt;http://*.update.microsoft.com &lt;/li&gt;        &lt;li&gt;https://update.microsoft.com &lt;/li&gt;        &lt;li&gt;http://update.microsoft.com &lt;/li&gt;        &lt;li&gt;http://*.windowsupdate.com &lt;/li&gt;        &lt;li&gt;http://*.windowsupdate.microsoft.com &lt;/li&gt;        &lt;li&gt;http://windowsupdate.microsoft.com &lt;/li&gt;        &lt;li&gt;https://*.windowsupdate.microsoft.com &lt;/li&gt;        &lt;li&gt;http://ntservicepack.microsoft.com &lt;/li&gt;        &lt;li&gt;http://wustat.windows.com &lt;/li&gt;    &lt;/ul&gt;    &lt;br /&gt;    &lt;br /&gt;    &lt;strong&gt;Note:&lt;/strong&gt; &lt;strong&gt;The list of sites used by Windows Updates is subject to change.&lt;/strong&gt; The list above was taken from &lt;a href="http://support.microsoft.com/kb/885819" class="ApplyClass" target="_blank"&gt;Microsoft KB 885819&lt;/a&gt;. If you continue to encounter problems after completing the steps in this article, use the Active Sessions feature in WebMarshal Console to identify any blocked sites and add them to the list. &lt;/li&gt;    &lt;li&gt;Create a new &lt;strong&gt;Standard Rule&lt;/strong&gt; similar to the following. Place it above any blocking rules: &lt;blockquote&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;&lt;strong&gt;Site Rule: Permit Software Updates&lt;/strong&gt; &lt;br /&gt;    When a web request is received&lt;br /&gt;    For any User&lt;br /&gt;    And where the URL is a member of &lt;span style="text-decoration: underline; color: #000000;"&gt;'Software Updates'&lt;/span&gt;&lt;br /&gt;    &lt;br /&gt;    Permit Access to this site&lt;br /&gt;    And do not process any further site blocking rules&lt;/span&gt;&lt;/blockquote&gt;&lt;/li&gt;    &lt;li&gt;Create a new &lt;strong&gt;Content Analysis Rule&lt;/strong&gt; similar to the following. Place it above any &lt;strong&gt;File Type&lt;/strong&gt; blocking rules:&lt;br /&gt;    &lt;br /&gt;    &lt;blockquote&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;&lt;strong&gt;FileType Rule: Permit Software Update files&lt;/strong&gt; &lt;br /&gt;    When a web request is received&lt;br /&gt;    For any User&lt;br /&gt;    And where the URL is a member of &lt;span style="text-decoration: underline; color: #000000;"&gt;'Software Updates'&lt;/span&gt;&lt;br /&gt;    &lt;br /&gt;    Permit Access to this file&lt;br /&gt;    And do not process any further file type rules&lt;/span&gt;&lt;br /&gt;    &lt;br /&gt;    &lt;/blockquote&gt;&lt;/li&gt;    &lt;li&gt;Be sure to reload the configuration after making these changes. &lt;/li&gt;&lt;/ol&gt;&lt;h3&gt;Proxy authentication options&lt;/h3&gt;&lt;p&gt;Windows Update cannot use a proxy that requires account authentication; there is no method to save a credential. &lt;/p&gt;&lt;p&gt;Several possibilities are available to enable automatic updating through a proxy.&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;Use WSUS. You can configure the WSUS server to use proxy credentials. This is the recommended option for enterprise scenarios and provides greatest flexibility. For WSUS setup, refer to WSUS documentation. Search Microsoft Technet for the latest version of documentation. Here is a &lt;a href="http://technet.microsoft.com/en-us/library/cc708532(v=ws.10).aspx" target="_blank"&gt;recent version&lt;/a&gt;.    &lt;ul&gt;        &lt;li&gt;&lt;strong&gt;Note:&lt;/strong&gt; If WSUS is connecting through WebMarshal, set WSUS to perform downloads in foreground mode, or add the sites to the Proxy Bypass list. WSUS in background mode uses byte ranges and these are not supported by the WebMarshal Engine. For details, see LevelBlue Knowledgebase article &lt;a href="https://support.levelblue.com/kb/article.aspx?id=11582" class="ApplyClass" target="_blank"&gt;Q11582&lt;/a&gt;. &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Use IP Authentication in WebMarshal. To use this option:    &lt;ul&gt;        &lt;li&gt;Add a 'Software Updates' URL category as described above. &lt;/li&gt;        &lt;li&gt;Enable IP authentication in WebMarshal. (If you want to require account authentication for interactive users, enforce browser proxy settings with GPO or other tools.) &lt;/li&gt;        &lt;li&gt;On each workstation, configure the default proxy setting for WinHTTP as described below, using the IP authentication port of WebMarshal. &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Use the WebMarshal Proxy Bypass List. To use this option:    &lt;ul&gt;        &lt;li&gt;Add the URLs mentioned above to the WebMarshal Proxy Bypass list. &lt;/li&gt;        &lt;li&gt;On each workstation, configure the default proxy setting for WinHTTP as described below. &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;&lt;/ol&gt;&lt;h3&gt;Proxy settings for WinHTTP&lt;/h3&gt;&lt;p&gt;To configure default proxy settings, use proxycfg or netsh winhttp (depending on Windows version). See also &lt;a href="http://support.microsoft.com/kb/900935" class="ApplyClass" target="_blank"&gt;&lt;span style="color: #1f5080;"&gt;Microsoft KB 900935&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;In the below instructions, &lt;strong&gt;proxyservername&lt;/strong&gt; and &lt;strong&gt;portnumber &lt;/strong&gt;refer to the WebMarshal server name (or address) and the port where you want to direct the request - for instance, &lt;strong&gt;WMSERVER01:8080&lt;br /&gt;    &lt;/strong&gt;&lt;/li&gt;    &lt;li&gt;&lt;strong&gt;For current versions of Windows&lt;/strong&gt; (Windows 7 and above, Windows Server 2008 and above):&lt;br /&gt;    &lt;br /&gt;    At an &lt;strong&gt;elevated&lt;/strong&gt; (run as administrator) command prompt, enter:&lt;br /&gt;    &lt;br /&gt;    &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;     netsh winhttp set proxy &lt;em&gt;proxyservername:portnumber&lt;/em&gt;&lt;/span&gt; &lt;br /&gt;    &lt;br /&gt;    Alternatively, if the system proxy settings of the current user are correct, you can use them by entering:&lt;br /&gt;    &lt;br /&gt;    &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;netsh winhttp import proxy source=ie&lt;/span&gt; &lt;/li&gt;    &lt;li&gt;For Windows 2003 and below, at a command prompt, enter:&lt;br /&gt;    &lt;br /&gt;    &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;     proxycfg -p &lt;em&gt;proxyservername:portnumber&lt;br /&gt;    &lt;/em&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt; Notes:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Some earlier releases of Windows Update allowed an interactive user to perform updates through a proxy using their own credentials. However the current versions of Windows Update or Microsoft Update use a back-end process for all updates including user-initiated updates. This article has been revised to reflect this change. &lt;/li&gt;&lt;/ul&gt;&lt;blockquote style="margin-right: 0px;" dir="ltr"&gt;&lt;dl&gt;    &lt;dt&gt;&lt;em&gt;A previous version of this article was published as: &lt;/em&gt;&lt;/dt&gt;    &lt;dd&gt;&lt;em&gt;NETIQKB41520&lt;/em&gt; &lt;/dd&gt;&lt;/dl&gt;&lt;/blockquote&gt;&lt;ul&gt;&lt;/ul&gt;</description><pubDate>Sun, 15 Mar 2026 20:10:52 GMT</pubDate><dc:creator>Charles</dc:creator></item></channel></rss>