Message Tracking Event ids

  Message Tracking Event ids EventID   Description   DEFER Message delivery delayed DELIVER Message delivered to a mailbox DSN A delivery status notification was generated. Messages quarantined by the Content Filter are also delivered as DSNs. the recipients field has the SMTP address of the quarantine mailbox. EXPAND Distribution Group expanded. The RelatedRecipientAddress field…

Exchange 2007 Creating new mail.que database

Exchange 2007 Creating new mail.que database: On HUB Servers: 1. Use get-queue command in shell or queue viewer to check that ques are empty. 2. Enter net pause MSExchangeTransport command. To stop the flow of new messages into the queues on the target Exchange transport server and allow the existing messages to be delivered 4. Use…

Notes Button Changing the Mail server in Location document

Create a button in notes client & send it to users  to change the server name in the location document Sub Click(Source As Button) Dim db As New NotesDatabase(””,”names.nsf”) Dim view As NotesView Dim doc As NotesDocument Dim doc1 As NotesDocument Dim doc2 As NotesDocument Dim doc3 As NotesDocument Dim doc4 As NotesDocument Set view…

Filtering Message Tracking Log

Filtering message tracking log on the basis of sender & recipient can be easily achieved thru powershell: For example: you want to find mails where sender or recipents are from specific domain: Run the below powershell command on the hub server & export the results to comma separated file. Get-MessageTrackingLog -Server exchange-hub -EventId receive -Start “May…