In my case there were Exchange 2010 servers with mailbox, cas and hub roles installed with Forefront Protection for exchange 2010, and there was one email message that was stuck in submission queue and quarantined in forefront for exchange due to a realtime timeout error for archives. In order to remove this message from submission queue I have used remove-message cmdlet :
If you have stuck messages without sender, in a filter for fromaddress add "<>" .
Get-Message -Filter {Fromaddress -eq "email address"} -Server name.of.server | Remove-Message
If you have stuck messages without sender, in a filter for fromaddress add "<>" .
No comments:
Post a Comment