Trying to problem solve email issues on an Exchange 2016 server
The issue is sent emails are showing in Sent-Items but not going to SMTP recipients (SOMETIMES)
Set up is one Windows 2016 server running Exchange 2016 CU4
This problem happens randomly.
User running Outlook 2010 (fully SPd) sends an email to an external recipient and works fine. Same user a little while later sends another email and it appears in sent items but the recipient didn’t receive it. Bit later on it works again. Internal emails work fine
Using Get-MessageTrackingLog -Recipients persons@domain.com
All I get is one line back with EventID – RECEIVE and Source – STOREDRIVER
So I can see that Exchange got the message from outlook, but I don’t know how to track the message further.
I know it didn’t get sent because there is nothing in the SMTP logs, plus I’d expect to see a Source – SMTP in the above Message Tracking, right?
I checked the Event Viewer and no errors at or near the time of the issues.
Any help would be useful.