Share via

Client FrontEnd connector logging

Mikhail Firsov 1,881 Reputation points
2022-03-11T14:47:04.39+00:00

Hello!

One more question, please.

I tried to monitor the sending and recieving mail in Thunderbird and was a bit lost: I do see the corresponding log records in the imap logs but can't find the records for the mail being sent - I expect them to appear in the C:\EXCHANGE\TransportRoles\Logs\FrontEnd\ProtocolLog\smtprecieve folder because the logging for the ClientFrontEnd recieve is enabled. I expect to see log records from my client's ip and port 587 - am I correct?

Regards,
Michael

Exchange | Exchange Server | Management
Exchange | Exchange Server | Management

The administration and maintenance of Microsoft Exchange Server to ensure secure, reliable, and efficient email and collaboration services across an organization.

0 comments No comments

Answer accepted by question author

KyleXu-MSFT 26,406 Reputation points
2022-03-14T03:44:42.277+00:00

@Mikhail Firsov

Yes, you could find logs about client IP from the (\TransportRoles\Logs\FrontEnd\ProtocolLog\SmtpReceive) for "Client Frontend" connector.

If you want to check emails from a specific IP address, you can also use the Message Tracking log, such as:

Get-TransportService | Get-MessageTrackingLog -Sender ******@domain.com | where{$_.OriginalClientIp -eq "192.168.2.52"}  

If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Was this answer helpful?

0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Mikhail Firsov 1,881 Reputation points
    2022-03-14T09:04:15.07+00:00

    Oh, sorry - forgot to enable logging for the second server :(, it works!

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.