﻿<?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, 08 Sep 2026 09:47:25 GMT</lastBuildDate><ttl>20</ttl><item><title>How do I use Intermediate Certificates with MailMarshal TLS?</title><link>https://support.levelblue.com/kb/Goto14063.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;MailMarshal (SEG) &lt;/li&gt;    &lt;li&gt;TLS Inbound Security functionality  &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;How do I use Intermediate Certificates with MailMarshal TLS? &lt;/li&gt;    &lt;li&gt;How do I use certificate chains with MailMarshal TLS? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;Although the SEG/MailMarshal user interfaces do not currently provide a way to import certificate chains, it is possible to use chained certificates issued by a Certificate Authority in SEG if required.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;For an automated method,&lt;/strong&gt; see Knowledgebase article Q21265, &lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle21265.aspx" target="_blank" class="ApplyClass"&gt;Automating renewal of TLS certificates&lt;/a&gt;. This method will publish the entire certificate chain to all nodes automatically.&lt;/p&gt;&lt;p&gt;To use the MailMarshal interface:&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;Using the TLS Certificate Wizard in the MailMarshal Configurator or Management Console, generate a certificate signing request to send to a Certificate Authority (such as Thawte or Verisign). This CSR uses the private key generated and stored in the file &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;csrprivkey.pem&lt;/span&gt; on the MailMarshal node server.    &lt;ul&gt;        &lt;li&gt;&lt;strong&gt;Note:&lt;/strong&gt; If you have more than one processing node and/or more than one email domain, you should ensure that all required DNS names are included in the certificate.        &lt;ul&gt;            &lt;li&gt;MailMarshal supports Subject Alternative Name (SAN) entries. See Knowledge Base article &lt;a href="https://support.levelblue.com/kb/article.aspx?id=14516" class="ApplyClass" target="_blank"&gt;Q14516&lt;/a&gt;. &lt;/li&gt;        &lt;/ul&gt;        &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;You will receive a certificate from the CA. This will typically be a server certificate (not including any intermediate certificate or root CA certificate). Other certificates may be provided in the distribution package.&lt;/li&gt;    &lt;li&gt;Import the certificate to MailMarshal via the Management Interface (in 8.X, the Configurator). This certificate will be written to the file &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;cacert.pem&lt;/span&gt; on the specific email processing node. The file &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;csrprivkey.pem&lt;/span&gt; will also be copied to &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;privkey.pem&lt;/span&gt;, overwriting any previous private key.&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;At this point, TLS will function with a subset of other Mail Transport Agents (MTAs) that do not require intermediate certificates (such as another MailMarshal server). &lt;/p&gt;&lt;ul&gt;    &lt;li&gt;&lt;strong&gt;Note:&lt;/strong&gt; If you have more than one processing node, you must import a certificate to &lt;strong&gt;each node&lt;/strong&gt; using the above method. This may be the same certificate or a different certificate as noted in Knowledge Base article &lt;a href="https://support.levelblue.com/kb/article.aspx?id=14516" class="ApplyClass" target="_blank"&gt;&lt;span style="color: #1f5080;"&gt;Q14516&lt;/span&gt;&lt;/a&gt;. If you are importing the same certificate to additional nodes, you will also need to import the private key file (&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;privkey.pem&lt;/span&gt;). &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;To use TLS with other MTAs that do require intermediate certificates, complete the following additional steps:&lt;/p&gt;&lt;ol start="4"&gt;    &lt;li&gt;&lt;strong&gt;Back up &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;cacert.pem&lt;/span&gt; and &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;privkey.pem &lt;/span&gt;&lt;/strong&gt;&lt;/li&gt;    &lt;li&gt;Retrieve the necessary certificates to complete the chain. The procedures and required certificates will vary, but generally this includes the intermediate CA certificate responsible for signing the server certificate. Additional intermediate certificates could be required.    &lt;ul&gt;        &lt;li&gt;The CA root certificate should not be included in most cases (assuming the CA root is included in client repositories such as the Windows certificate store).&lt;/li&gt;        &lt;li&gt;For assistance, ask the CA.  &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;If necessary, export the intermediate CA certificates to DER encoded base64 using OpenSSL or another tool. &lt;/li&gt;    &lt;li&gt;Copy &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;cacert.pem&lt;/span&gt; to a convenient temporary location. &lt;/li&gt;    &lt;li&gt;Open the temporary copy in a text editor. &lt;/li&gt;    &lt;li&gt;Paste in the intermediate certificates (text from the DER files) in reverse order, for example:    &lt;ul&gt;        &lt;li&gt;Server cert (the existing content of the file)&lt;/li&gt;        &lt;li&gt;Intermediate cert 1 (that signed the server cert)&lt;/li&gt;        &lt;li&gt;Intermediate cert 2 (that signed intermediate cert 1) if any&lt;/li&gt;    &lt;/ul&gt;    &lt;strong&gt;Note:&lt;/strong&gt; The chain might include more than one intermediate certificate. OpenSSL refers to these as the "Local Issuer" and one or more "Issuer" certificates. &lt;/li&gt;    &lt;li&gt;Save the file to the temporary location (NOT in the SEG or MailMarshal folder). &lt;/li&gt;    &lt;li&gt;Verify the validity of the certificate chain in the temporary file. This allows you to be sure that you have added all needed certificates in the correct order.    &lt;ul&gt;        &lt;li&gt;You can use the OpenSSL verify function. The syntax is &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;openssl verify -CAfile cacert.pem cacert.pem &lt;/span&gt;(note the name of the certificate file is entered twice). &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Once you have verified the certificate file contains all needed certificates for a valid chain, distribute the files &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;cacert.pem&lt;/span&gt; and &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;privkey.pem&lt;/span&gt; to all desired nodes.    &lt;ul&gt;        &lt;li&gt;To distribute to every node, place the files in the Config folder on the Array Manager server, overwriting any existing files, then commit configuration.&lt;/li&gt;        &lt;li&gt;You can also replace the files in the NodeConfig folder on individual nodes. &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;&lt;/ol&gt;&lt;p&gt;At this point, MailMarshal will load the certificate chain when establishing TLS negotiations in the Receiver.&lt;/p&gt;&lt;p&gt;You can validate the certificate chain using free web based SSL test services provided by third parties.&lt;/p&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;    &lt;p&gt;You &lt;strong&gt;cannot&lt;/strong&gt; use the MailMarshal user interfaces to import a &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;cacert.pem&lt;/span&gt; file that contains a chain of certificates. To use certificate chains, you must copy or edit the files.&lt;/p&gt;    &lt;/li&gt;    &lt;li&gt;    &lt;p&gt;To obtain OpenSSL, see &lt;a href="http://www.slproweb.com/products/Win32OpenSSL.html" class="ApplyClass" target="_blank"&gt;&lt;span style="color: #1f5080;"&gt;OpenSSL Light for Windows&lt;/span&gt;&lt;/a&gt;. You might also require the Visual C++ redistributables as linked from the OpenSSL download page. &lt;/p&gt;    &lt;/li&gt;    &lt;li&gt;Each time you generate a self signed certificate or import a CA certificate from the MailMarshal Configurator or MailMarshal (SEG) 10 Management Interface, the private key (&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;privkey.pem&lt;/span&gt;) can be overwritten. This will cause previously generated certificates to stop working. &lt;strong&gt;Always back up &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;privkey.pem&lt;/span&gt; and &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;cacert.pem&lt;/span&gt; before performing any other certificate tasks.&lt;/strong&gt; &lt;/li&gt;&lt;/ul&gt;</description><pubDate>Thu, 03 Sep 2026 01:41:23 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>Requesting and installing a signed certificate for TLS</title><link>https://support.levelblue.com/kb/Goto12900.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;MailMarshal (SEG)&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;How do I create a a certificate signing request for MailMarshal TLS? &lt;/li&gt;    &lt;li&gt;How do I install a signed certificate returned from a Certificate Authority for MailMarshal TLS? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;This article provides an overview of the steps required to use a CA certificate with MailMarshal TLS (Transport Layer Security). &lt;/p&gt;&lt;ul&gt;    &lt;li&gt;Before working with certificates, always &lt;strong&gt;ensure that you have a valid backup&lt;/strong&gt; of any existing certificate and/or private key.    &lt;ul&gt;        &lt;li&gt;MailMarshal does not back up certificates automatically. If you install a new certificate, the old certificate is permanently deleted. &lt;/li&gt;        &lt;li&gt;LevelBlue recommends that you keep copies of certificates separate from the servers, ideally off-site. &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;For important information about &lt;strong&gt;differences between MailMarshal versions&lt;/strong&gt;, see the Notes at the end of this article. &lt;/li&gt;    &lt;li&gt;For an alternate method, see Knowledgebase article Q21265, &lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle21265.aspx" target="_blank" class="ApplyClass"&gt;Automating renewal of TLS certificates&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;To access MailMarshal TLS certificate management:&lt;/strong&gt;&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;Open the Inbound Security (TLS) item or tab for a server:    &lt;ul&gt;        &lt;li&gt;In the Configurator expand &lt;strong&gt;Server and Array Properties.&lt;/strong&gt; Select a processing node server from the list, and click &lt;strong&gt;Server Properties. &lt;/strong&gt; &lt;/li&gt;        &lt;li&gt;In the MailMarshal (SEG) 10.0 and above Management Console, select Mail Servers and edit a server entry in the list.&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Select the Inbound Security (TLS) item or tab. &lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;strong&gt;To create a Certificate Signing Request:&lt;/strong&gt;&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;From the Inbound Security (TLS) window, run the TLS Certificate Wizard. &lt;/li&gt;    &lt;li&gt;Choose to create a Certificate Signing Request. &lt;/li&gt;    &lt;li&gt;Enter the required information and complete the wizard. Copy the CSR or save it to a file, and include this information when you request a certificate from a Certificate Authority. &lt;/li&gt;    &lt;li&gt;MailMarshal also creates a private key file, and saves this file in the &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;\NodeConfig&lt;/span&gt; folder within the MailMarshal installation on the processing node server. &lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;strong&gt;To import a certificate&lt;/strong&gt; that you received from the Certificate Authority:&lt;/p&gt;&lt;blockquote&gt;&lt;strong&gt;Notes:&lt;/strong&gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;ul&gt;    &lt;ul&gt;        &lt;li&gt;If you have more than one processing server, ensure that you use the same server where you generated the CSR. &lt;/li&gt;        &lt;li&gt;If the Certificate Authority uses a certificate chain (Intermediate Certificates) and you want connecting servers to be able to validate the certificate, you will need to perform additional steps. See LevelBlue Knowledgebase article &lt;a href="https://support.levelblue.com/kb/article.aspx?id=14063" class="ApplyClass" target="_blank"&gt;Q14063&lt;/a&gt;. &lt;/li&gt;    &lt;/ul&gt;&lt;/ul&gt;&lt;ol&gt;    &lt;li&gt;From the Inbound Security (TLS) window, run the TLS Certificate Wizard. &lt;/li&gt;    &lt;li&gt;Choose to import a signed certificate. &lt;/li&gt;    &lt;li&gt;To import the certificate, browse to the certificate file.    &lt;ul&gt;        &lt;li&gt;You may need to select a different file extension or "all files" to select the file. &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;You should not need to enter a private key filename. MailMarshal will use the private key file saved when you generated the request. &lt;/li&gt;    &lt;li&gt;Complete the wizard to import the certificate. &lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;strong&gt;To use the same certificate&lt;/strong&gt; on more than one processing node server:&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;Request and import a certificate using one processing server. &lt;/li&gt;    &lt;li&gt;After importing the certificate, use the TLS Certificate Wizard to make a backup of the certificate and private key. &lt;/li&gt;    &lt;li&gt;On the other processing server(s), use the TLS Certificate Wizard to import the certificate from the backup. &lt;br /&gt;    &lt;ul&gt;        &lt;li&gt;&lt;strong&gt;Note: &lt;/strong&gt; If the certificate file includes Intermediate Certificates, do not use the wizards. Instead, copy the&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt; .pem&lt;/span&gt; files. See LevelBlue Knowledgebase article &lt;a href="https://support.levelblue.com/kb/article.aspx?id=14063" class="ApplyClass" target="_blank"&gt;Q14063&lt;/a&gt;. &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;In current releases of MailMarshal, the private key for a pending CSR is stored in a file named &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;csrprivkey.pem &lt;/span&gt;and the CSR can be generated without overwriting an existing key. However, &lt;strong&gt;only one CSR can be pending&lt;/strong&gt; on each server. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Warning:&lt;/strong&gt; In MailMarshal &lt;strong&gt;6.4 and below,&lt;/strong&gt; if you create a CSR, any existing private key is overwritten and &lt;strong&gt;permanently lost&lt;/strong&gt;.    &lt;ul&gt;        &lt;li&gt;If you need to use a previous certificate after creating a CSR, restore it from your backup copy. &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;All files are stored on the email processing server(s) in the &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;\NodeConfig&lt;/span&gt; folder. (In a single server installation, this folder is still present within the installation.) &lt;/li&gt;    &lt;li&gt;The certificate is stored in a file named &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;cacert.pem&lt;/span&gt; &lt;/li&gt;    &lt;li&gt;The private key is stored in a file named &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;privkey.pem&lt;/span&gt; &lt;/li&gt;&lt;/ul&gt;&lt;p&gt; &lt;/p&gt;</description><pubDate>Thu, 03 Sep 2026 01:37:14 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>Automating renewal of TLS certificates</title><link>https://support.levelblue.com/kb/Goto21265.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;MailMarshal SMTP&lt;/li&gt;    &lt;li&gt;TLS certificate renewal&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;How can I automate renewal of email TLS certificates?&lt;/li&gt;    &lt;li&gt;How can I automate distribution of updated certificates to processing nodes?&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Background:&lt;/h2&gt;&lt;div&gt;&lt;p&gt;It is possible to automate certificate generation and distribution using an Automatic Certificate Management Environment (ACME) client.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;ACME clients will automatically renew certificates on a schedule.&lt;/li&gt;    &lt;li&gt;Automation reduces the chances of error, and helps with the newly required more frequent renewal of certificates.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;A well known ACME client is Certify the Web. This client requests free certificates from Let's Encrypt by default. It can be used to request certificates from other Certificate Authorities including DigiCert.&lt;/p&gt;&lt;p&gt;Certify the Web provides the ability to deploy the generated certificates in PEM files as required by MailMarshal.&lt;/p&gt;&lt;p&gt;This article describes the required workflow with reference to Certify the Web. Other ACME clients are available with similar functionality.&lt;/p&gt;&lt;/div&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;Install Certify the Web on the MailMarshal Array Manager.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;Certify is free for evaluation only. Before using this application for production, license the application.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;On the Settings page you can select one or more certificate authorities to use.&lt;/p&gt;&lt;h3&gt;To set up a certificate:&lt;/h3&gt;&lt;p&gt;Begin creating a new certificate.&lt;/p&gt;&lt;p&gt;Manually enter the required list of domains or domain wildcards.&lt;br /&gt;&lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/21265/21265-1.png" style="width: 600px; height: 365px;" /&gt;&lt;/p&gt;&lt;p&gt;On the Authorization page, select the "dns-01" challenge type. This type is required where the certificate is not bound to a local website.&lt;br /&gt;&lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/21265/21265-2.png" style="width: 600px; height: 364px;" /&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;This authorization type requires you to grant Certify the ability to create TXT records in the DNS zone of the domains that you will be creating certificates for. To accomplish this, Certify includes API clients for many DNS providers such as Azure, GoDaddy, and Google.&lt;/li&gt;    &lt;li&gt;See Certify documentation for the selected API, linked from the page in the Certify client.&lt;/li&gt;    &lt;li&gt;Test the credentials.&lt;/li&gt;    &lt;li&gt;Once the credential test is successful, you can generate a certificate and verify that it is correct.&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;To distribute the certificate to MailMarshal nodes:&lt;/h3&gt;&lt;p&gt;MailMarshal requires the certificate and its key to be in two files: &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;cacert.pem&lt;/span&gt; and &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;privkey.pem&lt;/span&gt;. &lt;/p&gt;&lt;p&gt;You can create a deployment task to place these files in the Config folder of the Array Manager. They will be automatically distributed to the nodes. &lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;It is not necessary to restart node services. The certificate is retrieved from disk for every use.&lt;/li&gt;    &lt;li&gt;Certificates distributed in this way are not immediately validated by MailMarshal. Before configuring automatic distribution of the generated certificates, validate that they include the required SAN entries.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;In Certify the Web, create a deployment task of type "Deploy to Generic Server (multi-purpose)"&lt;br /&gt;&lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/21265/21265-3.png" style="width: 300px; height: 280px;" /&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;The trigger type for production is "Run on success"&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;On the Parameters page:&lt;br /&gt;&lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/21265/21265-4.png" style="width: 300px; height: 280px;" /&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;Save the key as &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;privkey.pem&lt;/span&gt; in the config path, by default &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;C:\Program Files\Trustwave\Secure Email Gateway\Config\&lt;/span&gt;&lt;/li&gt;    &lt;li&gt;Save the full chain as &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;cacert.pem &lt;/span&gt;in the config path&lt;/li&gt;    &lt;li&gt;MailMarshal does not require the other outputs.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><pubDate>Thu, 03 Sep 2026 01:30:02 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>Automating renewal of TLS certificates</title><link>https://support.levelblue.com/kb/Goto21265.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;MailMarshal SMTP&lt;/li&gt;    &lt;li&gt;TLS certificate renewal&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;How can I automate renewal of email TLS certificates?&lt;/li&gt;    &lt;li&gt;How can I automate distribution of updated certificates to processing nodes?&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Background:&lt;/h2&gt;&lt;div&gt;&lt;p&gt;It is possible to automate certificate generation and distribution using an Automatic Certificate Management Environment (ACME) client.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;ACME clients will automatically renew certificates on a schedule.&lt;/li&gt;    &lt;li&gt;Automation reduces the chances of error, and helps with the newly required more frequent renewal of certificates.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;A well known ACME client is Certify the Web. This client requests free certificates from Let's Encrypt by default. It can be used to request certificates from other Certificate Authorities including DigiCert.&lt;/p&gt;&lt;p&gt;Certify the Web provides the ability to deploy the generated certificates in PEM files as required by MailMarshal.&lt;/p&gt;&lt;p&gt;This article describes the required workflow with reference to Certify the Web. Other ACME clients are available with similar functionality.&lt;/p&gt;&lt;/div&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;Install Certify the Web on the MailMarshal Array Manager.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;Certify is free for evaluation only. Before using this application for production, license the application.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;On the Settings page you can select one or more certificate authorities to use.&lt;/p&gt;&lt;h3&gt;To set up a certificate:&lt;/h3&gt;&lt;p&gt;Begin creating a new certificate.&lt;/p&gt;&lt;p&gt;Manually enter the required list of domains or domain wildcards.&lt;br /&gt;&lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/21265/21265-1.png" style="width: 600px; height: 365px;" /&gt;&lt;/p&gt;&lt;p&gt;On the Authorization page, select the "dns-01" challenge type. This type is required where the certificate is not bound to a local website.&lt;br /&gt;&lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/21265/21265-2.png" style="width: 600px; height: 364px;" /&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;This authorization type requires you to grant Certify the ability to create TXT records in the DNS zone of the domains that you will be creating certificates for. To accomplish this, Certify includes API clients for many DNS providers such as Azure, GoDaddy, and Google.&lt;/li&gt;    &lt;li&gt;See Certify documentation for the selected API, linked from the page in the Certify client.&lt;/li&gt;    &lt;li&gt;Test the credentials.&lt;/li&gt;    &lt;li&gt;Once the credential test is successful, you can generate a certificate and verify that it is correct.&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;To distribute the certificate to MailMarshal nodes:&lt;/h3&gt;&lt;p&gt;MailMarshal requires the certificate and its key to be in two files: &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;cacert.pem&lt;/span&gt; and &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;privkey.pem&lt;/span&gt;. &lt;/p&gt;&lt;p&gt;You can create a deployment task to place these files in the Config folder of the Array Manager. They will be automatically distributed to the nodes. &lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;It is not necessary to restart node services. The certificate is retrieved from disk for every use.&lt;/li&gt;    &lt;li&gt;Certificates distributed in this way are not immediately validated by MailMarshal. Before configuring automatic distribution of the generated certificates, validate that they include the required SAN entries.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;In Certify the Web, create a deployment task of type "Deploy to Generic Server (multi-purpose)"&lt;br /&gt;&lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/21265/21265-3.png" style="width: 300px; height: 280px;" /&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;The trigger type for production is "Run on success"&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;On the Parameters page:&lt;br /&gt;&lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/21265/21265-4.png" style="width: 300px; height: 280px;" /&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;Save the key as &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;privkey.pem&lt;/span&gt; in the config path, by default &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;C:\Program Files\Trustwave\Secure Email Gateway\Config\&lt;/span&gt;&lt;/li&gt;    &lt;li&gt;Save the full chain as &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;cacert.pem &lt;/span&gt;in the config path&lt;/li&gt;    &lt;li&gt;MailMarshal does not require the other outputs.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><pubDate>Thu, 03 Sep 2026 01:30:02 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>SSL certificate renewal for the Console and Configuration Service</title><link>https://support.levelblue.com/kb/Goto21264.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;MailMarshal 10.X and above&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;How long are the MailMarshal interface SSL certificates valid?&lt;/li&gt;    &lt;li&gt;Why is the Configuration Service failing to start with SSL errors?&lt;/li&gt;    &lt;li&gt;How do I renew a self-signed certificate for MailMarshal components?&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Background:&lt;/h2&gt;&lt;p&gt;MailMarshal installation creates two SSL certificates, one for the Management Console and one for the Configuration Service.&lt;/p&gt;&lt;p&gt;These certificates are valid for &lt;strong&gt;5 years from the first installation&lt;/strong&gt;. There is no automatic renewal.&lt;/p&gt;&lt;p&gt;When these certificates expire they must be renewed. &lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;The Configuration Service certificate is not visible to users and the expiration might be missed.&lt;/li&gt;    &lt;ul&gt;        &lt;li&gt;If this certificate expires, the Console and Array Manager may not be able to function properly.&lt;/li&gt;    &lt;/ul&gt;    &lt;li&gt;The Console certificate is visible to users, and many customers choose to use a CA signed certificate.    &lt;ul&gt;        &lt;li&gt;Expiry of this certificate is easier to notice.&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;To create a new self-signed certificate for either the Configuration Service or Console, use Windows Powershell. The certificates generated by IIS do not have certain flags required by current browsers.&lt;/p&gt;&lt;h3&gt;Certificate creation in Powershell&lt;/h3&gt;&lt;div&gt;To create a certificate in Powershell, &lt;em&gt;run Powershell as administrator&lt;/em&gt;.&lt;/div&gt;&lt;div&gt;Use a command similar to the following. This command places the new certificate in the "Personal" store for the local computer.&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;div&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;new-selfsignedcertificate -dnsname "myMMserver" -subject "CN=myMMserver" `&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;-friendlyname "new-for-myMMserver" -KEYLENGTH 2048 `&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;-NotAfter $([datetime]::now.AddYears(5)) `&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;-CERTSTORELOCATION cert:\localmachine\my &lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;div&gt;&lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/21212/21212-1.png" /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;For more information about certificate creation options, see the Related Links below.&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;h3&gt;Binding the websites&lt;/h3&gt;&lt;p&gt;To apply a new certificate, open the IIS Manager on the MailMarshal Array Manager.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;If you need to import a CA signed certificate, see the Server Certificates item on the server root page.&lt;/li&gt;    &lt;li&gt;If you created a certificate with Powershell it will already be present.&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;To use the certificate:&lt;/div&gt;&lt;div&gt;&lt;ol&gt;    &lt;li&gt;From the menu tree at left, expand Sites&lt;/li&gt;    &lt;li&gt;Select the required site (MailMarshal Management Console or MailMarshal Configuration Service). &lt;/li&gt;    &lt;li&gt;From the right menu click Bindings&lt;/li&gt;    &lt;li&gt;Edit the binding and select your new certificate.&lt;/li&gt;    &lt;li&gt;Click &lt;strong&gt;OK&lt;/strong&gt;.&lt;/li&gt;&lt;/ol&gt;&lt;div&gt;After replacing the certificate:&lt;/div&gt;&lt;div&gt;&lt;ul&gt;    &lt;li&gt;For the Console, to ensure a new HTTPS connection you may need to fully close all browser windows and start again.&lt;/li&gt;    &lt;li&gt;For the Configuration Service, restart IIS and also ensure the Array Manager service is running.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;h2&gt;&lt;/h2&gt;</description><pubDate>Mon, 31 Aug 2026 02:01:54 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>Performance Counters not available</title><link>https://support.levelblue.com/kb/Goto12927.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;MailMarshal (SEG) &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Symptoms:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;MailMarshal performance counters cannot be selected in Windows Performance Monitor &lt;/li&gt;    &lt;li&gt;MailMarshal performance counter information is zero or blank &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Causes:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;The MailMarshal Performance Monitor DLL was not registered. &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Resolution:&lt;/h2&gt;&lt;div&gt;For current versions of MailMarshal:&lt;/div&gt;&lt;div&gt;&lt;ol&gt;    &lt;li&gt;Log on to the server as administrator.&lt;/li&gt;    &lt;li&gt;Open a command prompt and navigate to the MailMarshal install folder.&lt;/li&gt;    &lt;li&gt;Run one or both of the following:    &lt;ul&gt;        &lt;li&gt;For a processing server: &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;lodctr /m:PerfCounters.man&lt;/span&gt;&lt;/li&gt;        &lt;li&gt;For an Array Manager server:&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt; lodctr /m:AMPerfCounters.man&lt;/span&gt;&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;You should see "Successfully installed performance counters" (some errors may also be reported if the counters were partially installed). &lt;/li&gt;    &lt;li&gt;Counters should be available.    &lt;ul&gt;        &lt;li&gt;If counters are not available, restart MailMarshal services and check again.&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;</description><pubDate>Sun, 30 Aug 2026 21:00:55 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>Known issues for Current MailMarshal versions</title><link>https://support.levelblue.com/kb/Goto21135.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;MailMarshal (SEG) 10.X, 11.X, 12.X&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;What are the known issues and limitations for MailMarshal?&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;&lt;/h2&gt;&lt;h2&gt;Information:&lt;/h2&gt;&lt;p&gt;This article highlights differences between major versions of MailMarshal, as well as any known issues and major fixed issues. &lt;/p&gt;&lt;h3 style="color: #000000;"&gt;Updated release 12.0.0.8219 corrects issues in 12.0.0.8194 &lt;/h3&gt;&lt;div&gt;If you installed MailMarshal 12.0.0.8194, you should upgrade to 12.0.0.8219 as soon as possible. The following issues are present in the earlier release where a Windows credential is used for the Configuration Service database:&lt;/div&gt;&lt;div&gt;&lt;ul&gt;    &lt;li&gt;During upgrade from earlier versions you will see a notice "Unable to upgrade the MailMarshal Config Service SQL Database"&lt;/li&gt;    &lt;li&gt;On systems upgraded from 10.X only, configuration changes will never be delivered to the processing services. &lt;/li&gt;    &lt;li&gt;On all systems, you will not be able to use the Config Service Admin Tool Users page. &lt;/li&gt;&lt;/ul&gt;&lt;div&gt;Upgrading to release 8219 corrects all these issues.&lt;/div&gt;&lt;/div&gt;&lt;h3 style="color: #000000;"&gt;Windows version requirement for upgrade to 12.0&lt;/h3&gt;&lt;ul&gt;    &lt;li&gt;&lt;strong&gt;Windows 2019 &lt;/strong&gt;is the minimum version required for successful upgrade to 12.0. Windows 2016 will be blocked by the installer.&lt;/li&gt;&lt;/ul&gt;&lt;h3 style="color: #000000;"&gt;SQL version requirement for upgrade to 11.3 and above&lt;/h3&gt;&lt;ul&gt;    &lt;li&gt;&lt;strong&gt;SQL 2017 &lt;/strong&gt;is the minimum version required for successful upgrade to 11.3. SQL 2016 will be blocked by the installer.&lt;/li&gt;&lt;/ul&gt;&lt;h3 style="color: #000000;"&gt;Known issue with upgrade to 11.1 or 11.2 using SQL 2014&lt;/h3&gt;&lt;div&gt;&lt;ul&gt;    &lt;li&gt;&lt;strong&gt;SQL 2016 &lt;/strong&gt;is the minimum version required for successful upgrade to 11.1 or 11.2. SQL 2014 is allowed by the installer but the upgrade will not fully succeed. For details and remediation, see article &lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle21223.aspx" target="_blank" class="ApplyClass"&gt;Q21223&lt;/a&gt;.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;h3 style="color: #000000;"&gt;Known issues with the Entra Connector (11.2)&lt;/h3&gt;&lt;div&gt;These issues are corrected in release 11.3.&lt;/div&gt;&lt;div&gt;&lt;ul&gt;    &lt;li&gt;MailMarshal uses the Array Manager REST API SSL certificate to access a local process that connects to Entra. If the certificate has expired, connections to Entra will fail. Use the MailMarshal Server Tool to generate a new one. Include&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt; localhost&lt;/span&gt; in the list of SANs.&lt;/li&gt;    &lt;li&gt;Import of a group can fail if the group "description" is blank or the group has a large number of members. A hotfix is available - contact Support.&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;h3 style="color: #000000;"&gt;Known issues with upgrade from 8.3.2 to 10.2.X&lt;/h3&gt;&lt;div&gt;For installations with &lt;strong&gt;separate processing nodes, &lt;/strong&gt;after upgrading a processing node the MailMarshal Controller service will not start.&lt;/div&gt;&lt;div&gt;&lt;ul&gt;    &lt;li&gt;A new release 10.2.5.7024 has been issued to correct this problem. Customers upgrading from 8.3.2 with node only servers MUST use this new release. See the MailMarshal &lt;a href="https://support.levelblue.com/mailmarshal-smtp/previous-versions.asp" target="_blank" class="ApplyClass"&gt;Previous Version Downloads&lt;/a&gt; page.&lt;/li&gt;    &lt;li&gt;A workaround is available for systems actually in the problem state. Contact LevelBlue Support.&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;For installations &lt;strong&gt;using Image Analyzer,&lt;/strong&gt; after upgrade the MailMarshal Engine may stop when processing images.&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;ul&gt;    &lt;li&gt;Check the Config folder on Array Manager for the file "plugins.xml". &lt;/li&gt;    &lt;li&gt;Remove the file "plugins.xml" from the Config folder. Then, on each processing node, remove the file from the NodeConfig folder. &lt;/li&gt;    &lt;li&gt;This issue only affects upgrades from 8.X to 10.2 (not earlier 10.X releases).&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;h3 style="color: #000000;"&gt;Updates released in MailMarshal 10.2.5:&lt;/h3&gt;&lt;p&gt;The following issues or limitations present in MailMarshal (SEG) 10.1.0 and below have been resolved in version 10.2.5.&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;The Console now validates moved rules to prevent moving a target rule above a rule that refers to it (circular policy).&lt;/li&gt;    &lt;li&gt;Moving or copying rules between Policy Groups is supported.&lt;/li&gt;    &lt;li&gt;Policy printing is supported.&lt;/li&gt;    &lt;li&gt;Connector user groups selected for some uses did not display in the user interface. This display issue is fixed. Note that LevelBlue recommends using local groups in these settings (Digests, SpamProfiler exclusions, and DHA settings) with the connector groups as members.&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;/ul&gt;    &lt;h3 style="color: #000000;"&gt;Known issues in 10.2.X:&lt;/h3&gt;    &lt;div&gt;    &lt;ul&gt;        &lt;li&gt;Some customers have reported an issue in release 10.2.5 with the Array Manager service halting at 0100 local time.        &lt;ul&gt;            &lt;li&gt;The issue affects installations in non-default locations (such as D drive).&lt;/li&gt;            &lt;li&gt;The source of this issue has been identified and an update has been published through Automatic Updates.&lt;/li&gt;            &lt;li&gt;If your installation cannot receive the automatic updates, you can request this file through a support case.&lt;/li&gt;            &lt;li&gt;Customers are also encouraged to set the service recovery action to restart the Array Manager automatically.&lt;/li&gt;        &lt;/ul&gt;        &lt;/li&gt;    &lt;/ul&gt;    &lt;/div&gt;    &lt;div&gt;    &lt;ul&gt;        &lt;li&gt;For customers intending to enable DANE:        &lt;ul&gt;            &lt;li&gt;On upgrade if the &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;Policy Management Outbound&lt;/span&gt; policy group does not exist, a rule to ignore DANE validation for specified domains will be created in a new upgrade policy group &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;__Upgrade__DANE Rule&lt;/span&gt;.&lt;/li&gt;            &lt;li style="box-sizing: border-box; padding-bottom: 3px;"&gt;If this policy group is created, you &lt;strong&gt;must&lt;/strong&gt; edit Filtering conditions of this policy group and ensure it is set to apply to &lt;strong style="box-sizing: border-box;"&gt;outgoing messages only&lt;/strong&gt;.&lt;/li&gt;        &lt;/ul&gt;        &lt;/li&gt;    &lt;/ul&gt;    &lt;/div&gt;    &lt;div&gt;    &lt;ul&gt;&lt;/ul&gt;        &lt;/div&gt;        &lt;h3 style="color: #000000;"&gt;Updates released in MailMarshal 10.2.0:&lt;/h3&gt;        &lt;p&gt;The following issues or limitations present in MailMarshal (SEG) 10.1.0 and below have been resolved in version 10.2.0.&lt;/p&gt;        &lt;ul&gt;            &lt;li&gt;In rare cases, deletion of deeply nested unpacked files could fail.&lt;/li&gt;            &lt;li&gt;In version 10.1, in rare cases, child user groups were not correctly loaded on processing nodes.&lt;/li&gt;            &lt;li&gt;A new version of the third party SSL library is included. This version addresses performance issues identified in 10.0.7 and 10.1.0&lt;/li&gt;            &lt;li&gt;Performance of Image Analyzer has been adjusted. Some scanning issues have been addressed.&lt;/li&gt;        &lt;/ul&gt;        &lt;ul&gt;&lt;/ul&gt;            &lt;h3 style="color: #000000;"&gt;Known performance issue in 10.0.7 and 10.1.0&lt;/h3&gt;            &lt;div&gt;            &lt;ul&gt;                &lt;li&gt;The third party SSL library used in these versions of MailMarshal has been found to use more system resource than earlier releases when under load. It may also initialize more slowly for each connection. In some cases, email throughput can be affected.&lt;/li&gt;                &lt;li&gt;A new version of the library is provided in version 10.2.0 and above.&lt;/li&gt;            &lt;/ul&gt;            &lt;/div&gt;            &lt;h3 style="color: #000000;"&gt;Known issues in 10.1.0:&lt;/h3&gt;            &lt;div&gt;            &lt;ul&gt;                &lt;li&gt;LevelBlue identified an issue with database insertion in the original release 10.1.0.5089. This issue could affect the display of data in Mail History and the ability to manage processed messages. The issue is resolved in 10.1.0.5102.                &lt;ul&gt;                    &lt;li&gt;Release 10.1.0.5089 has been withdrawn. Customers &lt;span style="text-decoration: underline;"&gt;must upgrade&lt;/span&gt; to the current release 10.1.0.5102.&lt;/li&gt;                &lt;/ul&gt;                &lt;/li&gt;                &lt;li&gt;For customers intending to enable DANE:                &lt;ul&gt;                    &lt;li&gt;On upgrade if the &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;Policy Management Outbound&lt;/span&gt; policy group does not exist, a rule to ignore DANE validation for specified domains will be created in a new upgrade policy group &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;__Upgrade__DANE Rule&lt;/span&gt;.&lt;/li&gt;                    &lt;li style="box-sizing: border-box; padding-bottom: 3px;"&gt;If this policy group is created, you &lt;strong&gt;must&lt;/strong&gt; edit Filtering conditions of this policy group and ensure it is set to apply to &lt;strong style="box-sizing: border-box;"&gt;outgoing messages only&lt;/strong&gt;.&lt;/li&gt;                &lt;/ul&gt;                &lt;/li&gt;            &lt;/ul&gt;            &lt;/div&gt;            &lt;h3 style="color: #000000;"&gt;Updates released in MailMarshal (SEG) 10.1.0:&lt;/h3&gt;            &lt;p&gt;The following issues or limitations present in MailMarshal (SEG) 10.0.7 and below have been resolved in version 10.1.0.&lt;/p&gt;            &lt;ul&gt;                &lt;li&gt;"Unsafe legacy renegotiation" can be enabled with a configuration setting. See LevelBlue Knowledgebase article &lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle21216.aspx" target="_blank" class="ApplyClass"&gt;Q21216&lt;/a&gt;.&lt;/li&gt;                &lt;li&gt;DKIM record status is correctly displayed in the Management Console Local Domains detail.&lt;/li&gt;                &lt;li&gt;The installer does not exit without warning after checking for Visual Studio updates.&lt;/li&gt;                &lt;li&gt;See Release Notes for additional updates.&lt;/li&gt;            &lt;/ul&gt;            &lt;p&gt;&lt;/p&gt;            &lt;ul&gt;&lt;/ul&gt;                &lt;h3&gt;Known issues in 10.0.7:&lt;/h3&gt;                &lt;div&gt;                &lt;ul&gt;                    &lt;li&gt;&lt;strong&gt;Unsafe legacy renegotiation disabled:&lt;/strong&gt; The TLS/SSL library included in release 10.0.7 (and above) does not negotiate outbound (sender) TLS connections where the remote server only supports legacy renegotiation of TLS. The risk in legacy renegotiation is described in &lt;a href="https://www.cve.org/CVERecord?id=CVE-2009-3555" target="_blank" class="ApplyClass"&gt;CVE-2009-3555&lt;/a&gt;. Servers that still use this legacy method are very rare. A hotfix is available for customers who have a business need to allow this risk.&lt;/li&gt;                    &lt;li&gt;The original 10.0.7 release (3969) caused unexpected changes in TLS behavior. This release has been withdrawn from download pages. The currently available release 10.0.7.&lt;span style="text-decoration: underline;"&gt;3979&lt;/span&gt; corrects this issue. Any customers who installed the earlier release should upgrade immediately.&lt;/li&gt;                    &lt;li&gt;On some systems the installer will exit with no warning after checking for Visual Studio updates. To continue, simply run the installer again.&lt;/li&gt;                    &lt;li&gt;Restoring a backup created in an earlier version will cause processing services to stop, because the SSL libraries will be overwritten with the earlier and incompatible versions. For more information and resolution steps, see LevelBlue Knowledgebase article &lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle21209.aspx" target="_blank" class="ApplyClass"&gt;Q21209&lt;/a&gt;.&lt;/li&gt;                &lt;/ul&gt;                &lt;/div&gt;                &lt;h3&gt;Important Known Issues in 10.0.4:&lt;/h3&gt;                &lt;div&gt;                &lt;ul&gt;                    &lt;li&gt;&lt;strong&gt;&lt;span style="color: #ff0000;"&gt;Folder changes cause quarantine problem:&lt;/span&gt;&lt;/strong&gt; If you edit properties of a Folder, the physical path location information is lost. Message files are stored in an incorrect location. Message details and release for earlier quarantined messages do not work.&lt;/li&gt;                    &lt;li&gt;Folder editing is corrected in later releases. However, any changes made in 10.0.4 are not automatically fixed.&lt;/li&gt;                    &lt;li style="box-sizing: border-box; padding-bottom: 3px;"&gt;For customers who encounter this issue, a tool is available to detect incorrectly configured folders and move the incorrectly stored files. Contact LevelBlue support.&lt;/li&gt;                &lt;/ul&gt;                &lt;/div&gt;                &lt;h3&gt;Updates released in MailMarshal (SEG) 10.0.7:&lt;/h3&gt;                &lt;p&gt;The following issues or limitations present in MailMarshal (SEG) 10.0.6 and below have been resolved in version 10.0.7.&lt;/p&gt;                &lt;p&gt;&lt;/p&gt;                &lt;ul&gt;                    &lt;li&gt;Node servers can now be deleted from the installation in the Console.&lt;/li&gt;                    &lt;li&gt;Import of configurations could fail due to an issue with parsing of XML. This issue is corrected.&lt;/li&gt;                    &lt;li&gt;See Release Notes for additional updates.&lt;/li&gt;                &lt;/ul&gt;                &lt;p&gt;&lt;/p&gt;                &lt;div&gt;                &lt;ul&gt;&lt;/ul&gt;                    &lt;/div&gt;                    &lt;h3 style="color: #000000;"&gt;Updates released in MailMarshal (SEG) 10.0.6:&lt;/h3&gt;                    &lt;p&gt;The following issues or limitations present in MailMarshal (SEG) 10.0.5 and below have been resolved in version 10.0.6.&lt;/p&gt;                    &lt;div&gt;                    &lt;ul&gt;                        &lt;li&gt;Upgraded installations that have custom Relay or Routing tables did not show the correct values in the website editor initially and other settings for a server could not be changed, with error "The Name field is required". This issue is corrected for new upgrades from version 8.X. To resolve the issue manually, select and save the desired settings for these tables.&lt;/li&gt;                        &lt;li&gt;Connector group members are not preserved in the upgrade from 8.2 to 10.0, or on restore of a configuration backup. Upgrade and restore now initiate an immediate refresh of these groups.&lt;/li&gt;                        &lt;li&gt;Console folder date issues related to Daylight Saving Time changes have been resolved.&lt;/li&gt;                    &lt;/ul&gt;                    &lt;/div&gt;                    &lt;h3 style="color: #000000;"&gt;Updates released in earlier releases:&lt;/h3&gt;                    &lt;div&gt;This section highlights significant fixes that are included in releases 10.0.1 through 10.0.5. See release notes for full information.&lt;/div&gt;                    &lt;div&gt;                    &lt;ul&gt;                        &lt;li&gt;In release 10.0.4, editing of folder properties caused messages to be stored in an incorrect location.&lt;/li&gt;                        &lt;li&gt;In release 10.0.4, for Windows authentication users, the "light" theme was not applied when selected. &lt;/li&gt;                        &lt;li&gt;In release 10.0.4, the rule condition "sender authenticated successfully" was no evaluated as expected.&lt;/li&gt;                    &lt;/ul&gt;                    &lt;/div&gt;                    &lt;div&gt;                    &lt;h4 style="color: #000000;"&gt;Installation/Upgrade&lt;strong&gt;:&lt;/strong&gt;&lt;/h4&gt;                    &lt;/div&gt;                    &lt;div&gt;                    &lt;ul&gt;                        &lt;li&gt;Prerequisite check on nodes now correct handles the case where IIS was previously installed then uninstalled.&lt;/li&gt;                        &lt;li&gt;The Configuration Service now accepts passwords that contain the characters: ; = ' &lt;/li&gt;                        &lt;li&gt;Upgrade correctly determines the database location if the location was changed.&lt;/li&gt;                        &lt;li&gt;Validation of group names is improved.&lt;/li&gt;                        &lt;li&gt;Detection of WebDAV by the installer is corrected.&lt;/li&gt;                        &lt;li&gt;Issues with folder and history display when installing the Array Manager on non-English Windows distributions are corrected.&lt;/li&gt;                        &lt;li&gt;The installer detects port conflict issues (most likely where Exchange or another mail server is installed on the same server). For more discussion of steps required when installing on Exchange Server, see LevelBlue Knowledgebase article &lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle21146.aspx" class="ApplyClass" target="_blank"&gt;Q21146&lt;/a&gt;&lt;em&gt;. &lt;/em&gt;&lt;/li&gt;                        &lt;li&gt;&lt;em&gt;&lt;span style="font-style: normal;"&gt;The installer prompts for an Operational User for the Configuration Service database if required.&lt;/span&gt;&lt;/em&gt;&lt;/li&gt;                        &lt;li&gt;Upgrade handles additional cases where rules (including disabled rules) contain references to templates, folders, or other rules that no longer exist or where the reference was malformed.&lt;/li&gt;                    &lt;/ul&gt;                    &lt;div&gt;&lt;strong&gt;Policy elements and settings:&lt;/strong&gt;                    &lt;ul&gt;                        &lt;li&gt;The retention setting shown on the Management Console Reporting page is correctly applied.&lt;/li&gt;                        &lt;li&gt;On upgraded installations, all Connector groups synchronize as scheduled.&lt;/li&gt;                        &lt;li&gt;Issues with incorrect selection of items in list views are corrected.&lt;/li&gt;                        &lt;li&gt;Message Templates and Message Stamps will now use the HTML formatting created using the WYSIWYG editor. You can also continue to use the stylesheet method described in Help&lt;em&gt;.&lt;/em&gt;&lt;/li&gt;                        &lt;li&gt;Timezone offsets are correctly applied to all items in the Dashboard.&lt;/li&gt;                        &lt;li&gt;Unicode characters in subjects are handled correctly.&lt;/li&gt;                        &lt;li&gt;Folder permissions using Windows accounts are correctly retained.&lt;/li&gt;                        &lt;li&gt;In 10.0.2, changing Reporting Groups in the Management Console prevented further configuration changes. This issue is fixed.&lt;/li&gt;                        &lt;li&gt;Re-commit of the current configuration can be requested from the system configuration &amp;gt; General page.&lt;/li&gt;                        &lt;li&gt;Reporting Groups configuration is present.                        &lt;ul&gt;                            &lt;li&gt;&lt;strong&gt;Caution:&lt;/strong&gt; An issue has been identified in the Reporting Group interface 10.0.2. &lt;span style="text-decoration: underline;"&gt;Upgrade to 10.0.3.&lt;/span&gt;&lt;/li&gt;                        &lt;/ul&gt;                        &lt;/li&gt;                        &lt;li&gt;The Variables list on the HTML message stamp editor is corrected.&lt;/li&gt;                        &lt;li&gt;Rules can be enabled or disabled from the list view.&lt;/li&gt;                        &lt;li&gt;Entry of service names/keys in Advanced Settings is no longer case sensitive.&lt;/li&gt;                        &lt;li&gt;When restore takes a long time, the Management Console correctly shows the status.&lt;/li&gt;                        &lt;li&gt;Automatic backups are performed only if selected.&lt;/li&gt;                        &lt;li&gt;Maintenance expiry is correctly shown on the License page&lt;em&gt;.&lt;/em&gt;&lt;/li&gt;                        &lt;li&gt;Configuration can be committed as prompted after entering a license key&lt;em&gt;.&lt;/em&gt;&lt;/li&gt;                    &lt;/ul&gt;                    &lt;/div&gt;                    &lt;/div&gt;                    &lt;div&gt;                    &lt;div&gt;                    &lt;div&gt;                    &lt;h4 style="color: #000000;"&gt;Mail View&lt;/h4&gt;                    &lt;ul&gt;                        &lt;li&gt;Raw HTML source of email can be viewed.&lt;/li&gt;                        &lt;li&gt;Large lists load with acceptable speed.&lt;/li&gt;                        &lt;li&gt;Selecting an item no longer causes display issues on smaller resolution displays.&lt;/li&gt;                        &lt;li&gt;Deleting or forwarding from a filtered list selects the correct item.&lt;/li&gt;                        &lt;li&gt;Sorting is case-insensitive (as in 8.X).&lt;/li&gt;                        &lt;li&gt;Issues with folder display in certain timezones are corrected.&lt;/li&gt;                        &lt;li&gt;Filtering on the Message History pages is corrected. Note that filtering applies only to the displayed page, by design. To search over all available items, use Search instead.&lt;/li&gt;                    &lt;/ul&gt;                    &lt;div&gt;                    &lt;h3 style="color: #000000;"&gt;Functionality first added in MailMarshal (SEG) 10.0.1:&lt;/h3&gt;                    &lt;p&gt;The following features (present in SEG 8.X but not in 10.0.0) are included in current releases:&lt;/p&gt;                    &lt;ul&gt;                        &lt;li&gt;Folder physical path setting for individual folders&lt;/li&gt;                        &lt;li&gt;Folder security for individual folders&lt;/li&gt;                        &lt;li&gt;Authorization for configuration and email management by Windows accounts&lt;/li&gt;                        &lt;li&gt;Granular folder access authorization&lt;/li&gt;                        &lt;li&gt;Configuration commit scheduling&lt;/li&gt;                    &lt;/ul&gt;                    &lt;/div&gt;                    &lt;/div&gt;                    &lt;/div&gt;                    &lt;/div&gt;                    &lt;div style="margin-left: 20px;"&gt;                    &lt;div&gt;                    &lt;div&gt;                    &lt;h4&gt;&lt;/h4&gt;                    &lt;/div&gt;                    &lt;/div&gt;                    &lt;/div&gt;                    &lt;h3&gt;&lt;/h3&gt;                    &lt;ul&gt;                        &lt;ul&gt;    &lt;/ul&gt;                        &lt;/ul&gt;                        &lt;h3&gt;Known Issues in MailMarshal (SEG) 10.0 and above&lt;/h3&gt;                        &lt;h4&gt;Installation/Upgrade&lt;/h4&gt;                        &lt;ul&gt;                            &lt;li&gt;&lt;strong&gt;Configuration import error &lt;/strong&gt;                            &lt;ul&gt;                                &lt;li&gt;Configuration import will fail if services are not listening on the default IP and port. To import manually (using MMExportCFG), use the -a and -c parameters to set the correct server and port information.&lt;/li&gt;                            &lt;/ul&gt;                            &lt;/li&gt;                            &lt;li&gt;&lt;strong&gt;Database Collation:&lt;/strong&gt;                            &lt;ul&gt;                                &lt;li&gt;The MailMarshal databases MUST use a Case Insensitive collation. Installation of SQL sets collation based on the server locale. Most locales use Case Insensitive collation. If in doubt set the database collations to the default &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;SQL_Latin1_General_CP1_CI_AS. &lt;/span&gt;Note that the collation MUST NOT be &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;Turkish_CI_AS&lt;/span&gt; due to special treatment of the letter "i" in Turkish.&lt;/li&gt;                            &lt;/ul&gt;                            &lt;/li&gt;                            &lt;li&gt;&lt;strong&gt;Azure Databases:&lt;/strong&gt;                            &lt;ul&gt;                                &lt;li&gt;The Installer and Server Tool cannot currently create Azure SQL managed instance databases. SEG can use Azure databases if they are created in advance.&lt;/li&gt;                            &lt;/ul&gt;                            &lt;/li&gt;                            &lt;li&gt;&lt;strong&gt;Upgrade - TLS 1.3 and Elliptic Curves:&lt;/strong&gt;                            &lt;ul&gt;                                &lt;li&gt;LevelBlue previously suggested use of the secp521r1 Elliptic Curve for key exchange. Customers should be aware that if this is the only curve enabled, email delivery from Gmail may not succeed. This change is due to TLS1.3 behaviors and Google's decision not to use the secp521r1 curve.  &lt;/li&gt;                                &lt;li&gt;The X25519 curve is widely used and this is the default in both SEG 8.2 and MailMarshal (SEG) 10.0 and above. &lt;/li&gt;                                &lt;li&gt;To check settings see the Inbound Security - TLS page for each mail server. &lt;/li&gt;                            &lt;/ul&gt;                            &lt;/li&gt;                            &lt;li&gt;&lt;strong&gt;Array Join credentials:&lt;/strong&gt;                            &lt;ul&gt;                                &lt;li&gt;Adding an "Array Join" credential in the SEG Server Tool (used to join a processing server to an array) requires a restart of the Array Manager. The tool does not prompt you for this restart.&lt;/li&gt;                            &lt;/ul&gt;                            &lt;/li&gt;                        &lt;/ul&gt;                        &lt;h4&gt;Policy Elements and Settings&lt;/h4&gt;                        &lt;ul&gt;                            &lt;li&gt;&lt;strong&gt;Configuration restore:&lt;/strong&gt;                            &lt;ul&gt;                                &lt;li&gt;A restored configuration is committed with no confirmation or possibility of review in some cases.&lt;/li&gt;                                &lt;li&gt;Restoring a configuration from a previous version that has rules referencing SpamZeroDay.xml and KnownThreats.xml causes the Engine to stop. (The upgrade process blocks upgrade of these configurations, but restore does not.)&lt;/li&gt;                                &lt;li&gt;Restoring a configuration fails if any local MailMarshal user group name contains a fullstop character  ( . ) . The error reported in logs may not identify the specific group. Older MailMarshal versions did not validate names. Upgrade validation does not allow these characters when upgrading from 8.X to versions 10.0.4 thorugh 10.2.5.&lt;/li&gt;                            &lt;/ul&gt;                            &lt;/li&gt;                            &lt;li&gt;&lt;strong&gt;Configuration backup:&lt;/strong&gt;                            &lt;ul&gt;                                &lt;li&gt;The retention setting applies to manual as well as automatic backups, since the files are created in the same location. To save manual backups, copy them to another location. &lt;/li&gt;                                &lt;li&gt;Backups and restores do not include DKIM keys unless a password is explicitly entered either as default or as override. No warning about missing passwords or unsaved keys is provided.&lt;/li&gt;                                &lt;li&gt;A custom backup location set in SEG 8.X will apply in MailMarshal (SEG) 10.0 and above. This setting currently cannot be edited in the new versions.&lt;/li&gt;                            &lt;/ul&gt;                            &lt;/li&gt;                            &lt;li&gt;&lt;strong&gt;Licensing:&lt;/strong&gt;                            &lt;ul&gt;                                &lt;li&gt;Blended Threat licensing status is not shown on the License page.&lt;/li&gt;                                &lt;li&gt;Maintenance expiry shows today's date if the key cannot be validated through the LevelBlue website (it should display "unknown"). &lt;/li&gt;                                &lt;li&gt;Reminders about license status (seen in earlier versions) are not provided when you enter a new key. &lt;/li&gt;                                &lt;li&gt;Entering a key that has a Marshal RBL credential forces configuration commit with no notice. &lt;/li&gt;                                &lt;li&gt;Upgrading with an expired key results in no key being displayed on the License page. &lt;em&gt;This behavior will not be changed.&lt;/em&gt;&lt;/li&gt;                            &lt;/ul&gt;                            &lt;/li&gt;                            &lt;li&gt;&lt;strong&gt;Mail Server settings:&lt;/strong&gt;                            &lt;ul&gt;                                &lt;li&gt;If custom settings have been configured, reverting to the default settings and saving does not update the display in the console. The settings have actually been updated correctly.&lt;/li&gt;                            &lt;/ul&gt;                            &lt;/li&gt;                            &lt;li&gt;&lt;strong&gt;Policy Elements:&lt;/strong&gt;                            &lt;ul&gt;                                &lt;li&gt;Dead Letter folders are not configurable in the Folders list.&lt;/li&gt;                            &lt;/ul&gt;                            &lt;/li&gt;                            &lt;li&gt;&lt;strong&gt;Rules&lt;/strong&gt;                            &lt;ul&gt;                                &lt;li&gt;Enabling default virus scanner rules does not validate that a scanner is present and working.&lt;/li&gt;                            &lt;/ul&gt;                            &lt;/li&gt;                            &lt;li&gt;&lt;strong&gt;Users&lt;/strong&gt;                            &lt;ul&gt;                                &lt;li&gt;Setting a user to "blocked" or "deleted" is only effective after a restart of the Management Console website.&lt;/li&gt;                            &lt;/ul&gt;                            &lt;/li&gt;                        &lt;/ul&gt;                        &lt;h4 style="color: #000000;"&gt;Mail View&lt;/h4&gt;                        &lt;ul&gt;                            &lt;li&gt;&lt;strong&gt;Message History:&lt;/strong&gt;                            &lt;ul&gt;                                &lt;li&gt;The default view of message history only shows items from "today". To see all items, use Search. The default should be to return all items up to the configured row count.&lt;/li&gt;                            &lt;/ul&gt;                            &lt;/li&gt;                        &lt;/ul&gt;                        &lt;h4&gt;API&lt;/h4&gt;                        &lt;ul&gt;                            &lt;li&gt;Some REST API calls listed in the automatically generated "handler listing" are not available. This includes TextCensor addition, edit, and deletion&lt;/li&gt;                        &lt;/ul&gt;                        &lt;h3&gt;Limitations in MailMarshal (SEG) 10.0 and above&lt;/h3&gt;                        &lt;p&gt;The following functionality that was present in previous versions is not currently available in 10.0 and above.&lt;/p&gt;                        &lt;ul&gt;                            &lt;li&gt;Finding items in User Groups and IP Groups &lt;/li&gt;                            &lt;li&gt;Restore from Mail Recycle Bin (this does not affect retention of messages)&lt;/li&gt;                            &lt;li&gt;RSS news feeds                            &lt;ul&gt;                                &lt;li&gt;Alternative: subscribe to the Notifications forum on the LevelBlue support site&lt;/li&gt;                            &lt;/ul&gt;                            &lt;/li&gt;                        &lt;/ul&gt;                        &lt;div&gt;                        &lt;h3&gt;Retired Features&lt;/h3&gt;                        &lt;p&gt;The DMARC Dashboard has been retired. Customers must use third party services for this functionality.&lt;/p&gt;                        &lt;p&gt;The "Do not log to SQL" option when deleting a message is not available in this version of MailMarshal.&lt;/p&gt;                        &lt;/div&gt;</description><pubDate>Mon, 10 Aug 2026 23:29:27 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>INFO: Additions to Release Notes for MailMarshal 12.0</title><link>https://support.levelblue.com/kb/Goto21257.aspx</link><description>&lt;h2 style="color: #000000;"&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;MailMarshal 12.0&lt;/li&gt;&lt;/ul&gt;&lt;h2 style="color: #000000;"&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li style="box-sizing: border-box; padding-bottom: 3px;"&gt;What are the Release Notes for MailMarshal 12.0?&lt;/li&gt;&lt;/ul&gt;&lt;h2 style="color: #000000;"&gt;Information:&lt;/h2&gt;&lt;p&gt;MailMarshal version &lt;strong&gt;12.0 &lt;/strong&gt;(12.0.0.&lt;strong&gt;8219&lt;/strong&gt;) was released on August 11, 2026. The &lt;a href="https://support.levelblue.com/software/mailmarshal_smtp/LevelBlueMailMarshal-ReleaseNotes-12.0.0.8194.htm" class="ApplyClass" target="_blank"&gt;Release Notes&lt;/a&gt; included with the product are generally accurate as of the date of publication.&lt;/p&gt;&lt;p&gt;This article provides any additional information or corrections generated after that date.&lt;/p&gt;&lt;p&gt;See also article Q21135 for information about &lt;a href="https://support.levelblue.com/kb/article.aspx?id=21135" target="_blank" class="ApplyClass"&gt;Known and Fixed Issues&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;For current updates and information, customers should subscribe to the &lt;a href="https://support.levelblue.com/lb/forum_link.asp" target="_blank" class="ApplyClass"&gt;Notifications forum&lt;/a&gt;.&lt;/p&gt;&lt;h2&gt;Updated release&lt;/h2&gt;&lt;p&gt;Release build 8219 includes updates to Configuration Service database connectivity, specifically when using Windows credentials. Customers who installed or upgraded MailMarshal using the original release (12.0.0.8194) should update to 12.0.0.8219. For details of functionality affected, see &lt;a href="https://support.levelblue.com/kb/article.aspx?id=21135" target="_blank" class="ApplyClass"&gt;Known and Fixed Issues&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;</description><pubDate>Mon, 10 Aug 2026 22:58:03 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>What versions of MailMarshal (SEG), ECM, and SES are currently supported by LevelBlue Technical Support?</title><link>https://support.levelblue.com/kb/Goto20961.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;MailMarshal (SEG) &lt;/li&gt;    &lt;li&gt;MailMarshal ECM/MailMarshal Exchange &lt;/li&gt;    &lt;li&gt;MailMarshal Secure Email Server/MailMarshal SES &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;What versions of MailMarshal (SEG) are currently supported by LevelBlue Technical Support? &lt;/li&gt;    &lt;li&gt;What versions of MailMarshal ECM/MailMarshal Exchange are currently supported by LevelBlue Technical Support? &lt;/li&gt;    &lt;li&gt;What versions of MailMarshal Secure Email Server are currently supported by LevelBlue Technical Support? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Information:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;&lt;strong style="color: #ff0000;"&gt;Important:&lt;/strong&gt;&lt;span style="color: #ff0000;"&gt; End of Support and End of Threat Protection dates for many earlier versions have now passed. &lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt; The following tables show the currently supported versions, planned dates of termination of support, and support end dates for discontinued versions.&lt;/p&gt;&lt;blockquote style="margin-right: 0px;" dir="ltr"&gt;&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; In this article "supported" refers to full product support as defined in LevelBlue support policy for the Marshal Product Line. &lt;/p&gt;&lt;ul&gt;    &lt;li&gt;For versions that have passed the end of support, LevelBlue can often provide advice to help customers resolve issues. However, LevelBlue may recommend upgrade to a later version of the software. &lt;/li&gt;    &lt;li&gt;Versions out of support do not receive component updates such as file type and unpacking updates. &lt;/li&gt;    &lt;li&gt;If a reported problem requires remedial development work, LevelBlue will usually provide a fix only for the latest product version. &lt;/li&gt;    &lt;li&gt;Upgrades to the current versions of these products are always free of charge to customers with a current maintenance contract. &lt;/li&gt;    &lt;li&gt;Automatic updates to LevelBlue threat protection technologies for SEG (such as SpamCensor, Known Threats, YAE scripts) may be provided to some versions that are out of support. The table below lists this date separately.  &lt;/li&gt;&lt;/ul&gt;&lt;p&gt; &lt;/p&gt;&lt;/blockquote&gt;&lt;p dir="ltr"&gt;&lt;strong&gt;All versions earlier than those listed are out of support and do not receive threat protection updates.&lt;/strong&gt;&lt;/p&gt;&lt;p dir="ltr"&gt;&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;&lt;strong&gt;This includes MailMarshal 8.0.X and 8.1.X.&lt;/strong&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;h3 dir="ltr"&gt;MailMarshal (SEG)&lt;/h3&gt;&lt;blockquote style="margin-right: 0px;" dir="ltr"&gt;&lt;p&gt;&lt;table cellspacing="0" cellpadding="0" border="1"&gt;    &lt;tbody&gt;        &lt;tr style="background-color: silver;"&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;Software Version&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;Release Date&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="text-align: center;"&gt;&lt;strong&gt;Support Status&lt;/strong&gt; &lt;/td&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;End of Support&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;End of Threat &lt;br /&gt;            Protection Updates&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="bottom" style="text-align: center;"&gt;12.0.0.8219&lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt; August 11, 2026&lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt; Active&lt;/td&gt;            &lt;td valign="bottom"&gt; &lt;/td&gt;            &lt;td valign="bottom"&gt; &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="bottom" style="text-align: center;"&gt;12.0.0.8194&lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt;August 5, 2026&lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt;&lt;strong&gt;Withdrawn&lt;/strong&gt;&lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt; August 11, 2026&lt;/td&gt;            &lt;td valign="bottom"&gt; &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="bottom" style="text-align: center;"&gt;11.3.0.7659&lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt;December 2, 2025&lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt;Active&lt;/td&gt;            &lt;td valign="bottom"&gt; &lt;/td&gt;            &lt;td valign="bottom"&gt; &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="bottom" style="text-align: center;"&gt; 11.2.0.7413 &lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt;September 4, 2025 &lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt;Active &lt;/td&gt;            &lt;td valign="bottom"&gt; &lt;/td&gt;            &lt;td valign="bottom"&gt; &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="bottom" style="text-align: center;"&gt;11.1.0.6958&lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt; May 29, 2025&lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt;Active &lt;/td&gt;            &lt;td valign="bottom"&gt; &lt;/td&gt;            &lt;td valign="bottom"&gt; &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="bottom" style="text-align: center;"&gt;10.2.5.&lt;span style="text-decoration: underline;"&gt;7024&lt;/span&gt;&lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt; June 5, 2025&lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt;Active &lt;/td&gt;            &lt;td valign="bottom"&gt; &lt;/td&gt;            &lt;td valign="bottom"&gt; &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="bottom" style="text-align: center;"&gt;10.2.5.6043&lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt; September 10. 2024 &lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt;Active&lt;/td&gt;            &lt;td valign="bottom"&gt; &lt;/td&gt;            &lt;td valign="bottom"&gt; &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="bottom" style="text-align: center;"&gt;10.2.0.5718&lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt; July 2, 2024&lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt;Discontinued&lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt; &lt;span style="text-align: center;"&gt; &lt;/span&gt;&lt;strong style="text-align: center; color: #ff0000;"&gt;June 1, 2026&lt;/strong&gt;&lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt; &lt;span style="text-align: center;"&gt; &lt;/span&gt;&lt;strong style="text-align: center; color: #ff0000;"&gt;June 1, 2026&lt;/strong&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="bottom" style="text-align: center;"&gt;10.1.0.&lt;span style="text-decoration: underline;"&gt;5102&lt;/span&gt;&lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt; April 3, 2024&lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt;Discontinued&lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt; &lt;span style="text-align: center;"&gt; &lt;/span&gt;&lt;strong style="text-align: center; color: #ff0000;"&gt;June 1, 2026&lt;/strong&gt;&lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt; &lt;span style="text-align: center;"&gt; &lt;/span&gt;&lt;strong style="text-align: center; color: #ff0000;"&gt;June 1, 2026&lt;/strong&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="bottom" style="text-align: center;"&gt;10.1.0.&lt;span style="text-decoration: underline;"&gt;5089&lt;/span&gt;&lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt; March 28, 2024&lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt;&lt;strong&gt;Withdrawn&lt;/strong&gt;&lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt; &lt;strong&gt;April 3, 2024&lt;/strong&gt;&lt;/td&gt;            &lt;td valign="bottom"&gt; &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="bottom" style="text-align: center;"&gt;10.0.7.&lt;span style="text-decoration: underline;"&gt;3979&lt;/span&gt;&lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt; September 29, 2023&lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt;Discontinued&lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt; &lt;strong style="text-align: center; color: #ff0000;"&gt;June 1, 2026&lt;/strong&gt;&lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt; &lt;span style="text-align: center;"&gt; &lt;/span&gt;&lt;strong style="text-align: center; color: #ff0000;"&gt;June 1, 2026&lt;/strong&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;10.0.7.&lt;span style="text-decoration: underline;"&gt;3969&lt;/span&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="white-space: nowrap; text-align: center;"&gt;September 12, 2023&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;div style="text-align: center;"&gt; &lt;strong&gt;Withdrawn&lt;/strong&gt;&lt;/div&gt;            &lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;September 29, 2023&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom"&gt;&lt;br /&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;10.0.6.3739&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="white-space: nowrap; text-align: center;"&gt;February 28, 2023&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt; Discontinued&lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt;&lt;strong style="color: #ff0000;"&gt;February 1, 2025&lt;/strong&gt;&lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt;&lt;strong style="color: #ff0000;"&gt;June 1, 2025&lt;/strong&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;10.0.5.3470&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="white-space: nowrap; text-align: center;"&gt;August 31, 2022&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt; Discontinued&lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt;&lt;strong style="color: #ff0000;"&gt;February 1, 2025&lt;/strong&gt;&lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt;&lt;strong style="color: #ff0000;"&gt;June 1, 2025&lt;/strong&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;10.0.4.3361&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="white-space: nowrap; text-align: center;"&gt;May 16, 2022&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt; Discontinued&lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt;&lt;strong style="color: #ff0000;"&gt;February 1, 2025&lt;/strong&gt;&lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt;&lt;strong style="color: #ff0000;"&gt;June 1, 2025&lt;/strong&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;10.0.3.2387&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="white-space: nowrap; text-align: center;"&gt;July 6, 2021&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt; Discontinued&lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;&lt;span style="color: #ff0000;"&gt;February 1, 2024&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt;&lt;strong style="color: #ff0000;"&gt;December 31, 2024&lt;/strong&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;10.0.2.2230&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="white-space: nowrap; text-align: center;"&gt;April 28, 2021&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;div style="text-align: center;"&gt;&lt;strong&gt;Deprecated&lt;/strong&gt;&lt;/div&gt;            &lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;July 6, 2021&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt;&lt;strong style="color: #ff0000;"&gt;December 31, 2024&lt;/strong&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;10.0.1.2030&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="white-space: nowrap; text-align: center;"&gt;November 3, 2020&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt;Discontinued&lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;September 1, 2022&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt;&lt;strong style="color: #ff0000;"&gt;December 31, 2024&lt;/strong&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;10.0.0.1428&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="white-space: nowrap; text-align: center;"&gt;April 14, 2020&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;div style="text-align: center;"&gt;&lt;strong&gt;Deprecated&lt;/strong&gt;&lt;/div&gt;            &lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;November 3, 2020&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt;&lt;strong style="color: #ff0000;"&gt;December 31, 2024&lt;/strong&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="bottom" style="text-align: center;"&gt;8.3.2.11492&lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt; September 29, 2023&lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt; Discontinued&lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt;&lt;strong style="color: #ff0000;"&gt;August 1, 2025&lt;/strong&gt;&lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt;&lt;strong style="color: #ff0000;"&gt;December 31, 2025&lt;/strong&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;8.2.6.11305&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="white-space: nowrap; text-align: center;"&gt;December 22, 2020&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt; Discontinued&lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt;&lt;strong style="color: #ff0000;"&gt;February 1, 2025&lt;/strong&gt;&lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt;&lt;strong style="color: #ff0000;"&gt;June 1, 2025&lt;/strong&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;8.2.4.11170&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="white-space: nowrap; text-align: center;"&gt;October 31, 2019&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt; Discontinued&lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;March 31, 2022&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt;&lt;strong style="color: #ff0000;"&gt;December 31, 2024&lt;/strong&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;8.2.3.11111&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="white-space: nowrap; text-align: center;"&gt;July 2, 2019&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt; Discontinued&lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;&lt;span&gt;March 31, 2021&lt;/span&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt;&lt;strong style="color: #ff0000;"&gt;December 31, 2024&lt;/strong&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;8.2.2.11949&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="white-space: nowrap; text-align: center;"&gt;February 14, 2019&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt; Discontinued&lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;&lt;span&gt;March 31, 2021&lt;/span&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt;&lt;strong style="color: #ff0000;"&gt;December 31, 2024&lt;/strong&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;8.2.1.11863&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="white-space: nowrap; text-align: center;"&gt;December 14, 2018&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt; Discontinued&lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;&lt;span&gt;March 31, 2021&lt;/span&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt;&lt;strong style="color: #ff0000;"&gt;December 31, 2024&lt;/strong&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;8.2.0.11849&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="white-space: nowrap; text-align: center;"&gt;December 6, 2018&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;div style="text-align: center;"&gt; &lt;strong style="text-align: -webkit-center;"&gt;Withdrawn&lt;/strong&gt;&lt;/div&gt;            &lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;&lt;span style="text-wrap: nowrap;"&gt;December 14, 2018&lt;/span&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt;&lt;strong style="color: #ff0000;"&gt;December 31, 2024&lt;/strong&gt;&lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt;&lt;a name="ecm"&gt;&lt;/a&gt;&lt;/blockquote&gt;&lt;h3 dir="ltr"&gt;MailMarshal ECM (formerly MailMarshal Exchange)&lt;/h3&gt;&lt;blockquote style="margin-right: 0px;" dir="ltr"&gt;&lt;p&gt;&lt;table width="400" cellspacing="0" cellpadding="0" border="1"&gt;    &lt;tbody&gt;        &lt;tr style="background-color: silver;"&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;Software Version&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;Release Date&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td&gt;&lt;strong&gt;Support Status&lt;/strong&gt;&lt;/td&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;Discontinued Date&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;7.2.0.9773&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;March 7, 2017&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;div style="text-align: center;"&gt; Active&lt;/div&gt;            &lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;7.1.7.7380&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;January 12, 2015&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt; Discontinued&lt;/td&gt;            &lt;td valign="bottom"&gt;&lt;strong&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;February 1, 2019&lt;/strong&gt;&lt;/p&gt;            &lt;/strong&gt;&lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt;&lt;a name="spe"&gt;&lt;/a&gt;&lt;p&gt; &lt;/p&gt;&lt;/blockquote&gt;&lt;h3 dir="ltr"&gt;MailMarshal Secure Email Server (SES)&lt;/h3&gt;&lt;blockquote style="margin-right: 0px;" dir="ltr"&gt;&lt;p&gt;&lt;table width="400" cellspacing="0" cellpadding="0" border="1"&gt;    &lt;tbody&gt;        &lt;tr style="background-color: silver;"&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;Software Version&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;Release Date&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td&gt;&lt;strong&gt;Support Status&lt;/strong&gt; &lt;/td&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;&lt;strong&gt;Discontinued Date&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;5.8.1.398&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;July 24, 2017&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt;By special arrangement only&lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;5.8.0.361&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;May 30, 2016&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom" style="text-align: center;"&gt;By special arrangement only&lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;5.7.2.9723&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;May 1, 2013&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="bottom"&gt; &lt;/td&gt;            &lt;td valign="bottom"&gt;            &lt;p style="text-align: center;"&gt;December 31, 2012&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;/blockquote&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;p&gt;For information about virus scanner plug-ins and reporting, see the Related Articles below.&lt;/p&gt;</description><pubDate>Mon, 10 Aug 2026 22:54:32 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>How to use the Support Tool for MailMarshal SPE</title><link>https://support.levelblue.com/kb/Goto15019.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;MailMarshal SPE&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;How do I use the Support Tool for MailMarshal SPE? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Information:&lt;/h2&gt;&lt;p&gt;The Marshal support tool has been developed to help the LevelBlue Technical Support team gather information about a MailMarshal SPE installation. The tool produces a single .zip file that contains essential information to help the support team debug specific issues. &lt;/p&gt;&lt;p&gt;The tool can gather information about MailMarshal SPE, MailMarshal SEG, IIS, Marshal virus scanners, and the Connector Agent.&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;&lt;strong&gt;Note:&lt;/strong&gt; For help with the Support Tool for other LevelBlue email products (MailMarshal SEG, LevelBlue ECM, WebMarshal, and MRC), see &lt;a href="https://support.levelblue.com/kb/article.aspx?id=15024" class="ApplyClass" target="_blank"&gt;Q15024&lt;/a&gt;. &lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Installation&lt;/h3&gt;&lt;p&gt;The tool is included in current installations of SPE and MailMarshal. You can also download the latest version manually if necessary from &lt;a href="https://www.marshal.com/supporttool/download" class="ApplyClass"&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;https://www.marshal.com/supporttool/download&lt;/span&gt;&lt;/a&gt; (right click, save as. You may see a security warning). The tool will also attempt to update itself automatically, as noted below.&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;The current version of the tool is packaged with .NET runtimes and does not have any software prerequisites.&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Using the tool&lt;/h3&gt;&lt;ul&gt;&lt;/ul&gt;    &lt;p&gt;&lt;em&gt;Repeat the following steps on &lt;span style="text-decoration: underline;"&gt;each server&lt;/span&gt; of interest,&lt;/em&gt; as directed by Technical Support.&lt;/p&gt;    &lt;ol&gt;        &lt;li&gt;Copy the tool to the server. &lt;/li&gt;        &lt;li&gt;Double click to run the tool.&lt;br /&gt;        &lt;ul&gt;            &lt;li&gt;&lt;strong&gt;Note: &lt;/strong&gt;On startup, the tool checks for updates to functionality. This feature requires access to the URL &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;http://www.marshal.com/supporttool/download&lt;/span&gt; &lt;/li&gt;            &lt;li&gt;If the tool cannot connect to check for updates, it raises a warning.  &lt;/li&gt;            &lt;li&gt;&lt;em&gt;If necessary, retrieve the latest version manually as described above.&lt;/em&gt; &lt;/li&gt;        &lt;/ul&gt;        &lt;/li&gt;        &lt;li&gt;The main window of the tool (latest version 2.x) appears as shown below. This interface is simplified compared to earlier versions. The data gathered is the same.        &lt;ul&gt;            &lt;li&gt;For reference, a screenshot of the earlier version of the tool is provided at the end of this article. &lt;/li&gt;        &lt;/ul&gt;        &lt;br /&gt;        &lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/15019/15019-2.png" style="width: 600px; height: 465px;" /&gt;&lt;/li&gt;        &lt;li&gt;Select the items to include, as directed. Clear the selections for items you do not want to include. See below for explanations of each selection. &lt;/li&gt;        &lt;li&gt;Choose an output directory. &lt;/li&gt;        &lt;li&gt;Click &lt;strong&gt;Gather&lt;/strong&gt; to run the tool. The tool gathers data into a folder, and then creates a single compressed file.        &lt;ul&gt;            &lt;li&gt;&lt;strong&gt;NOTE:&lt;/strong&gt; This tool can require significant disk space, particularly if you include the SPE database statistics data. In rare cases it could consume all available space. If not enough space is present, the tool raises a warning: &lt;em&gt;Not enough free space available to package into zip file.&lt;/em&gt; &lt;/li&gt;        &lt;/ul&gt;        &lt;/li&gt;        &lt;li&gt;The status bar at the bottom of the window shows the progress. You can cancel the process if necessary. &lt;/li&gt;        &lt;li&gt;When the tool is finished, click &lt;strong&gt;Close&lt;/strong&gt; to exit. &lt;/li&gt;        &lt;li&gt;Upload the file to LevelBlue as directed by Technical Support.        &lt;ul&gt;            &lt;li&gt;&lt;strong&gt;Note: &lt;/strong&gt;Wait for the tool to create the zip file. (The tool creates a temporary folder and then zips the content. &lt;em&gt;Do not zip the folder manually&lt;/em&gt; - it will not contain all required items.) &lt;/li&gt;        &lt;/ul&gt;        &lt;/li&gt;    &lt;/ol&gt;    &lt;h3 style="margin-right: 0px;"&gt;The fields on the window are defined as follows:&lt;/h3&gt;    &lt;dl&gt;        &lt;dt&gt;Dark/Light mode&lt;/dt&gt;        &lt;dd&gt;Version 2.0 provides an optional dark theme for the interface. Use the slider at the top to select the theme.&lt;br /&gt;        &lt;/dd&gt;        &lt;dl&gt;            &lt;dt&gt;Version&lt;/dt&gt;            &lt;dd&gt;Shows the version of the Support Tool.&lt;/dd&gt;        &lt;/dl&gt;        &lt;dt&gt;Installed Components &lt;/dt&gt;        &lt;dd&gt;Shows the related software that is installed on this computer. Select the components for which you want to include detailed information such as logs and configuration details.&lt;br /&gt;        &lt;ul&gt;            &lt;li&gt;Installation logs (if any) are gathered for all selected components regardless of other selections. &lt;/li&gt;        &lt;/ul&gt;        &lt;/dd&gt;    &lt;/dl&gt;    &lt;h4 style="margin-right: 0px;"&gt;&lt;span style="text-decoration: underline;"&gt;Items to gather&lt;/span&gt;&lt;/h4&gt;    &lt;dl&gt;        &lt;dt&gt;Gather specific message&lt;/dt&gt;        &lt;dd&gt;Attempts to include one or more mail message or Sent History files. Enter the first few characters of the message name (for example &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;B89f00&lt;/span&gt;). This option is only available when running the tool on a MailMarshal processing node. &lt;/dd&gt;        &lt;dt&gt;Log files &lt;/dt&gt;        &lt;dd&gt;Includes the text log files generated by the selected components. By default the last 5 days of logs are included. Use the menus to select the range of dates to include.        &lt;ul&gt;            &lt;li&gt;NOTE: A minimum of 2 days is recommended to ensure that at least one file of each type is included.&lt;/li&gt;        &lt;/ul&gt;        &lt;/dd&gt;        &lt;dt&gt;&lt;strong&gt;Marshal Crash Dumps&lt;/strong&gt; &lt;/dt&gt;        &lt;dd&gt;Includes one or more types of diagnostic information. Shows the number of each type that are available. &lt;/dd&gt;        &lt;dd&gt;Select the number of each type to include. The default is 1 of each available type. The most recent available are included.        &lt;dl&gt;            &lt;dt&gt;Most recent Marshal crash dumps &lt;/dt&gt;            &lt;dd&gt;Includes &lt;code&gt;.mdmp&lt;/code&gt; files created by the selected components when recovering from an error. &lt;/dd&gt;            &lt;dt&gt;Most recent WER crash dumps &lt;/dt&gt;            &lt;dd&gt;Includes the Windows Error Reporting data from the recent issues. &lt;/dd&gt;            &lt;dt&gt;Most recent potentially fatal messages &lt;/dt&gt;            &lt;dd&gt;Includes email message files that are marked as suspect because they were being processed at the time of a crash. &lt;/dd&gt;        &lt;/dl&gt;        &lt;/dd&gt;        &lt;dt&gt;SPE database &lt;/dt&gt;        &lt;dd&gt;Include the SPE configuration and logging data as CSV files. &lt;br /&gt;        &lt;ul&gt;            &lt;li&gt;&lt;strong&gt;Warning:&lt;/strong&gt; Only select these items if directed by LevelBlue Support. Including the SPE database data can result in a very large file. In some cases it could consume all available disk space. If not enough space is present, the tool raises a warning: &lt;em&gt;Not enough free space available to package into zip file.&lt;/em&gt; &lt;/li&gt;        &lt;/ul&gt;        &lt;/dd&gt;    &lt;/dl&gt;    &lt;h4&gt;    &lt;dl style="font-weight: 400;"&gt;In addition to the above items, the following are always gathered by version 2 of the tool:&lt;/dl&gt;        &lt;dl style="font-weight: 400;"&gt;            &lt;dt&gt;System Information&lt;/dt&gt;            &lt;dd&gt;Includes a listing of the system hardware and operating system information. 8.3 file naming settings are included.&lt;/dd&gt;            &lt;dt&gt;Current process details&lt;/dt&gt;            &lt;dd&gt;Includes a listing of processes running on the server.&lt;/dd&gt;            &lt;dt&gt;Configuration details&lt;/dt&gt;            &lt;dd&gt;Includes the XML or text files that define configuration of the selected software.&lt;/dd&gt;            &lt;dt&gt;Marshal Registry&lt;/dt&gt;            &lt;dd&gt;Includes a copy of the registry hive for all components that are present on the server.&lt;/dd&gt;            &lt;dt&gt;Marshal install directory listings&lt;/dt&gt;            &lt;dd&gt;Includes file and version information for files in the installation directories of all selected components. &lt;/dd&gt;            &lt;dt&gt;Event logs&lt;/dt&gt;            &lt;dd&gt;Includes Windows Event Log information. &lt;/dd&gt;            &lt;div&gt;&lt;br /&gt;            &lt;/div&gt;        &lt;/dl&gt;        &lt;/h4&gt;        &lt;h4&gt;&lt;span style="text-decoration: underline;"&gt;Output&lt;/span&gt;&lt;/h4&gt;        &lt;dl&gt;            &lt;dt&gt;&lt;strong&gt;Output Directory&lt;/strong&gt; &lt;/dt&gt;            &lt;dd&gt;Enter the location where the compressed file should be created. The default location is the desktop. Click &lt;strong&gt;[...]&lt;/strong&gt; to browse the local computer.&lt;br /&gt;            &lt;/dd&gt;            &lt;dt&gt;&lt;strong&gt;Support case number&lt;/strong&gt; &lt;/dt&gt;            &lt;dd&gt;Enter the case number as provided by Technical Support.&lt;/dd&gt;        &lt;/dl&gt;        &lt;h2&gt;Notes:&lt;/h2&gt;        &lt;ul&gt;            &lt;li&gt;This tool simply gathers existing information from the system and logs.            &lt;ul&gt;                &lt;li&gt;There is no need to restart any services before or after running the tool (unless specifically requested by Technical Support). &lt;/li&gt;                &lt;li&gt;The tool does not affect any running services and it does not require any downtime. &lt;/li&gt;            &lt;/ul&gt;            &lt;/li&gt;            &lt;li&gt;The tool runs as Administrator to ensure full access on servers where UAC is enabled. &lt;/li&gt;            &lt;li&gt;The tool is able to gather information for current versions of all components.&lt;/li&gt;            &lt;li&gt;The current version of the tool does not offer automatic upload. Support will provide instructions to upload to the LevelBlue Portal. &lt;/li&gt;            &lt;li&gt;The previous version of the tool appears as below:&lt;br /&gt;            &lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/15019/15019-1.png" style="width: 600px; height: 398px;" /&gt;&lt;/li&gt;        &lt;/ul&gt;</description><pubDate>Wed, 05 Aug 2026 01:58:11 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>How to use the Support Tool for SEG, ECM, WebMarshal or MRC</title><link>https://support.levelblue.com/kb/Goto15024.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;MailMarshal (SEG) &lt;/li&gt;    &lt;li&gt;MailMarshal ECM (MailMarshal Exchange) &lt;/li&gt;    &lt;li&gt;WebMarshal &lt;/li&gt;    &lt;li&gt;Marshal Reporting Console &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;How do I use the Support Tool? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Information:&lt;/h2&gt;&lt;p&gt;The Marshal support tool has been developed to help the LevelBlue Technical Support team gather information about installed software and configuration. The tool produces a single .zip file that contains essential information to help the support team debug specific issues. &lt;/p&gt;&lt;p&gt;The tool can gather information about supported versions of the following products:&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;MailMarshal SEG (MailMarshal SMTP) &lt;/li&gt;    &lt;li&gt;MailMarshal  ECM (MailMarshal Exchange) &lt;/li&gt;    &lt;li&gt;WebMarshal &lt;/li&gt;    &lt;li&gt;Marshal Reporting Console &lt;/li&gt;    &lt;li&gt;Marshal virus scanners (Bitdefender for Marshal, McAfee for Marshal, and Sophos for Marshal) &lt;/li&gt;    &lt;li&gt;Web Components &lt;/li&gt;    &lt;li&gt;IIS &lt;/li&gt;&lt;/ul&gt;&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; For the MailMarshal SPE (Service Provider Edition) Support Tool, see &lt;a href="https://support.levelblue.com/kb/article.aspx?id=15019" class="ApplyClass" target="_blank"&gt;Q15019&lt;/a&gt;. &lt;/p&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;h3&gt;Installation&lt;/h3&gt;&lt;/div&gt;&lt;p&gt;&lt;span id="ctl00_ctlContentPlaceHolder_ctl00_ctlViewArticle_ctlPanelBar_lblArticleText"&gt;In most cases you will find a copy of the tool in the install folder of the base product (MailMarshal, ECM, or WebMarshal). &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;Otherwise, download the support tool from &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;&lt;a href="https://www.marshal.com/supporttool/download" class="ApplyClass"&gt;https://www.marshal.com/supporttool/download&lt;/a&gt; &lt;/span&gt;&lt;/span&gt;(right click, save as. You may see a security warning). The tool will also attempt to update itself automatically, as noted below.&lt;br /&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;The current version of the tool is packaged with .NET runtimes and does not have any software prerequisites.&lt;strong&gt; &lt;/strong&gt;    &lt;ul&gt;    &lt;/ul&gt;        &lt;/li&gt;    &lt;/ul&gt;    &lt;h3&gt;Using the tool&lt;/h3&gt;    &lt;ul&gt;&lt;/ul&gt;        &lt;p&gt;&lt;em&gt;Repeat the following steps on &lt;span style="text-decoration: underline;"&gt;each server&lt;/span&gt; of interest,&lt;/em&gt; as directed by Technical Support.&lt;/p&gt;        &lt;ol&gt;            &lt;li&gt;If necessary, download or copy the tool to the server. &lt;/li&gt;            &lt;li&gt;Double click to run the tool.            &lt;ul&gt;                &lt;li&gt;&lt;strong&gt;Note: &lt;/strong&gt;On startup, the tool checks for updates to functionality. This feature requires access to the URL &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;http://www.marshal.com/supporttool/download&lt;/span&gt; &lt;/li&gt;                &lt;li&gt;If the tool cannot connect, it raises a warning. &lt;/li&gt;                &lt;li&gt;&lt;em&gt;If necessary, retrieve the latest version manually as described above.&lt;/em&gt; &lt;/li&gt;            &lt;/ul&gt;            &lt;/li&gt;            &lt;li&gt;The main window of the tool (latest version 2.X) appears as below. This interface is simplified compared to earlier versions. The data gathered is the same.            &lt;ul&gt;                &lt;li&gt;For reference, a screenshot of the earlier version of the tool is provided at the end of this article. &lt;/li&gt;            &lt;/ul&gt;            &lt;br /&gt;            &lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/15024/15024-2.png" style="width: 600px; height: 467px;" /&gt;&lt;/li&gt;            &lt;li&gt;Select the items to include, as directed. Clear the selections for items you do not want to include. See below for explanations of each selection.&lt;/li&gt;            &lt;li&gt;Choose an output directory. &lt;/li&gt;            &lt;li&gt;Enter a support case number. &lt;/li&gt;            &lt;li&gt;, Click &lt;strong&gt;Gather&lt;/strong&gt; to run the tool. The tool gathers data into a folder, and then creates a single compressed file.            &lt;ul&gt;                &lt;li&gt;&lt;strong&gt;NOTE:&lt;/strong&gt; This tool can require significant disk space, particularly if you include multiple dump files. In rare cases it could consume all available space. If not enough space is present, the tool raises a warning: &lt;em&gt;Not enough free space available to package into zip file.&lt;/em&gt; &lt;/li&gt;            &lt;/ul&gt;            &lt;/li&gt;            &lt;li&gt;The status bar at the bottom of the window shows the progress. You can cancel the process if necessary. &lt;/li&gt;            &lt;li&gt;When the tool is finished, click &lt;strong&gt;Close&lt;/strong&gt; to exit. &lt;/li&gt;            &lt;li&gt;Upload the file to LevelBlue as directed by Technical Support.            &lt;ul&gt;                &lt;li&gt;&lt;strong&gt;Note: &lt;/strong&gt;Wait for the tool to create the zip file. (The tool creates a temporary folder and then zips the content. &lt;em&gt;Do not zip the folder manually&lt;/em&gt; - it will not contain all required items.) &lt;/li&gt;            &lt;/ul&gt;            &lt;/li&gt;        &lt;/ol&gt;        &lt;h3 style="margin-right: 0px;"&gt;The fields on the window are defined as follows:&lt;/h3&gt;        &lt;h4 style="margin-right: 0px;"&gt;&lt;/h4&gt;        &lt;dl&gt;            &lt;dt&gt;Dark/Light mode&lt;/dt&gt;            &lt;dd&gt;Version 2.0 provides an optional dark theme for the interface. Use the slider at the top to select the theme. &lt;br /&gt;            &lt;/dd&gt;            &lt;dl&gt;                &lt;dt&gt;Version&lt;/dt&gt;                &lt;dd&gt;Shows the version of the Support Tool.&lt;br /&gt;                &lt;/dd&gt;            &lt;/dl&gt;            &lt;dt&gt;Installed Components &lt;/dt&gt;            &lt;dd&gt;Shows the related software that is installed on this computer. Select the components for which you want to include detailed information such as logs and configuration details. &lt;br /&gt;            &lt;ul&gt;                &lt;li&gt;Installation logs (if any) are gathered for all selected components regardless of other selections. &lt;/li&gt;            &lt;/ul&gt;            &lt;/dd&gt;        &lt;/dl&gt;        &lt;h4 style="margin-right: 0px;"&gt;&lt;span style="text-decoration: underline;"&gt;Items to gather&lt;/span&gt;&lt;/h4&gt;        &lt;dl&gt;            &lt;dt&gt;Gather specific message&lt;/dt&gt;            &lt;dd&gt;Attempts to include one or more mail message or Sent History files. Enter the first few characters of the message name (for example &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;B89f00&lt;/span&gt;). This option is only available when running the tool on a MailMarshal processing node. &lt;/dd&gt;            &lt;dt&gt;Log files &lt;/dt&gt;            &lt;dd&gt;Includes the text log files generated by the selected components. By default the last 5 days of logs are included. Use the menus to select the range of dates to include.            &lt;ul&gt;                &lt;li&gt;NOTE: A minimum of 2 days is recommended to ensure that at least one file of each type is included.&lt;/li&gt;            &lt;/ul&gt;            &lt;/dd&gt;            &lt;dt&gt;&lt;strong&gt;Marshal Crash Dumps&lt;/strong&gt; &lt;/dt&gt;            &lt;dd&gt;Includes one or more types of diagnostic information. Shows the number of each type that are available. &lt;br /&gt;            Select the number of each type to include. The default is 1 of each available type. The most recent available are included.&lt;br /&gt;            &lt;br /&gt;            &lt;dl&gt;                &lt;dt&gt;Most recent Marshal crash dumps &lt;/dt&gt;                &lt;dd&gt;Includes &lt;code&gt;.mdmp&lt;/code&gt; files created by the selected components when recovering from an error. &lt;/dd&gt;                &lt;dt&gt;Most recent WER crash dumps &lt;/dt&gt;                &lt;dd&gt;Includes the Windows Error Reporting data from the recent issues. &lt;/dd&gt;                &lt;dt&gt;Most recent potentially fatal messages &lt;/dt&gt;                &lt;dd&gt;Includes email message files that are marked as suspect because they were being processed at the time of a crash. &lt;/dd&gt;            &lt;/dl&gt;            &lt;/dd&gt;        &lt;/dl&gt;        &lt;p&gt;In addition to the above items, the following are always gathered by version 2 of the tool:&lt;/p&gt;        &lt;dl&gt;            &lt;dt&gt;System Information&lt;/dt&gt;            &lt;dd&gt;Includes a listing of the system hardware and operating system information. 8.3 file naming settings are included.&lt;/dd&gt;            &lt;dt&gt;Current process details&lt;/dt&gt;            &lt;dd&gt;Includes a listing of processes running on the server.&lt;/dd&gt;            &lt;dt&gt;Configuration details&lt;/dt&gt;            &lt;dd&gt;Includes the XML or text files that define configuration of the selected software.&lt;/dd&gt;            &lt;dt&gt;Marshal Registry&lt;/dt&gt;            &lt;dd&gt;Includes a copy of the registry hive for all components that are present on the server.&lt;/dd&gt;            &lt;dt&gt;Marshal install directory listings&lt;/dt&gt;            &lt;dd&gt;Includes file and version information for files in the installation directories of all selected components.&lt;/dd&gt;            &lt;dt&gt;Event logs&lt;/dt&gt;            &lt;dd&gt;Includes Windows Event Log information.&lt;/dd&gt;        &lt;/dl&gt;        &lt;h4&gt;&lt;span style="text-decoration: underline;"&gt;Output&lt;/span&gt;&lt;/h4&gt;        &lt;dl&gt;            &lt;dt&gt;&lt;strong&gt;Output Directory&lt;/strong&gt; &lt;/dt&gt;            &lt;dd&gt;Enter the location where the compressed file should be created. The default location is the desktop. Click &lt;strong&gt;[...]&lt;/strong&gt; to browse the local computer.&lt;br /&gt;            &lt;/dd&gt;            &lt;dt&gt;&lt;strong&gt;Support case number&lt;/strong&gt; &lt;/dt&gt;            &lt;dd&gt;Enter the case number as provided by Technical Support. &lt;/dd&gt;        &lt;/dl&gt;        &lt;h2&gt;Notes:&lt;/h2&gt;        &lt;ul&gt;            &lt;li&gt;This tool simply gathers existing information from the system and logs.            &lt;ul&gt;                &lt;li&gt;There is no need to restart any services before or after running the tool (unless specifically requested by Technical Support). &lt;/li&gt;                &lt;li&gt;The tool does not affect any running services and it does not require any downtime. &lt;/li&gt;            &lt;/ul&gt;            &lt;/li&gt;            &lt;li&gt;The tool runs as Administrator to ensure full access on servers where UAC is enabled. &lt;/li&gt;            &lt;li&gt;Although this tool is able to gather information from MailMarshal SMTP/SEG and WebMarshal versions from version 6.0, many older versions are no longer supported. Technical Support may ask you to upgrade to a supported version as a first step to resolve any issues. For a list of supported versions of products, see LevelBlue Knowledgebase article &lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle10920.aspx" class="ApplyClass" target="_blank"&gt;Q10920&lt;/a&gt;. &lt;/li&gt;            &lt;li&gt;The current version of the tool does not offer automatic upload. Support will provide instructions to upload to the LevelBlue Portal.&lt;/li&gt;            &lt;li&gt;The earlier product interface appears as below:&lt;br /&gt;            &lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/15024/15024-1.png" style="width: 600px; height: 399px;" /&gt;&lt;/li&gt;        &lt;/ul&gt;</description><pubDate>Wed, 05 Aug 2026 01:57:35 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>Documentation for the MailMarshal REST API</title><link>https://support.levelblue.com/kb/Goto20867.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;MailMarshal/SEG 8.0 and above &lt;/li&gt;    &lt;li&gt;REST API &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Is there any documentation for the REST API? &lt;/li&gt;    &lt;li&gt;What functions are available through the REST API? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Information:&lt;/h2&gt;&lt;p&gt;MailMarshal exposes a REST API for management functions.&lt;/p&gt;&lt;p&gt;This API provides all email administration functions, and a limited set of configuration functions.&lt;/p&gt;&lt;p&gt;You can use the API to:&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;View and act on messages in folders &lt;/li&gt;    &lt;li&gt;Manage SQM users and configuration &lt;/li&gt;    &lt;li&gt;Commit configuration &lt;/li&gt;    &lt;li&gt;Force SpamCensor update &lt;/li&gt;    &lt;li&gt;Update user groups and members &lt;/li&gt;    &lt;li&gt;Query service and processing statistics &lt;/li&gt;    &lt;li&gt;Query DMARC data &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;The API cannot be used to manage rules and settings.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;Caution: DKIM key functionality should be considered "read only".&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;The API is a HTTPS web interface on the Array Manager server (port 19006 by default).&lt;/p&gt;&lt;h3&gt;Security:&lt;/h3&gt;&lt;p&gt;In &lt;strong&gt;MailMarshal (SEG) 10.0 and above,&lt;/strong&gt; the API is secured using Bearer tokens derived from Management Console credentials. Windows ACLs are not used. For details, see the API Handler listing document for your version, attached to this article.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;Even when you use NTLM to secure the Management Console, you must use the local MailMarshal credentials (not Windows accounts) to access the API.&lt;/li&gt;    &lt;li&gt;The one exception to this rule is for API connections from the Array Manager server. These connections can use the local Administrator credential.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;In &lt;strong&gt;SEG 8.X,&lt;/strong&gt; the API is secured using Windows credentials and implements the same account permissions as the Console and Configurator. &lt;/p&gt;&lt;ul&gt;    &lt;li&gt;To use the API, the account must have the permission &lt;strong&gt;Log on as a batch job&lt;/strong&gt;. Administrator accounts have this permission by default. You can grant this permission to other accounts using Group Policy. &lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Calling Applications:&lt;/h3&gt;&lt;ul&gt;    &lt;li&gt;You can use an application such as Postman to connect to the API for testing purposes.&lt;/li&gt;    &lt;li&gt;You can use any scripting language to develop production uses for the API.&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Caution:&lt;/h3&gt;&lt;ul&gt;    &lt;li&gt;The REST API is used internally by SEG and SPE. It is exposed for use by customers who have appropriate understanding and skills. &lt;/li&gt;    &lt;li&gt;Documentation is limited to the API definitions and this article. &lt;/li&gt;    &lt;li&gt;LevelBlue does not provide detailed usage documentation or support for applications that call the API. Development of any such application is at the customer's risk and responsibility. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Test on a test system before deploying to production, and ensure automatic configuration backups are enabled.&lt;/strong&gt; &lt;/li&gt;    &lt;li&gt;Data entered through the API may not be fully validated by SEG. The calling application is responsible to ensure that data is valid and correctly formatted.    &lt;ul&gt;        &lt;li&gt;In particular, string data such as object names is only validated in the Configurator. &lt;/li&gt;        &lt;li&gt;See the section &lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle20867.aspx#KVI" class="ApplyClass"&gt;Known validation items&lt;/a&gt; for details. &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;API functions are subject to change. Applications should check the interface version or product version before making other calls. &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;To enable and configure the REST API, use the SEG Server Tool. &lt;/p&gt;&lt;ul&gt;    &lt;li&gt;To retrieve a list of available functions in the installed version of the API, when logged on to the Array Manager server, use the following URL:&lt;br /&gt;    &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;https://localhost:19006/seg/api/debug/handlers/&lt;/span&gt;    &lt;ul&gt;        &lt;li&gt;The response includes descriptions and definitions of each available call to the API. &lt;/li&gt;        &lt;li&gt;Attached to this article is a formatted copy of this listing updated for SEG 8.2.3, and another updated for a recent version of MailMarshal (SEG) 10.X.        &lt;ul&gt;            &lt;li&gt;&lt;em&gt;Note that the available functions in these releases differ, and future releases are also likely to differ.&lt;/em&gt;&lt;/li&gt;        &lt;/ul&gt;        &lt;/li&gt;        &lt;li&gt;The API can be made available from other locations as with any website, depending on firewall settings. Ensure that this interface is secured against abuse. &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Input and output is in JSON format. &lt;/li&gt;    &lt;li&gt;Query Parameters are sent as a http querystring. The parameter names are case sensitive. &lt;/li&gt;    &lt;li&gt;Variable data in querystrings MUST be URL Encoded. For example, a semi-colon ; must be represented as &lt;span style="font-size: 8pt; font-family: &amp;quot;courier new&amp;quot;;"&gt;%3B&lt;/span&gt; &lt;/li&gt;    &lt;li&gt;Times (integers) are Unix epoch timestamps. The minimum value is 0 and the maximum value is 2147483647. For testing, you can convert times using many free online services. For production, cast the date/time to this format programmatically. &lt;/li&gt;    &lt;li&gt;Where the API requires a processMessageKey, this is a JSON object containing the following items that can be retrieved from results of findmessage (all items required):    &lt;ul&gt;        &lt;li&gt;blockNumber, edition, folderId, messageName, recipient, serverId, timeLogged &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Simple GET examples:&lt;/h3&gt;&lt;h4&gt;Send a GET request to return information.&lt;/h4&gt;&lt;ul&gt;    &lt;li&gt;Get list of servers&lt;br /&gt;    &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;https://localhost:19006/seg/api/services/servers &lt;/span&gt;    &lt;ul&gt;        &lt;li&gt;Returns information like the "servers" list in the Configurator, including the server ID &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Get receiver statistics for server 1&lt;br /&gt;    &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;https://localhost:19006/seg/api/console/overview/1/receiver&lt;/span&gt;    &lt;ul&gt;        &lt;li&gt;Returns similar statistics to the Console Servers  | Receiver  window. &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Get list of groups&lt;br /&gt;    &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;https://localhost:19006/seg/api/groups&lt;/span&gt; &lt;/li&gt;    &lt;li&gt;Get list of members in a group&lt;br /&gt;    &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;https://localhost:19006/seg/api/groups/3/members&lt;/span&gt;    &lt;ul&gt;        &lt;li&gt;Returns details of each user in the group. &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Simple POST examples:&lt;/h3&gt;&lt;h4&gt;Add an email address member to a group&lt;/h4&gt;&lt;ul&gt;    &lt;li&gt;The call is defined as:&lt;br /&gt;    &lt;pre&gt; {  "description": "Add member to a group   Post data fields: memberType(int), memberGroupId(int),      memberData(string), touchDate(int)      GroupMemberType: 0 - group, 1 - email, 2 - wildcard",  "method": "POST",  "url": "^groups/usermaintained/(?&amp;lt;groupid&amp;gt;[0-9]+)/members/$" }&lt;/pre&gt;    &lt;/li&gt;    &lt;li&gt;The URL to add a member to Group 3 is:&lt;br /&gt;    &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;https://localhost:19006/seg/api/groups/usermaintained/3/members &lt;/span&gt;&lt;/li&gt;    &lt;li&gt;Send a POST request with JSON formatted body, such as:&lt;br /&gt;    &lt;pre&gt;{      "memberType":1, "memberData":"coo@example.com"&amp;gt;", "touchDate":0}&lt;/pre&gt;    &lt;/li&gt;    &lt;li&gt;Returns a JSON message (member added, or member already exists)&lt;br /&gt;    &lt;br /&gt;    &lt;img alt="" style="height: 401px; width: 600px;" src="https://support.levelblue.com/kb/Uploads/Images/20867/postman.png" /&gt; &lt;/li&gt;&lt;/ul&gt;&lt;h4&gt;Kill messages from the Sender queue by recipient, sender, or subject&lt;/h4&gt;&lt;ul&gt;    &lt;li&gt;The call is defined as:&lt;br /&gt;    &lt;pre&gt; {  "description": "Kill messages current queued/being delivered by Sender   Post data fields: sender(string,regular expression),     recipient(string,regular expression),      subject(string,regular expression),     speCustomerId(int) - at least one of these is required     bNotify(bool, optional)",  "method": "POST",  "url": "^console/sender/message/killex/(?&amp;lt;serverid&amp;gt;[0-9+]/" }&lt;/pre&gt;    &lt;/li&gt;    &lt;li&gt;The URL to kill messages on server 2 is:&lt;br /&gt;    &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;https://localhost:19006/seg/api/console/sender/message/killex/2/&lt;/span&gt; &lt;/li&gt;    &lt;li&gt;Send a POST request with JSON formatted body. For instance, to kill messages to gmail.com and return a notification to the senders:&lt;br /&gt;    &lt;pre&gt;{      "recipient":".*@gmail\\.com$","bNotify":true}&lt;/pre&gt;    &lt;/li&gt;    &lt;li&gt;Note the double-backslash required as the escape character in JSON representation of regular expressions &lt;/li&gt;    &lt;li&gt;Returns a JSON message (number of messages deleted and server number) &lt;/li&gt;&lt;/ul&gt;&lt;h4&gt;Search Mail History (similar to Console search)&lt;/h4&gt;&lt;ul&gt;    &lt;li&gt;The call is defined as:&lt;br /&gt;    &lt;pre&gt; {  "description": "Finds message by specified parameters   Post data fields: startTime(int, required), endTime(int, required),     folderId(int), messageName(str), actionType(int), classification(int),&lt;br /&gt;    fromUser(str), fromDomain(str),toOrFrom(bool), toUser(str), &lt;br /&gt;    toDomain(str), minSize(int), maxSize(int), subject(str), &lt;br /&gt;    searchHistory(bool), forwards(bool), blockNumber(int64), &lt;br /&gt;    searchBlankSubject(bool), direction(int)&lt;br /&gt;Query parameters: maxRows(int, required)",  "method": "POST",  "url": "^quarantine/findmessage/$"}&lt;/pre&gt;    &lt;/li&gt;    &lt;li&gt;The URL to return up to 5 results is:&lt;br /&gt;    &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;https://localhost:19006/seg/api/quarantine/findmessage/&lt;/span&gt;?maxRows=5 &lt;/li&gt;    &lt;li&gt;Send a POST request with JSON formatted body. You must include a start and end time as Unix time integers. You must include the querystring parameter maxRows. &lt;/li&gt;    &lt;li&gt;&lt;em&gt;Parameters are case sensitive.&lt;/em&gt; &lt;/li&gt;    &lt;li&gt;For instance, to find messages sent from gmail.com, from the earliest to the last available time, use this body:&lt;br /&gt;    &lt;pre&gt;{      "startTime":0 , "endTime":2147483647 ,"fromDomain":"gmail.com"  }&lt;/pre&gt;    &lt;/li&gt;    &lt;li&gt;By default the search only finds messages quarantined in folders. To include history records like "Undeliverable" results, add &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;"searchHistory":true&lt;/span&gt;&lt;/li&gt;    &lt;li&gt;To understand the other available parameters, see the Search feature in the Console. &lt;/li&gt;    &lt;li&gt;To find folder and classification IDs, look them up using other REST calls &lt;/li&gt;    &lt;li&gt;Returns a JSON array (details of the matching messages) &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;  &lt;/p&gt;&lt;h3&gt;Simple PATCH example using a JSON array:&lt;/h3&gt;&lt;h4&gt;Update IP group membership with addition and deletion in the same call&lt;/h4&gt;&lt;ul&gt;    &lt;li&gt;The call is defined as:&lt;br /&gt;    &lt;pre&gt;{  "description": "Add membership delta information to an IP group   Patch data fields:     add(array of objects with fields:            ipAddressStart(string), cidr(int),            ipAddressEnd(string, required only when cidr is 0),            name(string), description(string)),     remove(array of objects with fields:            ipAddressStart(string), cidr(int), ipAddressEnd(string))",  "method": "PATCH",  "url": "^ipgroups/(?&amp;lt;groupid&amp;gt;[0-9]+)/delta/$" }&lt;/pre&gt;    &lt;/li&gt;    &lt;li&gt;The URL to change membership of Group 15 is:&lt;br /&gt;    &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;https://localhost:19006/seg/api/ipgroups/15/delta &lt;/span&gt;&lt;/li&gt;    &lt;li&gt;Send a PATCH request with JSON formatted body, such as:&lt;br /&gt;    &lt;pre&gt;{"add":[  {"ipAddressStart":"10.1.1.0","cidr":28,   "name":"Address Item 1","description":"Ten"},  {"ipAddressStart":"12.1.1.0","cidr":28,   "name":"Address Item 2","description":"12"}],"remove":[  {"ipAddressStart":"10.1.2.3","ipAddressEnd":"10.1.2.3","cidr":32}]}&lt;/pre&gt;    &lt;/li&gt;    &lt;a name="KVI"&gt;&lt;/a&gt;    &lt;li&gt;Item names and IP ranges must be unique. &lt;/li&gt;    &lt;li&gt;If any one of the operations cannot be performed, the entire call is cancelled &lt;/li&gt;    &lt;li&gt;Returns a JSON message (group updated, or member to add already exists, or member to remove does not exist) &lt;/li&gt;    &lt;li&gt;Note that for this call both Add and Remove sections are required. However either can be completely blank [] &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Known validation items&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Group names and IP group item entry names must not contain any of the following characters:&lt;br /&gt;    &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;( ) / \ ; .&lt;br /&gt;    &lt;/span&gt;Names using these characters are accepted by the API and do not cause problems with processing. However if you edit an item in the Configurator, you must remove the disallowed characters from the name before saving it. &lt;/li&gt;    &lt;li&gt;Quarantine message find commands require a start time and end time, as well as a value for the maxRows parameter. If any of these are missing, no rows are returned. &lt;/li&gt;&lt;/ul&gt;&lt;p&gt; &lt;/p&gt;</description><pubDate>Tue, 04 Aug 2026 22:08:03 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.14&lt;/td&gt;            &lt;td&gt;July 2026&lt;/td&gt;        &lt;/tr&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;/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.1&lt;/td&gt;            &lt;td&gt;July 2026&lt;/td&gt;        &lt;/tr&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;/tbody&gt;&lt;/table&gt;&lt;/p&gt;</description><pubDate>Tue, 04 Aug 2026 21:55:46 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>How do I check that MailMarshal (SEG) is updating correctly?</title><link>https://support.levelblue.com/kb/Goto12992.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;MailMarshal (SEG) &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;How do I check that web updates are working? &lt;/li&gt;    &lt;li&gt;Is SpamCensor up to date? &lt;/li&gt;    &lt;li&gt;Is SpamProfiler up to date? &lt;/li&gt;    &lt;li&gt;Is the Blended Threats Module (BTM) up to date? &lt;/li&gt;    &lt;li&gt;Are virus signatures up to date? &lt;/li&gt;    &lt;li&gt;Is my IP Reputation Service license up to date? &lt;/li&gt;    &lt;li&gt;What websites must be allowed through a firewall for updates to work? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Information:&lt;/h2&gt;&lt;p&gt;To check that the MailMarshal (SEG) product automatic updates are working, see the relevant sections below.&lt;br /&gt;Note that the URLs may map to dynamic IP addresses. It is not possible to give a definitive list of IP addresses.&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;For troubleshooting notes see the end of this article &lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;All update functions and TLS - Certificate issues&lt;/h3&gt;If service logs show errors related to SSL certificates, your server may be lacking a required SSL Root Certificate (CA Certificate) needed to verify the server certificate. Also, using a proxy server with HTTPS content inspection could cause issues.&lt;br /&gt;&lt;ul&gt;    &lt;li&gt;Sample error:&lt;br /&gt;    &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;SSL certificate problem, verify that the CA cert is OK. &lt;br /&gt;    Details: error:14090086:SSL routines: SSL3_GET_SERVER_CERTIFICATE:certificate verify failed &lt;/span&gt;&lt;/li&gt;    &lt;li&gt;For a resolution, see LevelBlue Knowledge Base article &lt;a href="https://support.levelblue.com/kb/article.aspx?id=13703" class="ApplyClass" target="_blank"&gt;Q13703&lt;/a&gt;. &lt;/li&gt;    &lt;li&gt;Note also that you must allow HTTP access to Certificate Revocation List servers so that SSL certificates can be validated. &lt;strong&gt;For TLS&lt;/strong&gt;, this requires access via HTTP (port 80) from processing nodes to all certificate authority sites.&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Spam Censor&lt;/h3&gt;&lt;p&gt;&lt;em&gt;[Updated by the MailMarshal Array Manager service]&lt;/em&gt;&lt;/p&gt;&lt;p&gt;The Spam Censor Updates run under the Array Manager Service on the Array Manager server, and they require HTTP and HTTPS access.  To set a proxy and proxy logon information if required, you can use the Configurator (MailMarshal Properties &amp;gt; Internet Access). &lt;/p&gt;&lt;p&gt;Required URLs are:&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;HTTP:://www.marshal.com&lt;/span&gt; &lt;/li&gt;    &lt;li&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;HTTPS://www.marshal.com&lt;/span&gt; &lt;/li&gt;    &lt;li&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;HTTPS://cdn-updates.marshal.com&lt;/span&gt;    &lt;ul&gt;        &lt;li&gt;This URL is hosted on Microsoft Azure CDN. IP addresses may change. IP addresses can be retrieved using the "Front Door" tag in Microsoft &lt;a href="https://www.microsoft.com/download/details.aspx?id=56519" target="_blank" class="ApplyClass"&gt;Azure IP Ranges and Service Tags&lt;/a&gt;.&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;If updates are not succeeding, particularly with a proxy, you may need to run the Array Manager service using a Windows account with administrative privilege and proxy permissions.  &lt;/p&gt;&lt;p&gt;To check that updates are successful, see the Configurator (MailMarshal Properties &amp;gt; Automatic Updates).   You can check that the SpamCensor updates are current by clicking &lt;strong&gt;Check for Updates Now&lt;/strong&gt;.&lt;/p&gt;&lt;p&gt;See also: &lt;/p&gt;&lt;ul&gt;    &lt;li&gt;&lt;a href="https://support.levelblue.com/kb/article.aspx?id=11718" target="_blank"&gt;Q11718&lt;/a&gt;, Why do SpamCensor updates fail? &lt;/li&gt;    &lt;li&gt;&lt;a href="https://support.levelblue.com/kb/article.aspx?id=11998" target="_blank"&gt;Q11998&lt;/a&gt;, 403 Access Forbidden: Product Key or Maintenance is not current. &lt;/li&gt;    &lt;li&gt;&lt;a href="https://support.levelblue.com/kb/article.aspx?id=14242" class="ApplyClass" target="_blank"&gt;Q14242&lt;/a&gt;, 410 Updates are no longer provided for this product version.    &lt;ul&gt;        &lt;li&gt;Updates are no longer provided for most releases below 8.0. &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;SpamProfiler &lt;/h3&gt;&lt;p&gt;This information applies to all supported MailMarshal versions.&lt;/p&gt;&lt;p&gt;&lt;em&gt;[Updated by MailMarshal SpamProfiler Process]&lt;/em&gt;&lt;/p&gt;&lt;p style="margin-right: 0px;" dir="ltr"&gt;The Array Manager checks daily to verify licensing of this service. The required URL is &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;https://mailmarshal.licensing.marshal.com/&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;You can check licensing activity by searching the MMArrayManager log (located in the \Logging folder of the installation). &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;SpamProfiler updates are retrieved by services running on the MailMarshal processing servers (in an array, each server updates separately). To set a proxy and proxy logon information if required, you can use the Configurator (MailMarshal Properties &amp;gt; Internet Access) to set "default access for nodes". You can also set different proxy details for each node. &lt;/p&gt;&lt;p&gt;Required URLs are: &lt;/p&gt;&lt;ul&gt;    &lt;li&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;HTTP://sigupdates.marshal.com &lt;/span&gt; (not used in 12.0 and above)&lt;/li&gt;    &lt;li&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;HTTPS://sigupdates.marshal.com&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt; &lt;/span&gt;&lt;span style="font-family: roboto, &amp;quot;helvetica neue&amp;quot;, helvetica, arial, sans-serif;"&gt; &lt;/span&gt;&lt;span style="font-family: roboto, &amp;quot;helvetica neue&amp;quot;, helvetica, arial, sans-serif;"&gt;(not used in 12.0 and above)&lt;/span&gt;&lt;/span&gt; &lt;/li&gt;    &lt;li&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;; box-sizing: border-box; border: 0px solid #e2e8f0; -webkit-font-smoothing: subpixel-antialiased; --tw-shadow: 0 0 #0000; --base: #525252; --primary: #ed1a3d; --secondary: #fafafa; --tertiary: #ed1a3d; --danger: #b10c2a; --warning: #ffbe4f; --success: #3dcc79; --gray: #6b7280; --dark: #000; --white: #fff; --h1_color: #262626; --h2_color: #262626; --h3_color: #262626; --h4_color: #262626; --h5_color: #262626; --h6_color: #262626; --base-50: #d9d9d9; --base-100: #cacaca; --base-200: #acacac; --base-300: #8e8e8e; --base-400: #707070; --base-500: #525252; --base-600: #343434; --base-700: #161616; --base-800: #000; --base-900: #000; --primary-50: #ffa1c4; --primary-100: #ff92b5; --primary-200: #ff7497; --primary-300: #ff5679; --primary-400: #ff385b; --primary-500: #ed1a3d; --primary-600: #cf001f; --primary-700: #b10001; --primary-800: #930000; --primary-900: #750000; --secondary-50: #fff; --secondary-100: #fff; --secondary-200: #fff; --secondary-300: #fff; --secondary-400: #fff; --secondary-500: #fafafa; --secondary-600: #dcdcdc; --secondary-700: #bebebe; --secondary-800: #a0a0a0; --secondary-900: #828282; --tertiary-50: #ffa1c4; --tertiary-100: #ff92b5; --tertiary-200: #ff7497; --tertiary-300: #ff5679; --tertiary-400: #ff385b; --tertiary-500: #ed1a3d; --tertiary-600: #cf001f; --tertiary-700: #b10001; --tertiary-800: #930000; --tertiary-900: #750000; --success-50: #c4ffff; --success-100: #b5fff1; --success-200: #97ffd3; --success-300: #79ffb5; --success-400: #5bea97; --success-500: #3dcc79; --success-600: #1fae5b; --success-700: #01903d; --success-800: #00721f; --success-900: #005401; --warning-50: #ffffd6; --warning-100: #ffffc7; --warning-200: #ffffa9; --warning-300: #fffa8b; --warning-400: #ffdc6d; --warning-500: #ffbe4f; --warning-600: #e1a031; --warning-700: #c38213; --warning-800: #a56400; --warning-900: #874600; --danger-50: #ff93b1; --danger-100: #ff84a2; --danger-200: #ff6684; --danger-300: #ed4866; --danger-400: #cf2a48; --danger-500: #b10c2a; --danger-600: #93000c; --danger-700: #750000; --danger-800: #570000; --danger-900: #390000; --gray-50: #f9fafb; --gray-100: #f3f4f6; --gray-200: #e5e7eb; --gray-300: #d1d5db; --gray-400: #9ca3af; --gray-500: #6b7280; --gray-600: #4b5563; --gray-700: #374151; --gray-800: #1f2937; --gray-900: #111827; --dark-50: #878787; --dark-100: #787878; --dark-200: #5a5a5a; --dark-300: #3c3c3c; --dark-400: #1e1e1e; --dark-500: #000; --dark-600: #000; --dark-700: #000; --dark-800: #000; --dark-900: #000; --white-50: #fff; --white-100: #fff; --white-200: #fff; --white-300: #fff; --white-400: #fff; --white-500: #fff; --white-600: #fff; --white-700: #fff; --white-800: #fff; --white-900: #fff;"&gt;HTTP://cdn-microupdates.cloudmark.com&lt;/span&gt;&lt;/li&gt;    &lt;li&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;; box-sizing: border-box; border: 0px solid #e2e8f0; -webkit-font-smoothing: subpixel-antialiased; --tw-shadow: 0 0 #0000; --base: #525252; --primary: #ed1a3d; --secondary: #fafafa; --tertiary: #ed1a3d; --danger: #b10c2a; --warning: #ffbe4f; --success: #3dcc79; --gray: #6b7280; --dark: #000; --white: #fff; --h1_color: #262626; --h2_color: #262626; --h3_color: #262626; --h4_color: #262626; --h5_color: #262626; --h6_color: #262626; --base-50: #d9d9d9; --base-100: #cacaca; --base-200: #acacac; --base-300: #8e8e8e; --base-400: #707070; --base-500: #525252; --base-600: #343434; --base-700: #161616; --base-800: #000; --base-900: #000; --primary-50: #ffa1c4; --primary-100: #ff92b5; --primary-200: #ff7497; --primary-300: #ff5679; --primary-400: #ff385b; --primary-500: #ed1a3d; --primary-600: #cf001f; --primary-700: #b10001; --primary-800: #930000; --primary-900: #750000; --secondary-50: #fff; --secondary-100: #fff; --secondary-200: #fff; --secondary-300: #fff; --secondary-400: #fff; --secondary-500: #fafafa; --secondary-600: #dcdcdc; --secondary-700: #bebebe; --secondary-800: #a0a0a0; --secondary-900: #828282; --tertiary-50: #ffa1c4; --tertiary-100: #ff92b5; --tertiary-200: #ff7497; --tertiary-300: #ff5679; --tertiary-400: #ff385b; --tertiary-500: #ed1a3d; --tertiary-600: #cf001f; --tertiary-700: #b10001; --tertiary-800: #930000; --tertiary-900: #750000; --success-50: #c4ffff; --success-100: #b5fff1; --success-200: #97ffd3; --success-300: #79ffb5; --success-400: #5bea97; --success-500: #3dcc79; --success-600: #1fae5b; --success-700: #01903d; --success-800: #00721f; --success-900: #005401; --warning-50: #ffffd6; --warning-100: #ffffc7; --warning-200: #ffffa9; --warning-300: #fffa8b; --warning-400: #ffdc6d; --warning-500: #ffbe4f; --warning-600: #e1a031; --warning-700: #c38213; --warning-800: #a56400; --warning-900: #874600; --danger-50: #ff93b1; --danger-100: #ff84a2; --danger-200: #ff6684; --danger-300: #ed4866; --danger-400: #cf2a48; --danger-500: #b10c2a; --danger-600: #93000c; --danger-700: #750000; --danger-800: #570000; --danger-900: #390000; --gray-50: #f9fafb; --gray-100: #f3f4f6; --gray-200: #e5e7eb; --gray-300: #d1d5db; --gray-400: #9ca3af; --gray-500: #6b7280; --gray-600: #4b5563; --gray-700: #374151; --gray-800: #1f2937; --gray-900: #111827; --dark-50: #878787; --dark-100: #787878; --dark-200: #5a5a5a; --dark-300: #3c3c3c; --dark-400: #1e1e1e; --dark-500: #000; --dark-600: #000; --dark-700: #000; --dark-800: #000; --dark-900: #000; --white-50: #fff; --white-100: #fff; --white-200: #fff; --white-300: #fff; --white-400: #fff; --white-500: #fff; --white-600: #fff; --white-700: #fff; --white-800: #fff; --white-900: #fff;"&gt;HTTPS://cdn-microupdates.cloudmark.com&lt;/span&gt;&lt;/li&gt;    &lt;li&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;HTTP://pki.cloudmark.com/&lt;/span&gt;&lt;/li&gt;    &lt;li&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;HTTPS://pki.cloudmark.com/&lt;/span&gt;&lt;/li&gt;    &lt;li&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;HTTP://lvc.cloudmark.com/&lt;/span&gt; &lt;/li&gt;    &lt;li&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;HTTPS://lvc.cloudmark.com/&lt;/span&gt;&lt;/li&gt;    &lt;li&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;HTTP://tracks.cloudmark.com/&lt;/span&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt; &lt;/span&gt;&lt;/li&gt;    &lt;li&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;HTTPS://tracks.cloudmark.com/&lt;/span&gt; &lt;/li&gt;    &lt;li&gt;HTTP and HTTPS access to the following network range: 208.83.136.0/22 &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;NOTE:&lt;/strong&gt; HTTPS is the default protocol for most connections. If you use a proxy server that inspects HTTPS content (such as WebMarshal), you should bypass the proxy for all the above URLs. SpamProfiler licensing and updates will fail if proxy SSL certificates are used.&lt;/p&gt;&lt;p&gt;You can check that SpamProfiler is updating by viewing the MMReceiver or MMSpamProfiler log (located in the \logging folder of the installation).&lt;/p&gt;&lt;p&gt;You should see an entry like the following when you first enable spam profiler:&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;[MICROUPDATE] Successful auto configuration download from network (new serial xx.xx).&lt;/span&gt;&lt;/p&gt;&lt;p&gt;and subsequent updates like:&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;[MICROUPDATE] Successful signatures incremental download from network (new serial xxxxxxx.xxxxxxx)&lt;/span&gt;&lt;/p&gt;&lt;h3&gt;URL Categorizer Service &lt;/h3&gt;&lt;p&gt;&lt;em&gt;[Check performed by the MailMarshal Engine service]&lt;/em&gt;&lt;/p&gt;&lt;p&gt;The URL Categorizer check requests are performed in real time by the Engine service on each SEG processing server. To set a proxy and proxy logon information if required, you can use the Configurator (MailMarshal SEG Properties &amp;gt; Internet Access) to set "default access for nodes". You can also set different proxy details for each node. &lt;/p&gt;&lt;p&gt;The default required URLs are: &lt;/p&gt;&lt;ul&gt;    &lt;li&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;HTTP://tw-seg-urlcategorizer.cloudapp.net&lt;/span&gt; (Located in Americas region)    &lt;ul&gt;        &lt;li&gt;also known as &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;urlcategorizer.seg.trustwave.com&lt;/span&gt; &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;HTTP://tw-seg-urlcategorizer-au.cloudapp.net/&lt;/span&gt; (Located in APAC region) &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Note that the SEG installation will select an instance based on geography and latency. All installations should have access to both instances.&lt;br /&gt;&lt;br /&gt;You can choose to use HTTPS for these requests. See article &lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle20362.aspx" class="ApplyClass" target="_blank"&gt;Q20362&lt;/a&gt;.&lt;/p&gt;&lt;h3&gt;Blended Threat Service &lt;/h3&gt;&lt;p&gt;&lt;em&gt;[Licensing update by Array Manager service]&lt;/em&gt;&lt;/p&gt;&lt;p&gt;The Array Manager checks daily to verify licensing of this service. &lt;/p&gt;&lt;p&gt;The required URL is &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;https://mailmarshal.licensing.marshal.com&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;&lt;strong&gt;Note:&lt;/strong&gt; &lt;em&gt;ALL installations of MailMarshal/SEG 7.1 and above perform this check.&lt;/em&gt; It is not limited to installations licensed for the Blended Threats service. Installations without the service still must check in order to determine whether a license has been added. &lt;/li&gt;    &lt;li&gt;You can check licensing activity by searching the MMArrayManager log (located in the \logging folder of the installation). &lt;/li&gt;    &lt;li&gt;In version 7.1, search for the string &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;BTM Provisioning&lt;/span&gt; &lt;/li&gt;    &lt;li&gt;In version 7.2 and above, search for the string &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;Licensing&lt;/span&gt; &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Testing and validation of URLs is performed in real time when the user clicks the URL. &lt;/p&gt;&lt;ul&gt;    &lt;li&gt;For version 11.1 and earlier:    &lt;ul&gt;        &lt;li&gt;URLs are checked through web request to the site &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;scanmail.trustwave.com &lt;/span&gt;(from the user's browser) &lt;/li&gt;        &lt;li&gt;Click statistics are retrieved through web request to the site &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;stats.scanmail.trustwave.com &lt;/span&gt;(from the Array Manager)&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;For version 11.2 and later:    &lt;ul&gt;        &lt;li&gt;URLs are checked through web request to the site &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;HTTP(S)://urlscanner.mailmarshal.cloud &lt;/span&gt;(from the user's browser)&lt;/li&gt;        &lt;li&gt;Click statistics are retrieved through web request to the site &lt;span style="border: 0px solid #e2e8f0; box-sizing: border-box; -webkit-font-smoothing: subpixel-antialiased; --tw-shadow: 0 0 #0000; --base: #525252; --primary: #ed1a3d; --secondary: #fafafa; --tertiary: #ed1a3d; --danger: #b10c2a; --warning: #ffbe4f; --success: #3dcc79; --gray: #6b7280; --dark: #000; --white: #fff; --h1_color: #262626; --h2_color: #262626; --h3_color: #262626; --h4_color: #262626; --h5_color: #262626; --h6_color: #262626; --base-50: #d9d9d9; --base-100: #cacaca; --base-200: #acacac; --base-300: #8e8e8e; --base-400: #707070; --base-500: #525252; --base-600: #343434; --base-700: #161616; --base-800: #000; --base-900: #000; --primary-50: #ffa1c4; --primary-100: #ff92b5; --primary-200: #ff7497; --primary-300: #ff5679; --primary-400: #ff385b; --primary-500: #ed1a3d; --primary-600: #cf001f; --primary-700: #b10001; --primary-800: #930000; --primary-900: #750000; --secondary-50: #fff; --secondary-100: #fff; --secondary-200: #fff; --secondary-300: #fff; --secondary-400: #fff; --secondary-500: #fafafa; --secondary-600: #dcdcdc; --secondary-700: #bebebe; --secondary-800: #a0a0a0; --secondary-900: #828282; --tertiary-50: #ffa1c4; --tertiary-100: #ff92b5; --tertiary-200: #ff7497; --tertiary-300: #ff5679; --tertiary-400: #ff385b; --tertiary-500: #ed1a3d; --tertiary-600: #cf001f; --tertiary-700: #b10001; --tertiary-800: #930000; --tertiary-900: #750000; --success-50: #c4ffff; --success-100: #b5fff1; --success-200: #97ffd3; --success-300: #79ffb5; --success-400: #5bea97; --success-500: #3dcc79; --success-600: #1fae5b; --success-700: #01903d; --success-800: #00721f; --success-900: #005401; --warning-50: #ffffd6; --warning-100: #ffffc7; --warning-200: #ffffa9; --warning-300: #fffa8b; --warning-400: #ffdc6d; --warning-500: #ffbe4f; --warning-600: #e1a031; --warning-700: #c38213; --warning-800: #a56400; --warning-900: #874600; --danger-50: #ff93b1; --danger-100: #ff84a2; --danger-200: #ff6684; --danger-300: #ed4866; --danger-400: #cf2a48; --danger-500: #b10c2a; --danger-600: #93000c; --danger-700: #750000; --danger-800: #570000; --danger-900: #390000; --gray-50: #f9fafb; --gray-100: #f3f4f6; --gray-200: #e5e7eb; --gray-300: #d1d5db; --gray-400: #9ca3af; --gray-500: #6b7280; --gray-600: #4b5563; --gray-700: #374151; --gray-800: #1f2937; --gray-900: #111827; --dark-50: #878787; --dark-100: #787878; --dark-200: #5a5a5a; --dark-300: #3c3c3c; --dark-400: #1e1e1e; --dark-500: #000; --dark-600: #000; --dark-700: #000; --dark-800: #000; --dark-900: #000; --white-50: #fff; --white-100: #fff; --white-200: #fff; --white-300: #fff; --white-400: #fff; --white-500: #fff; --white-600: #fff; --white-700: #fff; --white-800: #fff; --white-900: #fff; font-family: &amp;quot;courier new&amp;quot;;"&gt;HTTPS://stats.btm.protection.mailmarshal.cloud &lt;/span&gt;(from the Array Manager)&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Licensing/Maintenance display &lt;br /&gt;Marshal IP Reputation Service provisioning &lt;/h3&gt;&lt;p&gt;&lt;em&gt;[Licensing update by Array Manager service]&lt;/em&gt;&lt;/p&gt;&lt;p&gt;The Array Manager checks daily to verify maintenance entitlement for the product, and checks as required for Marshal IP Reputation Service information.&lt;/p&gt;&lt;p&gt;The required URL is &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;https://mailmarshal.licensing.marshal.com&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;You can check activity by searching the MMArrayManager log (located in the \Logging folder of the installation). &lt;/li&gt;    &lt;li&gt;Search for the string &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;Licensing&lt;/span&gt; or &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;RBL Provisioning&lt;/span&gt; &lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Bitdefender for Marshal&lt;br /&gt;McAfee For Marshal&lt;br /&gt;Sophos For Marshal&lt;/h3&gt;&lt;p&gt;&lt;em&gt;[Updated by Marshal Bitdefender Updater, &lt;em&gt;&lt;em&gt;Marshal Sophos Updater, &lt;/em&gt;or &lt;em&gt;Marshal McAfee Updater&lt;/em&gt; services&lt;/em&gt;]&lt;/em&gt;&lt;/p&gt;&lt;p&gt;These plug-ins update on each processing server. To set a proxy or local update location, use the configuration console for each application. You can check that updates are successful using the configuration console. Update information is also logged to text log files.&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;Note that the required URLs differ depending on the version installed &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;For details see the following articles:&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;Bitdefender for Marshal: &lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle20561.aspx" target="_blank"&gt;Q20561&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;McAfee for Marshal: &lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle11360.aspx" target="_blank"&gt;Q11360&lt;/a&gt; &lt;/li&gt;    &lt;li&gt;Sophos for Marshal: &lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle11906.aspx" class="ApplyClass" target="_blank"&gt;Q11906&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;&lt;span style="font-family: verdana;"&gt;&lt;/span&gt;&lt;/h2&gt;&lt;h3&gt;Entra Connector&lt;/h3&gt;&lt;p&gt;&lt;em&gt;[In MailMarshal 11.2 and above; retrieves user group information directly from Microsoft Entra ID]&lt;/em&gt;&lt;/p&gt;&lt;p&gt;This connector is implemented by the MailMarshal RPC Proxy service on the Array Manager. For infomation on how to set a proxy, see Knowledgebase article &lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle21252.aspx" target="_blank" class="ApplyClass"&gt;Q21252&lt;/a&gt;.&lt;/p&gt;&lt;h2&gt;Troubleshooting notes:&lt;/h2&gt;&lt;p&gt;If SpamProfiler or Blended Threats (7.1 and above) is not updating as expected:&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;Verify the internet access settings in TWO locations, even for a single server installation:    &lt;ul&gt;        &lt;li&gt;MailMarshal Properties &amp;gt; Internet Access &lt;/li&gt;        &lt;li&gt;Server and Array Configuration &amp;gt; Server Properties &lt;strong&gt;for the individual server&lt;/strong&gt; &amp;gt; Internet access (Customize...) &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;The customized node setting overrides the main setting, even if you have only one server. &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;This access setting is also used for retrieval of Certificate Revocation Lists for TLS functionality (version 7.1 and above)&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: verdana;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;&lt;/ul&gt;</description><pubDate>Tue, 04 Aug 2026 20:50:59 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>Required URLs for Web Updates</title><link>https://support.levelblue.com/kb/Goto20190.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;MailMarshal SEG &lt;/li&gt;    &lt;li&gt;MailMarshal SPE &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;What URLs are required for product feature updates? &lt;/li&gt;    &lt;li&gt;What URLs are required for product licensing updates? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Information:&lt;/h2&gt;&lt;p&gt;The following URLs are used by MailMarshal SEG (MailMarshal) and MailMarshal SPE (Service Provider Edition). &lt;/p&gt;&lt;p&gt;You must allow access through your firewall from the servers as noted. &lt;/p&gt;&lt;ul&gt;    &lt;li&gt;Note that the URLs may map to dynamic IP addresses. It is not possible to give a definitive list of IP addresses. &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;strong&gt;The SEG requirements also apply to the processing arrays in a SPE installation.&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;&lt;table cellspacing="0" cellpadding="3" border="1"&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;th style="background-color: silver;"&gt;URL&lt;/th&gt;            &lt;th style="background-color: silver;"&gt;From Server&lt;/th&gt;            &lt;th style="background-color: silver;"&gt;Purpose&lt;/th&gt;            &lt;th style="background-color: silver;"&gt;More Info&lt;/th&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;HTTP (port 80) to all locations, including (but not limited to)&lt;br /&gt;            &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;HTTP://crl3.digicert.com&lt;br /&gt;            HTTP://crl4.digicert.com&lt;br /&gt;            HTTP://o.lencr.org&lt;/span&gt;            &lt;br /&gt;            &lt;strong&gt;Note: &lt;/strong&gt;For correct operation of TLS, the Controller service on all processing nodes must have access to HTTP port 80 without restriction. TLS certificate revocation lists are published over HTTP and there is no definite list of URLs.&lt;/td&gt;            &lt;td&gt;All&lt;/td&gt;            &lt;td&gt;HTTPS Certificate Checking&lt;/td&gt;            &lt;td&gt;&lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle12992.aspx" class="ApplyClass" target="_blank"&gt;Q12992&lt;/a&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;HTTPS://mailmarshal.licensing.marshal.com&lt;/span&gt;&lt;/td&gt;            &lt;td&gt;Array Manager&lt;/td&gt;            &lt;td&gt;Licensing&lt;br /&gt;            IP Reputation Service credential&lt;/td&gt;            &lt;td&gt;&lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle12992.aspx" class="ApplyClass" target="_blank"&gt;Q12992&lt;/a&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;HTTP://www.marshal.com&lt;/span&gt; &lt;br /&gt;            &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;HTTPS://www.marshal.com&lt;/span&gt; &lt;/td&gt;            &lt;td&gt;Array Manager&lt;/td&gt;            &lt;td&gt;SpamCensor and processing module updates &lt;/td&gt;            &lt;td&gt;&lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle12992.aspx" class="ApplyClass" target="_blank"&gt;Q12992&lt;/a&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;HTTPS://cdn-updates.marshal.com&lt;br /&gt;            &lt;/span&gt;This URL is hosted on Microsoft Azure CDN. IP addresses may change. IP addresses can be retrieved using the "Front Door" tag in Microsoft &lt;a href="https://www.microsoft.com/download/details.aspx?id=56519" target="_blank" class="ApplyClass"&gt;Azure IP Ranges and Service Tags&lt;/a&gt;.&lt;/td&gt;            &lt;td&gt;Array Manager&lt;/td&gt;            &lt;td&gt;SpamCensor and processing module updates &lt;br /&gt;            &lt;em&gt;            (Azure CDN)&lt;/em&gt;&lt;br /&gt;            &lt;/td&gt;            &lt;td&gt;&lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle12992.aspx" class="ApplyClass" target="_blank"&gt;Q12992&lt;/a&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;HTTP://sigupdates.marshal.com &lt;/span&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;&lt;br /&gt;            HTTPS://sigupdates.marshal.com&lt;/span&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt; &lt;/span&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;&lt;br /&gt;            HTTP://cdn-microupdates.cloudmark.com&lt;br /&gt;            &lt;/span&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;HTTPS://cdn-microupdates.cloudmark.com&lt;/span&gt;&lt;br style="font-family: &amp;quot;courier new&amp;quot;;" /&gt;            &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;HTTP://pki.cloudmark.com/ &lt;br /&gt;            HTTPS://pki.cloudmark.com/ &lt;br /&gt;            HTTP://lvc.cloudmark.com/&lt;br /&gt;            HTTPS://lvc.cloudmark.com/&lt;br /&gt;            HTTP://tracks.cloudmark.com/ &lt;br /&gt;            HTTPS://tracks.cloudmark.com/ &lt;/span&gt;&lt;br /&gt;            HTTP and HTTPS access to the following network range: 208.83.136.0/22 &lt;/td&gt;            &lt;td&gt;Processing &lt;br /&gt;            Nodes&lt;/td&gt;            &lt;td&gt;SpamProfiler&lt;br /&gt;            &lt;br /&gt;            HTTPS is the default protocol. &lt;br /&gt;            Version 12.0 and above does not use the "sigupdates" alias. The "cdn-microupdates" alias is the same endpoint.&lt;br /&gt;            &lt;br /&gt;            If you use a proxy server that inspects HTTPS content (such as WebMarshal), you should bypass the proxy for these URLs. SpamProfiler licensing and updates will fail if proxy SSL certificates are used.            &lt;br /&gt;            &lt;/td&gt;            &lt;td&gt;&lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle12992.aspx" class="ApplyClass" target="_blank"&gt;Q12992&lt;/a&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;HTTP://scanmail.trustwave.com&lt;/span&gt;&lt;br /&gt;            &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;HTTPS://scanmail.trustwave.com&lt;br /&gt;            &lt;/span&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;HTTP(S)://urlscanner.mailmarshal.cloud&lt;/span&gt; (11.2 and above)&lt;br /&gt;            &lt;em&gt;(These URLs may redirect or resolve to different IP addresses)&lt;/em&gt;&lt;/td&gt;            &lt;td&gt;User's workstation&lt;/td&gt;            &lt;td&gt;Blended Threat Service URL check &lt;/td&gt;            &lt;td&gt;&lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle12992.aspx" class="ApplyClass" target="_blank"&gt;Q12992&lt;/a&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;HTTPS://stats.scanmail.trustwave.com&lt;br /&gt;            &lt;/span&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;HTTPS://stats.btm.protection.mailmarshal.cloud&lt;/span&gt; (11.2 and above)&lt;br /&gt;            &lt;/td&gt;            &lt;td&gt;Array Manager&lt;/td&gt;            &lt;td&gt;Blended Threat Service statistics retrieval &lt;/td&gt;            &lt;td&gt;&lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle12992.aspx" class="ApplyClass" target="_blank"&gt;Q12992&lt;/a&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;HTTP://urlcategorizer.seg.trustwave.com&lt;br /&gt;            &lt;/span&gt;&lt;/td&gt;            &lt;td&gt;Processing &lt;br /&gt;            Nodes&lt;/td&gt;            &lt;td&gt;URL Categorizer URL check &lt;br /&gt;            &lt;br /&gt;            Note: this service has multiple geographically distributed instances.&lt;br /&gt;            MailMarshal installations use the best instance based on geography and latency.&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;&lt;br /&gt;            &lt;br /&gt;            &lt;/span&gt;&lt;/td&gt;            &lt;td&gt;&lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle12992.aspx" class="ApplyClass" target="_blank"&gt;Q12992&lt;/a&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;HTTP://sophos.marshal.com&lt;/span&gt; &lt;br /&gt;            &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;HTTPS://sophos.marshal.com&lt;/span&gt; &lt;/td&gt;            &lt;td&gt;Processing &lt;br /&gt;            Nodes&lt;/td&gt;            &lt;td&gt;Sophos for Marshal Engine and IDE updates (if installed). &lt;br /&gt;            &lt;ul&gt;                &lt;li&gt;HTTPS required from SfM version 1.1. &lt;/li&gt;                &lt;li&gt;Note that the LiveProtection service (present in version 1.1 and above)  performs DNS-based queries and must have access to a DNS server that can query the Sophos DNS servers. &lt;/li&gt;            &lt;/ul&gt;            &lt;/td&gt;            &lt;td&gt;&lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle11906.aspx" class="ApplyClass" target="_blank"&gt;Q11906&lt;/a&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;HTTP://mcafee.marshal.com &lt;br /&gt;            HTTPS://mcafee.marshal.com&lt;/span&gt;&lt;/td&gt;            &lt;td&gt;Processing &lt;br /&gt;            Nodes&lt;/td&gt;            &lt;td&gt;McAfee for Marshal Engine updates (if installed).&lt;br /&gt;            &lt;ul&gt;                &lt;li&gt;HTTPS required from MfM version 1.1. &lt;/li&gt;            &lt;/ul&gt;            &lt;/td&gt;            &lt;td&gt;&lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle11360.aspx" class="ApplyClass" target="_blank"&gt;Q11360&lt;/a&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;HTTP://update.nai.com/&lt;/span&gt; &lt;/td&gt;            &lt;td&gt;Processing &lt;br /&gt;            Nodes&lt;/td&gt;            &lt;td&gt;McAfee for Marshal definition file updates (if installed)&lt;/td&gt;            &lt;td&gt;&lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle11360.aspx" class="ApplyClass" target="_blank"&gt;Q11360&lt;/a&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;HTTPS://bitdefender.marshal.com&lt;/span&gt; &lt;br /&gt;            &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;HTTPS://agent-av-mirror.trustwave.com&lt;/span&gt; &lt;/td&gt;            &lt;td&gt;Processing &lt;br /&gt;            Nodes&lt;/td&gt;            &lt;td&gt;Bitdefender for Marshal Engine and signature updates (if installed)&lt;/td&gt;            &lt;td&gt;&lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle20561.aspx" class="ApplyClass" target="_blank"&gt;Q20561&lt;/a&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;HTTP://activations.marshal.com/&lt;/span&gt;&lt;br /&gt;            &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;HTTPS://activations.marshal.com/&lt;/span&gt; &lt;/td&gt;            &lt;td&gt;SPE MIA server or Maintenance Agent/Web Console server&lt;/td&gt;            &lt;td&gt;SPE licensing and Connector Agent updates&lt;/td&gt;            &lt;td&gt;&lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle12161.aspx" class="ApplyClass" target="_blank"&gt;Q12161&lt;/a&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;HTTPS://login.microsoftonline.com/&lt;br /&gt;            HTTPS://graph.microsoft.com/&lt;/span&gt;&lt;/td&gt;            &lt;td&gt;Array Manager&lt;/td&gt;            &lt;td&gt;Entra Connector &lt;em&gt;&lt;strong&gt;&lt;span style="color: #ff0000;"&gt;NEW&lt;/span&gt;&lt;/strong&gt;&lt;/em&gt;&lt;/td&gt;            &lt;td&gt;&lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle21252.aspx" target="_blank" class="ApplyClass"&gt;Q21252&lt;/a&gt;&lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;/p&gt;&lt;h3&gt;&lt;/h3&gt;&lt;h2&gt;Note:&lt;/h2&gt;&lt;p&gt;You can set a web proxy for these requests.&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;In SEG, see the Configurator, &lt;strong&gt;Tools &amp;gt; SEG Properties &amp;gt; Internet Access&lt;/strong&gt;    &lt;ul&gt;        &lt;li&gt;For the Entra Connector, see the Knowledgbase article linked above.&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;In SPE:    &lt;ul&gt;        &lt;li&gt;For licensing, see the Web Admin Console, &lt;strong&gt;System Settings &amp;gt; Proxy&lt;/strong&gt; &lt;/li&gt;        &lt;li&gt;For SEG arrays, see the properties of each array in the Web Admin Console. &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;&lt;/ul&gt;</description><pubDate>Tue, 04 Aug 2026 20:48:55 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>SQM configuration on upgrade to MailMarshal 12 or above</title><link>https://support.levelblue.com/kb/Goto21260.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;MailMarshal 12 and above&lt;/li&gt;    &lt;li&gt;SQM installations &lt;/li&gt;    &lt;li&gt;Error message: &lt;span data-teams="true" style="font-family: &amp;quot;courier new&amp;quot;;"&gt;The application is configured to issue secure cookies. These cookies require the browser to issue the request over SSL (https protocol). However, the current request is not over SSL.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Beckground:&lt;/h2&gt;&lt;p&gt;In MailMarshal 12 and above, security settings for the SQM site are enhanced.&lt;/p&gt;&lt;p&gt;After installing or upgrading MailMarshal and MailMarshal SQM to version 12 or above, you may encounter security related errors.&lt;/p&gt;&lt;h3&gt;Forms Login Security:&lt;/h3&gt;&lt;p&gt;In version 12 and above, Forms login security requires SSL by default. If you are using Forms login for the SQM site and not using SSL, users will see the error message mentioned. &lt;/p&gt;&lt;p&gt;Updating to use SSL (HTTPS) is recommended.&lt;/p&gt;&lt;p&gt;To disable the SSL requirement temporarily if necessary:&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;From IIS Manager, navigate to the IIS Authentication Settings for the SpamConsole application.&lt;/li&gt;    &lt;li&gt;Edit the Forms Authentication item, and uncheck "Requires SSL", then click &lt;strong&gt;OK&lt;/strong&gt;.&lt;/li&gt;&lt;/ol&gt;&lt;h3&gt;Installations Created Prior to 7.2:&lt;/h3&gt;&lt;div&gt;&lt;p&gt;In some much earlier versions of MailMarshal, the password used to connect from SQM to the Array Manager was encrypted using a deprecated method. These legacy entries are not accepted in version 12 and above. They must be updated.&lt;/p&gt;&lt;/div&gt;&lt;div&gt;To update the password:&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;From IIS Manager, navigate to the Application Settings for the SpamConsole application&lt;/li&gt;    &lt;li&gt;Remove the entry &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;UpgradedFromPre720&lt;/span&gt;&lt;/li&gt;    &lt;li&gt;Set the value of &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;InitialConfigurationComplete &lt;/span&gt;to &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;False&lt;/span&gt;&lt;/li&gt;    &lt;li&gt;Open the SpamConsole website. You should be directed to the Initial Configuration page where you can enter the password.    &lt;ul&gt;        &lt;li&gt;Do not change other settings on this page.&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;&lt;/ol&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;</description><pubDate>Tue, 04 Aug 2026 20:39:40 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/MailMarshal versions below 10.2.5. 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.2.5 through 12.0.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-03-01.htm" target="_blank" class="ApplyClass"&gt;2026.03.01&lt;/a&gt; &lt;br /&gt;            &lt;em&gt;July 14, 2026&lt;br /&gt;            Some items updated on July 23, 2026&lt;br /&gt;            to address a reported vulnerability in a third party component&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;10.0.7 through 10.2.0&lt;/td&gt;            &lt;td style="vertical-align: top;"&gt;&lt;a href="https://support.levelblue.com/software/mailmarshal_smtp/unpackerreleasenotes_2026-02-01.htm" target="_blank" class="ApplyClass"&gt;2026.02.01&lt;/a&gt; &lt;br /&gt;            &lt;em&gt;June 16, 2026&lt;/em&gt;&lt;/td&gt;        &lt;/tr&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;/blockquote&gt;&lt;p&gt;All versions older than those listed are out of support and were last updated in 2023 or before.&lt;/p&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>Tue, 04 Aug 2026 20:37:08 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;            12.0&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 12.0&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;/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;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;strong&gt;(11.3 is the last release that allows installation on Windows 2016)&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;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="text-align: left;"&gt;(10.0.6 is the last release that allows &lt;/span&gt;&lt;span style="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;12.0&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 12.0&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 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;12.0&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 12.0&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;            12.0&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 earlier or later SQL versions. &lt;/li&gt;&lt;/ul&gt;</description><pubDate>Tue, 04 Aug 2026 20:36:25 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>Entering license key details in MailMarshal or WebMarshal</title><link>https://support.levelblue.com/kb/Goto14384.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;MailMarshal (SEG) &lt;/li&gt;    &lt;li&gt;MailMarshal ECM/MailMarshal Exchange &lt;/li&gt;    &lt;li&gt;WebMarshal &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;How do I enter a license key? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;To enter keys for the products and optional features, find the product or feature name below. &lt;/p&gt;&lt;blockquote style="margin-right: 0px;" dir="ltr"&gt;&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; These instructions refer to the current versions at the time of writing. &lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;If you have any queries related to your license key please contact &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;keyrequests@levelblue.com&lt;/span&gt;&lt;/p&gt;&lt;h3&gt;MailMarshal (SEG) &lt;br /&gt;MailMarshal Exchange (ECM)&lt;/h3&gt;&lt;ol&gt;    &lt;li&gt;Open the MailMarshal Management Console (for 8.X the Configurator). &lt;/li&gt;    &lt;li&gt;Navigate to &lt;strong&gt;Array Properties | License&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;Click &lt;strong&gt;Enter Key&lt;/strong&gt; and paste the key. &lt;/li&gt;    &lt;li&gt;&lt;span id="ctl00_ctlContentPlaceHolder_ctl00_ctlViewArticle_ctlPanelBar_lblArticleText"&gt;Choose the action that should occur if the license expire&lt;/span&gt;s (hold mail, or deliver unfiltered). &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; Optional licensed items are licensed through the product key. &lt;/p&gt;&lt;h4&gt;Marshal IP Reputation Service:&lt;/h4&gt;&lt;p&gt;Product maintenance for MailMarshal SEG is required to access to this service. If you enter a new product key, the credential for this service changes. &lt;/p&gt;&lt;p&gt;The updated credential is automatically provisioned over the web. For the required URL access, see article &lt;a href="https://support.levelblue.com/kb/article.aspx?id=12992" target="_blank"&gt;Q12992&lt;/a&gt;.&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;A new installation attempts to retrieve credentials immediately. &lt;/li&gt;    &lt;li&gt;If you request and install a new product key, normally the credentials will be retrieved within an hour from the time of generation of the key. You can force a check by re-entering the product key (even if the key has not changed).&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;/ul&gt;    &lt;/blockquote&gt;    &lt;h3&gt;WebMarshal 6.8 and above&lt;/h3&gt;    &lt;ol&gt;        &lt;li&gt;Open the WebMarshal Console. &lt;/li&gt;        &lt;li&gt;From the Help menu select Licensing. &lt;/li&gt;        &lt;li&gt;Click &lt;strong&gt;Enter Key&lt;/strong&gt; and paste the key. &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; Most optional licensed items are licensed through the product key.&lt;/p&gt;    &lt;h4&gt;Web Filter Database&lt;/h4&gt;    &lt;p&gt;Subscriptions are linked to your account through the WebMarshal product key. To activate the database subscription:&lt;/p&gt;    &lt;ol&gt;        &lt;li&gt;After entering the key, in the  WebMarshal navigate to Policy Elements &amp;gt; URL Filtering &lt;/li&gt;        &lt;li&gt;Select the Web Filter Database. &lt;/li&gt;        &lt;li&gt;Note that new keys can take up to 24 hours to be enabled for this feature. &lt;/li&gt;    &lt;/ol&gt;    &lt;h4&gt;IBM URL Filter list (Marshal Filter)&lt;/h4&gt;    &lt;p&gt;This URL filter list is no longer licensed or supported. For URL filtering, use the Web Filter Database.&lt;/p&gt;    &lt;h4&gt;Smartfilter&lt;/h4&gt;    &lt;/blockquote&gt;&lt;blockquote&gt;    &lt;p&gt;This URL filter list is no longer licensed or supported. For URL filtering, use the Web Filter Database.&lt;/p&gt;    &lt;/blockquote&gt;    &lt;h2&gt;Notes:&lt;/h2&gt;    &lt;p&gt;Access to many support items on the LevelBlue website requires you to log in. These items include product upgrades, the Marshal IP Reputation Service credentials for older versions, and the Customer Forum.&lt;/p&gt;    &lt;p&gt;To register or log in, go to &lt;a href="https://support.levelblue.com/" target="_blank"&gt;https://support.levelblue.com/&lt;/a&gt;&lt;/p&gt;    &lt;p&gt;Once you register, your login will be granted access by association with your customer account. In many cases association of logins to accounts is automatic and instant. Some requests require processing by LevelBlue staff. &lt;/p&gt;    &lt;p&gt; &lt;/p&gt;</description><pubDate>Mon, 13 Jul 2026 04:59:51 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>How do WebMarshal license keys work?</title><link>https://support.levelblue.com/kb/Goto10538.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;How do WebMarshal license keys work? &lt;/li&gt;    &lt;li&gt;How do you obtain a WebMarshal license keys? &lt;/li&gt;    &lt;li&gt;How can I trial McAfee for Marshal? &lt;/li&gt;    &lt;li&gt;How do I get a permanent key? &lt;/li&gt;    &lt;li&gt;How long do trial keys work? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;h3&gt;Trial Keys &lt;/h3&gt;&lt;p&gt;After you download a trial version of WebMarshal (6.0 or above) from the Web, a trial key is generated as part of initial setup. Trial keys have a fixed duration of 30 days, which starts from the time of the key generation. Other than the expiration date, trial keys are not limited. If you have a need to trial the product for longer than 30 days, contact your LevelBlue Partner for a special extended trial key. &lt;/p&gt;&lt;h3&gt;Permanent Keys  &lt;/h3&gt;&lt;blockquote style="margin-right: 0px;" dir="ltr"&gt;&lt;p&gt;&lt;strong&gt;How do I get a Permanent Key?&lt;/strong&gt; &lt;/p&gt;&lt;p&gt;Once you have purchased WebMarshal, you need to obtain a permanent key by requesting a key from within the product as follows: &lt;/p&gt;&lt;ul&gt;    &lt;li&gt;In the WebMarshal Console, on the &lt;strong&gt;Tools&lt;/strong&gt; menu, click &lt;strong&gt;Server Properties&lt;/strong&gt; &amp;gt; &lt;strong&gt;License Info tab&lt;/strong&gt; &amp;gt; &lt;strong&gt;Request Key&lt;/strong&gt;. &lt;/li&gt;    &lt;li&gt;The Server Properties window displays a request form. Complete the form. &lt;br /&gt;    &lt;ul&gt;        &lt;li&gt;It is helpful to include the &lt;strong&gt;customer account number &lt;/strong&gt;or exact customer name from a previous purchase in the Additional Information. WebMarshal automatically sends the company name you entered at the time of installation, but company names often change. &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;When you submit the form, WebMarshal sends it to your LevelBlue Partner and LevelBlue. &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Your WebMarshal permanent license key is typically tied to your Windows domain SID. WebMarshal determines the SID number and sends the request to LevelBlue to enable a key to be made. &lt;/p&gt;&lt;p&gt;You can expect a reply from LevelBlue, normally within two business days. &lt;/p&gt;&lt;p&gt;&lt;strong&gt;Access requirements:&lt;/strong&gt; &lt;/p&gt;&lt;ul&gt;    &lt;li&gt;&lt;strong&gt;WebMarshal 6.X or 7.X&lt;/strong&gt; requires HTTP access to www.marshal.com from the &lt;strong&gt;workstation &lt;/strong&gt;where the Console is running. It uses connection settings (such as proxy authentication) from the logged in user's profile in system settings. So if you can browse to www.marshal.com using Edge on the workstation, then the request should be successful.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;If for some reason the key request fails, there is another option. &lt;/p&gt;&lt;p&gt;To perform the manual key request:&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;When you click &lt;strong&gt;Send Request&lt;/strong&gt;, the SID information is copied to the Windows Clipboard. &lt;/li&gt;    &lt;li&gt;Paste this information into a text file or email message. &lt;/li&gt;    &lt;li&gt;Email it to &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;keyrequests@levelblue.com&lt;/span&gt;. &lt;/li&gt;    &lt;li&gt;If for some reason you are not able to access the request key window in WebMarshal, you can run the application &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;SiteID.exe&lt;/span&gt; within the WebMarshal directory. (&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;SiteID.exe&lt;/span&gt; is provided in WebMarshal 3.5 and above.) &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;: The following information should be included in the email you send: Email address of the supplier - if known, Contact Details of Person (Including: Name, Email address, Phone Number, Company Name, Address and any Additional information LevelBlue might need to process the request.)             &lt;/p&gt;&lt;/blockquote&gt;&lt;/blockquote&gt;&lt;blockquote style="margin-right: 0px;" dir="ltr"&gt;&lt;p&gt;&lt;strong&gt;What if WebMarshal is not a member of a domain?&lt;/strong&gt; &lt;/p&gt;&lt;p&gt;Perform a key request as normal, mention in the &lt;strong&gt;Additional Information&lt;/strong&gt; field that WebMarshal is not in a domain, and LevelBlue will allocate you a special permanent key. &lt;/p&gt;&lt;/blockquote&gt;&lt;h3&gt;&lt;strong&gt;What about additional installation locations or Disaster Recovery setups?&lt;/strong&gt;&lt;/h3&gt;&lt;blockquote style="margin-right: 0px;" dir="ltr"&gt;&lt;p&gt; If you want an additional array for disaster recovery, or for processing at another gateway, you can use the same Permanent Key &lt;strong&gt;IF&lt;/strong&gt; the Array Manager is joined to the same domain (assuming the key was based on the Windows domain). If the key does not work in the new location, you can request another permanent key; be sure to include comments about why the key is required. WebMarshal is licensed on the number of users, not the number of servers.&lt;/p&gt;&lt;blockquote&gt;&lt;p dir="ltr"&gt;&lt;strong&gt;Note: &lt;/strong&gt;For additional capacity, even over multiple gateways with different policy requirements, in most cases you should add processing nodes to a single array rather than creating new arrays.&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt; &lt;/p&gt;&lt;/blockquote&gt;&lt;span id="_ctl0_ArticleRepeater__ctl1_ArticleText"&gt;&lt;h3 dir="ltr"&gt;Add-on Modules&lt;/h3&gt;&lt;p dir="ltr"&gt;&lt;strong&gt;How can I trial additional modules?&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;Bitdefender for Marshal, McAfee for Marshal, Sophos for Marshal, and the Web Filter Database are enabled by the standard trial keys. If you are an existing customer with a permanent key, please contact LevelBlue or your LevelBlue partner for a special time-limited full key to trial these items. &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;How can I get a &lt;strong&gt;permanent license&lt;/strong&gt; for additional modules?&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;Bitdefender for Marshal, Sophos for Marshal, and McAfee for Marshal are licensed through the product key. If you have added a module to your license and received confirmation from LevelBlue, you can submit a key request to get an updated key. &lt;/li&gt;    &lt;li&gt;&lt;span id="_ctl0_ArticleRepeater__ctl1_ArticleText"&gt;The Web Filter Database&lt;/span&gt; is provisioned automatically by the Array Manager. Ensure the Array Manager service has web access. The provisioning process can take up to 24 hours to respond and download an initial database. You do not need to request a new key. &lt;/li&gt;    &lt;li&gt;For any supported antivirus products that you purchase through other channels, no change to the WebMarshal key is required. Contact the reseller for license information. Other antivirus products supported by WebMarshal include Sophos (SAVI interface) and Symantec Antivirus Scan Engine. &lt;/li&gt;&lt;/ul&gt;&lt;p&gt; &lt;/p&gt;&lt;ul&gt;&lt;/ul&gt;    &lt;/span&gt;    &lt;h3&gt;Upgrading from Previous WebMarshal Versions &lt;/h3&gt;    &lt;p&gt;In general, version upgrades do not require a change in license key.&lt;/p&gt;    &lt;blockquote style="margin-right: 0px;" dir="ltr"&gt;    &lt;ul&gt;    &lt;/ul&gt;        &lt;/blockquote&gt;        &lt;h2&gt;Notes&lt;/h2&gt;        &lt;p&gt;For help entering a license key in WebMarshal, see &lt;a href="https://support.levelblue.com/kb/article.aspx?id=14384" class="ApplyClass" target="_blank"&gt;Q14384&lt;/a&gt;.&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;NETIQKB29509 &lt;/dd&gt;            &lt;dd&gt;Marshal KB279 &lt;/dd&gt;            &lt;/em&gt;&lt;/dl&gt;</description><pubDate>Mon, 13 Jul 2026 04:59:18 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>Creating an Application Registration for Entra ID</title><link>https://support.levelblue.com/kb/Goto21246.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;MailMarshal 11.2 and above&lt;/li&gt;    &lt;li&gt;MailMarshal SPE 4.4 and above&lt;/li&gt;    &lt;li&gt;Entra ID Group Import&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;How do I register an application in Azure/Entra to allow group import to MailMarshal?&lt;/li&gt;    &lt;li&gt;What are the options and requirements for use of imported Entra groups?&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Background:&lt;/h2&gt;&lt;p&gt;MailMarshal allows you to retrieve user group information directly from Microsoft Entra ID (formerly known as Azure Active Directory). To connect, you must create an "application" in Entra.&lt;/p&gt;&lt;p&gt;You will enter the Client ID, Tenant ID, and Secret from Entra in the MailMarshal Management Console or the MailMarshal SPE Customer Console&lt;/p&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;div&gt;&lt;strong&gt;Note&lt;/strong&gt; common missed items in this procedure: &lt;/div&gt;&lt;div&gt;&lt;ul&gt;    &lt;li&gt;MailMarshal uses the Array Manager REST API SSL certificate to access a local process that connects to Entra. If the certificate has expired, use the MailMarshal Server Tool to generate a new one. Include &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;localhost&lt;/span&gt; in the list of SANs.&lt;/li&gt;    &lt;li&gt;Be sure you grant Application permissions (not "delegated")&lt;/li&gt;    &lt;li&gt;Be sure to grant admin consent&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;Log in to the Microsoft Entra Admin Center (entra.microsoft.com). The minimum required permission is "Cloud Application Administrator"&lt;/li&gt;    &lt;li&gt;If you have access to more than one tenant, use the Settings menu (gear icon in the top bar) to switch to the specific tenant.&lt;/li&gt;    &lt;li&gt;From the left menu browse to &lt;strong&gt;Identity &amp;gt; Applications &amp;gt; App registrations&lt;/strong&gt;. Click &lt;strong&gt;New registration&lt;/strong&gt;.&lt;br /&gt;    &lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/21218/21218-1.png" style="width: 600px; height: 625px;" /&gt;&lt;/li&gt;    &lt;li&gt;Enter a name.&lt;/li&gt;    &lt;li&gt;For "supported account types" accept the default (single tenant).&lt;/li&gt;    &lt;li&gt;Click &lt;strong&gt;Register&lt;/strong&gt;.&lt;/li&gt;    &lt;li&gt;From the overview page of the application, note the following values:    &lt;ul&gt;        &lt;li&gt;Application (client) ID&lt;/li&gt;        &lt;li&gt;Directory (tenant) ID&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;From the API Permissions page of the application, grant the following Microsoft Graph permissions (&lt;strong&gt;Application&lt;/strong&gt; permissions):    &lt;ul&gt;        &lt;li&gt;Group.Read.All&lt;/li&gt;        &lt;li&gt;Member.Read.Hidden&lt;/li&gt;        &lt;li&gt;OrgContact.Read.All&lt;/li&gt;        &lt;li&gt;User.Read.All&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;After updating the above permissions, click &lt;strong&gt;Grant admin consent&lt;/strong&gt; (above the list of permissions)&lt;br /&gt;    &lt;strong&gt;&lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/21218/21218-2.png" style="width: 600px; height: 487px;" /&gt;&lt;/strong&gt;&lt;/li&gt;    &lt;li&gt;From the Certificates &amp;amp; Secrets page of the application, create a new client secret. Note the value (it is only available immediately after creation).&lt;/li&gt;&lt;/ol&gt;&lt;div&gt;Use the Client ID, Tenant ID, and client secret on the Entra Properties tab of the Connector page in the MailMarshal Management Console, or the Entra Connector Properties page in the SPE Customer Console.&lt;/div&gt;&lt;h2&gt;Group usage:&lt;/h2&gt;&lt;p&gt;After creating the connector you can select groups to import using the Import Connector Group or Import Entra Groups button on the User Groups page.&lt;/p&gt;&lt;p&gt;&lt;ul&gt;    &lt;li&gt;Only "Mail Enabled" groups will be available for import. This means that Dynamic Security Groups cannot be imported, because this type of group cannot be set as "Mail Enabled".&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;&lt;p&gt;Groups are populated immediately. Group membership is queried and updated hourly.&lt;/p&gt;&lt;dl style="margin: 0px 0px 0px 20px; border-width: medium; border-style: none; border-color: currentcolor; border-image: initial; padding: 0px;"&gt;    &lt;dd&gt;    &lt;ul&gt;    &lt;/ul&gt;        &lt;/dd&gt;    &lt;/dl&gt;</description><pubDate>Thu, 02 Jul 2026 20:18:49 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>What are the Release Notes for MailMarshal SPE 5.3?</title><link>https://support.levelblue.com/kb/Goto21248.aspx</link><description>&lt;h2 style="color: #000000;"&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;MailMarshal SPE 5.3&lt;/li&gt;&lt;/ul&gt;&lt;h2 style="color: #000000;"&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li style="box-sizing: border-box; padding-bottom: 3px;"&gt;What are the Release Notes for MailMarshal SPE 5.3?&lt;/li&gt;&lt;/ul&gt;&lt;h2 style="color: #000000;"&gt;Information:&lt;/h2&gt;&lt;p&gt;The &lt;a href="https://support.levelblue.com/software/MailMarshal_SPE-124C/trustwave_spe_releaseNotes-5.3.0.22502.htm" target="_blank" class="ApplyClass"&gt;Release Notes&lt;/a&gt; included with MailMarshal SPE 5.3 are accurate as of the date of publication.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;Build 5.3.0.22502 was published on December 2, 2025.&lt;/li&gt;    &lt;li&gt;This article provides any additional information generated after that date.&lt;/li&gt;    &lt;li&gt;Full release notes are provided with the installation package.&lt;/li&gt;&lt;/ul&gt;&lt;h3 style="color: #000000;"&gt;Upgrade to 5.3 from 5.2.0 only&lt;/h3&gt;&lt;div&gt;To upgrade from 4.3.x you must first upgrade to 5.2.0.&lt;/div&gt;&lt;div&gt;&lt;h3 style="color: #000000;"&gt;SQL Prerequisite Change&lt;/h3&gt;&lt;div&gt;The minimum SQL version supported is SQL &lt;strong&gt;2017&lt;/strong&gt;.&lt;/div&gt;&lt;/div&gt;&lt;h2&gt;Rule Updates&lt;/h2&gt;&lt;div&gt;The latest versions include updated abilities for detection of malware, phishing, and spam. Review the latest &lt;a href="https://support.levelblue.com/software/mailmarshal_smtp/TrustwaveMailMarshal-DefaultRules_1130.pdf" target="_blank" class="ApplyClass"&gt;MailMarshal default rules&lt;/a&gt; and consider updating global policy to use the new features.&lt;/div&gt;</description><pubDate>Thu, 18 Jun 2026 21:11:13 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>Upgrading MailMarshal Service Provider Edition to a newer version</title><link>https://support.levelblue.com/kb/Goto12201.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;MailMarshal SPE supported versions&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;What is the safe method to upgrade MailMarshal SPE from an earlier version to the currently released version? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;To upgrade SPE, the general procedure is to upgrade the MailMarshal (SEG) servers first, then upgrade the SPE Marshal Interface Agent or console server and the SPE agents. &lt;/p&gt;&lt;ul&gt;    &lt;li&gt;Product names in the installers and interfaces depend on the product versions. MailMarshal SPE (Service Provider Edition) is also known as MailMarshal SPE. MailMarshal is also known as MailMarshal SEG or MailMarshal SMTP. &lt;/li&gt;    &lt;li&gt;This article assumes you are familiar with SEG and SPE concepts. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Before starting,&lt;/strong&gt; review the Release Notes for the new version of SPE and SEG. Release Notes include version specific upgrade notes, such as previous version supported for direct upgrade. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Rule updates: &lt;/strong&gt;The latest versions include updated abilities for detection of malware, phishing, and spam. Review the latest &lt;a href="https://support.levelblue.com/software/mailmarshal_smtp/TrustwaveMailMarshal-DefaultRules_1130.pdf" target="_blank" class="ApplyClass"&gt;MailMarshal default rules&lt;/a&gt; and consider updating global policy to use the new features.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;The following steps are suggested to upgrade SPE safely and with minimal disruption to email flow. &lt;/p&gt;&lt;h3 style="color: #000000;"&gt;Upgrading to version 5.3 from 5.2:&lt;/h3&gt;&lt;div&gt;&lt;ol&gt;    &lt;li&gt;Stop the Web Console services on the IIS server (either by stopping the website in the IIS Manager, or by typing &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;net stop w3svc&lt;/span&gt;).&lt;/li&gt;    &lt;li&gt;Take a snapshot of the SPE database.&lt;/li&gt;    &lt;li&gt;Stop the MailMarshal Array Manager.&lt;/li&gt;    &lt;li&gt;Take a snapshot of the MailMarshal database.&lt;/li&gt;    &lt;li&gt;Start the MailMarshal Array Manager.&lt;/li&gt;    &lt;li&gt;Upgrade the Array Manager server with the supported version of MailMarshal software. This will upgrade your configuration from the earlier version.&lt;/li&gt;    &lt;li&gt;Upgrade the nodes with the MailMarshal software.    &lt;ul&gt;        &lt;li&gt;At this point you will have a fully working MailMarshal solution running on the new software. You may wish to take an additional snapshot of the MailMarshal database.&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Repeat steps 3-7 for each MailMarshal array.&lt;/li&gt;    &lt;li&gt;Start your IIS server.&lt;/li&gt;    &lt;li&gt;Upgrade the Management Interface and/or MIA server: run the SPE installer and upgrade the Management Interface and Marshal Interface Agent. The database wizard will also run and upgrade your SPE database.&lt;/li&gt;    &lt;li&gt;Upgrade any other standalone Management Interface servers.&lt;/li&gt;    &lt;li&gt;Verify that email processing and Management Interface functions are working correctly.&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;h3&gt;Upgrading to version 5.2 from 4.3:&lt;/h3&gt;&lt;div&gt;&lt;ol&gt;    &lt;li&gt;From the MailMarshal Configurator, take a note of Inbound Security (TLS) settings for each processing node in each array.&lt;/li&gt;    &lt;li&gt;Stop Marshal Agent services on all servers. This will always include Array Managers and processing nodes. Also check other servers with SPE components such as web consoles.&lt;/li&gt;    &lt;li&gt;Stop the Web Console services on the IIS server (either by stopping the website in the IIS Manager, or by typing &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;net stop w3svc&lt;/span&gt;).&lt;/li&gt;    &lt;li&gt;Take a snapshot of the SPE database.&lt;/li&gt;    &lt;li&gt;Stop the MailMarshal Array Manager.&lt;/li&gt;    &lt;li&gt;Take a snapshot of the MailMarshal database.&lt;/li&gt;    &lt;li&gt;Start the MailMarshal Array Manager.&lt;/li&gt;    &lt;li&gt;Upgrade the Array Manager server with the supported version of MailMarshal software (11.2). If necessary, first install version 8.3.3. This will upgrade your configuration from the earlier version.&lt;/li&gt;    &lt;li&gt;Repeat steps 4-7 for each MailMarshal array.&lt;/li&gt;    &lt;li&gt;Start your IIS server.&lt;/li&gt;    &lt;li&gt;Identify the server where Marshal Interface Agent (MIA) is installed. This server might also include the Web Console/Management Interface. Run the SPE installer and upgrade MIA and any other components. The database wizard will also run and upgrade your SPE database.&lt;/li&gt;    &lt;li&gt;If the Management Interface is not hosted on any of the servers already upgraded, then upgrade at least one Web Console/Management Interface server.&lt;/li&gt;    &lt;li&gt;Open the Management Interface and log in. You may need to use CTRL-F5 to update client side scripts. Make sure the configuration appears correct. &lt;/li&gt;    &lt;li&gt;Navigate to the Server Configuration/Arrays page. For each Array:    &lt;ul&gt;        &lt;li&gt;For each Mail Server, navigate to the Inbound Security (TLS) page. Ensure settings match what you noted from the Configurator.        &lt;ul&gt;            &lt;li&gt;You may have to set Elliptic Curves. If none was selected in the Configurator, X25519 is a safe choice.&lt;/li&gt;        &lt;/ul&gt;        &lt;/li&gt;        &lt;li&gt;Replication will be paused. Resume replication.&lt;/li&gt;        &lt;li&gt;Force a configuration reload.&lt;/li&gt;        &lt;li&gt;Wait for the status to indicate "Up to date".&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Upgrade the processing nodes with the MailMarshal software.&lt;/li&gt;    &lt;li&gt;For each processing node, if you have not restarted the node after the upgrade, restart the Controller service. This step ensures a full configuration update for all the processing services. Notably the "loopback" delivery of messages between customers may not work until you do this.&lt;/li&gt;    &lt;li&gt;Upgrade any additional Web Console/Management Interface servers.&lt;/li&gt;    &lt;li&gt;On all servers that have only the MailMarshal components (Array Manager and/or Nodes), uninstall SPE 4.X. The only SPE component affected is the Marshal Agent, which is no longer used in version 5.X.&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;p&gt;&lt;/p&gt;&lt;h3&gt;Upgrading to version 4.X:&lt;/h3&gt;&lt;ol&gt;    &lt;li&gt;Stop all SPE services on all array managers and nodes (Depending on version this may include Marshal Agent, Replication Agent, Status Agent, Maintenance Agent, Reporting Agent). &lt;/li&gt;    &lt;li&gt;Stop the Web Console services on the IIS server (either by stopping the website in the IIS Manager, or by typing &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;net stop w3svc&lt;/span&gt;). &lt;/li&gt;    &lt;li&gt;Take a snapshot of the SPE database. &lt;/li&gt;    &lt;li&gt;Stop the SEG Array Manager. &lt;/li&gt;    &lt;li&gt;Take a snapshot of the SEG database. &lt;/li&gt;    &lt;li&gt;Start the SEG Array Manager. &lt;/li&gt;    &lt;li&gt;To ensure ability to roll back, create a backup of the SEG configuration by running the &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;MMExportCfg&lt;/span&gt; in the SEG directory (typically in SEG version 8.X: &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;C:\Program Files\Trustwave\Secure Email Gateway&lt;/span&gt;)    &lt;ul&gt;        &lt;li&gt;For instance: &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;MMExportCfg MMBackupOct2008.xml&lt;/span&gt;  &lt;/li&gt;        &lt;li&gt;For details of locations for earlier SEG versions, see article &lt;a href="https://support.levelblue.com/kb/KnowledgebaseArticle10832.aspx" target="_blank" class="ApplyClass"&gt;Q10832&lt;/a&gt;.&lt;/li&gt;        &lt;li&gt;For SEG 8.0 if DKIM is in use, also ensure you have exported DKIM keys. They are not included in SEG 8.0 backups.&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Upgrade the array manager with the supported version of SEG software. This will upgrade your configuration from the earlier version. &lt;/li&gt;    &lt;li&gt;Upgrade the nodes with the SEG software.    &lt;ul&gt;        &lt;li&gt;At this point you will have a fully working SEG solution running on the new software. Take a configuration backup (as in step 7) and a snapshot of the SEG database. &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Repeat steps 4-9 for each SEG array. &lt;/li&gt;    &lt;li&gt;Start your IIS server. &lt;/li&gt;    &lt;li&gt;Upgrade the Web Console and/or MIA server: run the SPE installer and upgrade the web console and Marshal Interface Agent (Maintenance Agent in earlier versions). The database wizard will also run and upgrade your SPE database. &lt;/li&gt;    &lt;li&gt;When the installer and database wizard completes successfully, log into the SPE console and make sure the configuration appears correct. Arrays will not be connected at this stage. &lt;/li&gt;    &lt;li&gt;Run the SPE installer on all Array Managers to upgrade the Replication Agent or Marshal Agent (depending on version). &lt;/li&gt;    &lt;li&gt;Force a configuration reload on the SPE web console (&lt;strong&gt;Arrays-&amp;gt;Force Reload&lt;/strong&gt;). &lt;/li&gt;    &lt;li&gt;Monitor the Array Manager logs for any errors. If you encounter any problems, stop and disable the SPE agent on the Array Manager (Marshal Agent for 3.8 and above, Replication Agent for earlier versions). Restore the SEG configuration (from the backup you took in step 7 above), and restart the Array Manager. You will not need to restore the SQL database. &lt;em&gt;Do not proceed further but contact LevelBlue Technical Support for assistance.&lt;/em&gt; &lt;/li&gt;    &lt;li&gt;Upgrade the Marshal Agents on the nodes. &lt;/li&gt;    &lt;li&gt;If upgrading &lt;em&gt;to&lt;/em&gt; a version below 3.6, upgrade the reporting agent. (3.6 and above does not use a separate reporting agent.) &lt;/li&gt;    &lt;li&gt;Restore any custom branding. The upgrade creates a dated backup of the website directory, including the branding subdirectory. Move required items to the production &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;website\branding&lt;/span&gt; folder. &lt;/li&gt;    &lt;li&gt;If you use custom themes for the Customer Console or SQM, you may need to update the themes to cover new features. See the linked article below for more information.    &lt;ul&gt;        &lt;li style="box-sizing: border-box;"&gt;&lt;strong style="box-sizing: border-box;"&gt;Release 4.0 &lt;/strong&gt;includes breaking changes to the SQM login page.&lt;/li&gt;        &lt;li style="box-sizing: border-box;"&gt;&lt;strong style="box-sizing: border-box;"&gt;Release 3.6.2&lt;/strong&gt; includes significant changes in the Customer Console themes from 3.6.1.&lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;&lt;/ol&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;p&gt;For some versions, the Release Notes recommend stopping all Marshal services including all SEG services during upgrade. This recommendation was to ensure that some settings are updated when services start. Normally you can follow the steps above and SEG services can remain running during the SPE upgrade.&lt;/p&gt;&lt;p&gt;For upgrade from SEG 8.0 or below with DKIM keys, in the rare case that you must roll back the SEG upgrade, you might need to re-import DKIM keys on the nodes. Contact LevelBlue for assistance.&lt;/p&gt;</description><pubDate>Thu, 18 Jun 2026 21:10:01 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>How do I test e-mail policy rules set up to block or filter different types of e-mail messages and attachments?</title><link>https://support.levelblue.com/kb/Goto10489.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;MailMarshal (SEG) &lt;/li&gt;    &lt;li&gt;MailMarshal ECM/MailMarshal Exchange &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;How do I test e-mail policy rules set up to block or filter different types of e-mail messages and attachments? &lt;/li&gt;    &lt;li&gt;Which types of e-mail messages and attachments can I block or filter? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;For a &lt;strong&gt;full list of file types&lt;/strong&gt; recognized by SEG and ECM, please see article &lt;a href="https://support.levelblue.com/kb/article.aspx?id=10858" class="ApplyClass" target="_blank"&gt;Q10858&lt;/a&gt;.&lt;/p&gt;&lt;p&gt;To &lt;strong&gt;test the e-mail policy &lt;/strong&gt;rules you have set up to block or filter some common types of e-mail messages and attachments, send an e-mail to one of the following addresses and a message of the corresponding type will automatically be sent back to you. The message is returned "from" &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;test.service@marshal.com&lt;/span&gt;&lt;/p&gt;&lt;blockquote style="margin-right: 0px;" dir="ltr"&gt;&lt;p&gt;&lt;strong&gt;Notes:&lt;/strong&gt; &lt;/p&gt;&lt;ul&gt;    &lt;li&gt;The subject of your message &lt;strong&gt;must&lt;/strong&gt; contain the word: &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;test&lt;/span&gt; &lt;/li&gt;    &lt;li&gt;You should only use this service for manual rule testing. This service is not intended as a connectivity checker. Overuse could result in your requests being ignored. &lt;/li&gt;&lt;/ul&gt;&lt;/blockquote&gt;&lt;p&gt;Choose any of the following options: &lt;/p&gt;&lt;ul&gt;    &lt;li&gt;    &lt;p&gt;&lt;a href="mailto:echo.test@mmpolicytester.marshal.com"&gt;echo.test@mmpolicytester.marshal.com&lt;/a&gt; – returns a basic test message. &lt;/p&gt;    &lt;/li&gt;    &lt;li&gt;    &lt;p&gt;&lt;a href="mailto:bounce.test@mmpolicytester.marshal.com"&gt;bounce.test@mmpolicytester.marshal.com&lt;/a&gt; – returns an email with your original message attached. &lt;/p&gt;    &lt;/li&gt;    &lt;li&gt;    &lt;p&gt;&lt;a href="mailto:virus.test@mmpolicytester.marshal.com"&gt;virus.test@mmpolicytester.marshal.com&lt;/a&gt; – attaches a pseudo test virus file (a harmless text string). &lt;/p&gt;    &lt;/li&gt;    &lt;li&gt;    &lt;p&gt;&lt;a href="mailto:spam.test@mmpolicytester.marshal.com"&gt;spam.test@mmpolicytester.marshal.com&lt;/a&gt; – returns a short text message that will trigger the SpamCensor or SpamProfiler (GTUBE standard spam test). &lt;/p&gt;    &lt;/li&gt;    &lt;li&gt;    &lt;p&gt;&lt;a href="mailto:urlcategorizer.test@mmpolicytester.marshal.com"&gt;urlcategorizer.test@mmpolicytester.marshal.com&lt;/a&gt; - returns a short text message containing a harmless URL that will trigger the URL Categorizer (Suspect URLs) cloud service.&lt;/p&gt;    &lt;/li&gt;    &lt;li&gt;    &lt;p&gt;&lt;a href="mailto:archive.test@mmpolicytester.marshal.com"&gt;archive.test@mmpolicytester.marshal.com&lt;/a&gt; – attaches a sample .zip file. &lt;/p&gt;    &lt;/li&gt;    &lt;li&gt;    &lt;p&gt;&lt;a href="mailto:docimage.test@mmpolicytester.marshal.com"&gt;docimage.test@mmpolicytester.marshal.com&lt;/a&gt; – attaches a Word document with an embedded image. &lt;/p&gt;    &lt;/li&gt;    &lt;li&gt;    &lt;p&gt;&lt;a href="mailto:renamed.test@mmpolicytester.marshal.com"&gt;renamed.test@mmpolicytester.marshal.com&lt;/a&gt; – attaches a benign executable which has been renamed with a .txt extension. &lt;/p&gt;    &lt;/li&gt;    &lt;li&gt;    &lt;p&gt;&lt;a href="mailto:doc.test@mmpolicytester.marshal.com"&gt;doc.test@mmpolicytester.marshal.com&lt;/a&gt; – attaches a sample PDF file. &lt;/p&gt;    &lt;/li&gt;    &lt;li&gt;    &lt;p&gt;&lt;a href="mailto:exe.test@mmpolicytester.marshal.com"&gt;exe.test@mmpolicytester.marshal.com&lt;/a&gt; – attaches a small and benign executable. &lt;/p&gt;    &lt;/li&gt;    &lt;li&gt;    &lt;p&gt;&lt;a href="mailto:image.test@mmpolicytester.marshal.com"&gt;image.test@mmpolicytester.marshal.com&lt;/a&gt; – attaches a small JPG file. &lt;/p&gt;    &lt;/li&gt;    &lt;li&gt;    &lt;p&gt;&lt;a href="mailto:video.test@mmpolicytester.marshal.com"&gt;video.test@mmpolicytester.marshal.com&lt;/a&gt; – attaches a small AVI file. &lt;/p&gt;    &lt;/li&gt;    &lt;li&gt;    &lt;p&gt;&lt;a href="mailto:sound.test@mmpolicytester.marshal.com"&gt;sound.test@mmpolicytester.marshal.com&lt;/a&gt; – attaches a small WAV file. &lt;/p&gt;    &lt;/li&gt;    &lt;li&gt;    &lt;p&gt;&lt;a href="mailto:mail.test@mmpolicytester.marshal.com"&gt;mail.test@mmpolicytester.marshal.com&lt;/a&gt; – attaches this help information. &lt;/p&gt;    &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;To comment about this service or suggest other test messages, please send an e-mail to &lt;a href="mailto:webmaster@m86security.com" class="ApplyClass"&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;webmaster@m86security.com&lt;/span&gt;&lt;/a&gt;.&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;NETIQKB29660 &lt;/dd&gt;    &lt;dd&gt;Marshal KB355 &lt;/dd&gt;    &lt;/em&gt;&lt;/dl&gt;</description><pubDate>Tue, 16 Jun 2026 20:05: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;DEVMODE&lt;/td&gt;            &lt;td class="ftdesc"&gt;Windows Printer DEVMODE settings (printer.bin) &lt;em&gt;(FileType 2026-02-01 and above)&lt;/em&gt;&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;AVIF&lt;/td&gt;            &lt;td class="ftdesc"&gt;AV1 Image File Format &lt;em&gt;(FileType 2026-02-01 and above)&lt;/em&gt;&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, 15 Jun 2026 21:47:09 GMT</pubDate><dc:creator>Charles</dc:creator></item></channel></rss>