doing a search in the queue

Hi Jay,

I have a user who reported that his message was not delivered to the receipient. I checked the logs and indeed found nothing sent from him. So I thought that his email could be in the queue. I had to dir tcp_local and note the message numbers that are dated today and then do a hist of each message (and I did not find his email at the end)

Is there any command to search the queue for all emails sent from a specific address?

thanks,

[467 byte] By [Linda_B] at [2007-11-26 9:47:14]
# 1

If you did not find the message in your mail.log* files, then it was NEVER submitted to Messaging Server.

Messaging Server logs both Enqueue as well as Dequeue.

If you got no "E" Enqueue record, then we never saw the message. No need to search.

If we did the the Enqueue, and you wish to locate, then have a look at the

imsimta qm functions. You should be able to get a listing by addressee, or sender.

jay_plesset at 2007-7-7 0:53:28 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 2
Hi Jay,Could you please tell us the imsimta qm function that gets the queued messages by sender?thanks,
Linda_B at 2007-7-7 0:53:28 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 3
http://docs.sun.com/app/docs/doc/819-2651/6n4u5ce7f?a=view#acmgpimsimta qm directory -from=<from-address>
jay_plesset at 2007-7-7 0:53:29 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...
# 4
thanks Jay,
Linda_B at 2007-7-7 0:53:29 > top of Java-index,E-Mail, Calendar, & Collaboration,Sun Java System Messaging Server...