Exchange 2013 no externals emails

James Meader 1 Reputation point
2021-05-07T11:00:19.977+00:00

On premise domain controller running Windows 2012r2

Exchange will not receive external emails

No firewall on and AV removed

Error from Microsoft Remote Connectivity Analyer:

Test Details

Performing Outbound SMTP Test

The outbound SMTP test failed.

Test Steps

Attempting reverse DNS lookup for IP address xx.xxx.xxx.xx.

The Microsoft Connectivity Analyzer successfully resolved IP address xx.xxx.xxx.xx via reverse DNS lookup.

Additional Details

Performing Real-Time Black Hole List (RBL) Test

Your IP address wasn't found on any of the block lists selected.

Test Steps

Performing Sender ID validation.

Sender ID validation failed.

Test Steps

Attempting to find the SPF record using a DNS TEXT record query.

The SPF record was found.

Additional Details

SPF record found: "v=spf1 ip4:xxx.xx.xxx.xx/xx ip4:xxx.xx.xxx.xx/xx ip4:xxx.xx.xxx.xx/xx~all"

Parsing the SPF record and evaluating mechanisms and modifiers.

SPF record evaluation resulted in a Sender ID failure.

Test Steps

Evaluating IP address mechanism: "+ip4:xxx.xx.xxx.xx/xx"

Additional Details

Evaluating IP address mechanism: "+ip4:xxx.xx.xxx.xx/xx"

Additional Details

Evaluating IP address mechanism: "+ip4:xxx.xx.xxx.xx/xx"

Additional Details

Evaluating All mechanism: "~all"

All mechanisms indicated a negative status.

Additional Details

Status: SoftFail

Exchange | Exchange Server | Management
{count} votes

1 answer

Sort by: Most helpful
  1. Yuki Sun-MSFT 41,376 Reputation points Moderator
    2021-05-10T07:23:01.427+00:00

    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.


Your answer

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