Email messages have been Quarantined by Symantec Mail Security for Microsoft Exchange (SMSMSE) due to a violation with an action specified to Quarantine. When attempting to "Release by mail..." an Email message from Quarantine to a recipient the command completes successfully and the Email is no longer listed in the Quarantine console. However, the desired recipient never receives the message.
After attempting to release a message from Quarantine to a specific recipient run the following command inside the Exchange Management Shell to determine the failure.
(Note: "Start" is a date/time just prior to the release attempt.)
Get-MessageTrackingLog -EventID Fail -Recipients "User@Example.com" -Start "MM/DD/YYYY hh:mm:ss"
Example: Get-MessageTrackingLog -EventID Fail -Recipients Testuser2@example.com -Start "1/24/2017 12:30:00"
Expected result:
EventID Source Sender Recipients MessageSubject
------- ------ ------ ---------- --------------
Fail SMTP Testuser1@example.com Testuser2@example.com This item has been released from quarantine...
To determine if the conditions for this article are met please perform the following steps.
If the following Exchange Antispam Agents are listed then the conditions are met.
Releasing messages from Symantec Mail Security for Microsoft Exchange (SMSMSE) generates a new email that is sent as an Anonymous sender to the IP address listed under Monitors>Notification Settings. If the Receive Connector accepts the message the object is removed from the SMSMSE console due to the expectation that the Receive connector will deliver the message.
In this instance what is occurring is one of the listed Exchange Antispam Agents are detecting the message and taking an action after accepting the email from Symantec Mail Security for Microsoft Exchange.
To resolve the issue identify which Exchange Antispam Agent is causing the issue.
1) In the Exchange Management Shell run each of the following commands in order choosing "Y" when prompted.
2) Confirm the issue has been resolved by releasing a message from Quarantine.
3) If the issue has been resolved run one of the following commands followed by "Restart-Service MSExchangeTransport" in the Exchange Management Shell.
(Note: It is required to restart the MSExchangeTransport service for changes to the Transport Agents to go into effect.)
4) Attempt releasing a message after enabling each of the above agents.
After identifying the Agent at fault you have one of two options: