Hi @James Meader ,
By "Exchange will not receive external emails", my understanding is that the inbound messages cannot be received. But the test results of the Microsoft Remote Connectivity Analyer is showing "The outbound SMTP test failed.", so could you help confirm what exactly is the issue you are encountering, cannot receive mails from external users or cannot send mails out?
If incoming emails cannot be received, may I know if it's affecting all messages or only emails from some particular domains cannot be received? Any errors if you run the "Inbound SMTP Email" test?
https://testconnectivity.microsoft.com/tests/InboundSMTP/input
Also as suggested by Andy, please contact the external senders to see if they have received any NDR which included the clues for troubleshooting.
Besides, you may run the get-messagetrackinglog command for a problematic message at your end and check if there's any output. This can help narrow down if the message has reached your Exchange:
Get-TransportService | Get-MessageTrackingLog -MessageSubject <subject> -Sender <mailbox address> -Recipients <mailbox address> -Start <Starttime> -End <Endtime> |select timestamp,EventID,Source,ConnectorID |sort-object Timestamp
By the way, considering that it's a public forum, I've removed the ip addesses included in your original post in order to protect the personal information. If you need to share more details in your replies in future, it's recommended to remove any personal data like domain name, email addresses, etc for privacy concerns.
If an Answer is helpful, please click "Accept Answer" and upvote it.
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.