When I want to view on contents of a message in the queue. I get the ID from the messages queue in the admin console. Then I search the disk for a file of the similar name, my step are as follow
Email with ID of 6E38E4A605 is stuck in Deferred queue.
su -
updatedb
su - zimbra
locate 6E38E4A605
it will then return a couple of files, then I just cat out the contents of the files, they aren't really that pretty and they have some funny looking characters, but I can usually get the jist of what is going on. |