How to know who is mail.que exchange 2010

In Microsoft Exchange 2010, there are several ways to determine who is sending an email. Here are a few methods:

  1. Message Header Analysis: You can analyze the message headers to identify the sender's email address. To do this, you can use a tool like Microsoft Outlook's built-in "Message Header" feature or a third-party email client like Mozilla Thunderbird.
    • In Outlook, go to the "View" menu, select "View Settings", and then click on "Other Settings". In the "Other Settings" window, click on the "Header" tab and select "Show all headers".
    • In Thunderbird, go to the "View" menu, select "Message Headers", and then click on "Show All Headers".
  2. Exchange Server Logs: You can check the Exchange Server logs to identify the sender's email address. The logs are stored in the %ExchangeInstallPath%\TransportLogs directory.
    • Open the log file in a text editor, such as Notepad, and search for the sender's email address.
  3. Exchange Management Shell: You can use the Exchange Management Shell to retrieve information about the sender's email address.
    • Open the Exchange Management Shell and run the following command: Get-MessageTrackingLog -Sender <sender's email address>
    • Replace <sender's email address> with the actual email address you want to search for.
  4. Exchange Web Services (EWS): You can use EWS to retrieve information about the sender's email address.
    • Use the EWS API to connect to the Exchange server and retrieve the sender's email address.
    • You can use a programming language like C# or PowerShell to connect to EWS and retrieve the sender's email address.
  5. Third-Party Tools: There are several third-party tools available that can help you identify the sender's email address in Exchange 2010. Some popular options include:
    • Exchange Server Monitor (ESM)
    • Exchange Reporter Plus
    • Exchange Server Analyzer (ESA)

Remember to always follow your organization's security policies and procedures when investigating email messages.