Close Menu
Altcoinvest
    What's Hot

    Bitcoin & Altcoins: The Only Zones That Matter This Weekend

    August 6, 2026

    Bitcoin ETF Inflows Rise After Coldcard Hack: Bloomberg ETF Analyst

    August 6, 2026

    AT&T (T) Stock Climbs on Ericsson Partnership for 600 MHz Network Upgrade

    August 6, 2026
    Facebook X (Twitter) Instagram
    Altcoinvest
    • Bitcoin
    • Altcoins
    • Exchanges
    • Youtube
    • Crypto Wallets
    • Learn Crypto
    • bitcoinBitcoin(BTC)$64,375.00-0.50%
    • ethereumEthereum(ETH)$1,906.04-0.60%
    • tetherTether(USDT)$1.000.00%
    • binancecoinBNB(BNB)$590.41-1.60%
    • usd-coinUSDC(USDC)$1.000.00%
    • rippleXRP(XRP)$1.03-3.20%
    • solanaSolana(SOL)$72.63-2.40%
    • tronTRON(TRX)$0.326709-0.30%
    • Figure HelocFigure Heloc(FIGR_HELOC)$1.02-2.00%
    • HyperliquidHyperliquid(HYPE)$56.21-2.90%
    Altcoinvest
    Home»Exchange»How to Fix 550 5.1.10 RESOLVER.ADR.RecipientNotFound in Exchange Server
    How to Fix 550 5.1.10 RESOLVER.ADR.RecipientNotFound in Exchange Server
    Exchange

    How to Fix 550 5.1.10 RESOLVER.ADR.RecipientNotFound in Exchange Server

    March 5, 2026
    Share
    Facebook Twitter LinkedIn Pinterest Email

    An external user sends an email to multiple recipients in the organization. However, no one received the email. When looking at the logs, it shows the error: SMTP error from remote mail server after sending data block: 550 5.1.10 RESOLVER.ADR.RecipientNotFound; Recipient not found by SMTP address lookup. In this article, you will learn how to fix 550 5.1.10 RESOLVER.ADR.RecipientNotFound in Exchange Server.

    550 5.1.10 RESOLVER.ADR.RecipientNotFound error

    The Recipient Filter agent is an anti-spam feature that blocks inbound emails addressed to recipients that don’t exist in your organization’s directory. It checks incoming SMTP connections and rejects messages destined for invalid/non-existent mailboxes. This is done before the message is even fully accepted, which saves bandwidth and reduces spam processing overhead.

    However, if an external sender sends an email to multiple recipients in the organization, and one of the email addresses is incorrect or doesn’t exist, the email will not be delivered to anyone. This includes the valid recipients. That’s the problem.

    When you send an email to multiple recipients, it should be delivered to the valid addresses, while only the invalid ones should fail.

    Fix 550 5.1.10 RESOLVER.ADR.RecipientNotFound error

    To fix the 550 5.1.10 RESOLVER.ADR.RecipientNotFound error in Exchange Server, follow the steps below:

    1. Run Exchange Management Shell.
    2. Change the directory to the Exchange installation scripts folder.
    cd $env:ExchangeInstallPath\Scripts\
    1. Uninstall the anti-spam agents. This will remove the following anti-spam agents:
    • Content Filter Agent
    • Sender Id Agent
    • Sender Filter Agent
    • Recipient Filter Agent
    • Protocol Analysis Agent
    .\uninstall-AntispamAgents.ps1
    1. Disable the recipient validation.
    Set-RecipientFilterConfig -RecipientValidationEnabled $false
    1. Restart the Microsoft Exchange Transport Service.
    Restart-Service MSExchangeTransport

    Verify your work

    Always verify that everything is set correctly after applying the above changes.

    Run the Get-TransportAgent cmdlet.

    Get-TransportAgent 

    The output should not show the Recipient Filter Agent in the list.

    Identity                                           Enabled         Priority
    --------                                           -------         --------
    Transport Rule Agent                               True            1
    DLP Policy Agent                                   True            2
    Retention Policy Agent                             True            3
    Supervisory Review Agent                           True            4
    Malware Agent                                      True            5
    Text Messaging Routing Agent                       True            6
    Text Messaging Delivery Agent                      True            7
    System Probe Drop Smtp Agent                       True            8
    System Probe Drop Routing Agent                    True            9

    Run the Get-RecipientFilterConfig cmdlet.

    Get-RecipientFilterConfig

    The output shows the RecipientValidationEnabled property as False.

    RunspaceId                 : a58de183-7b46-438d-823f-3c23637cfcf2
    Name                       : RecipientFilterConfig
    BlockedRecipients          : {}
    RecipientValidationEnabled : False
    BlockListEnabled           : False
    Enabled                    : True
    ExternalMailEnabled        : True
    InternalMailEnabled        : False

    When an external sender emails multiple recipients in your organization, the message is delivered to all valid addresses. If one of the addresses is incorrect, only that address will be rejected, and the others will still receive the email.

    That’s it!

    Read more: Exchange Server health check with PowerShell script »

    Conclusion

    You learned how to fix 550 5.1.10 RESOLVER.ADR.RecipientNotFound error in Exchange Server. The solution is to uninstall the anti-spam agents, disable the recipient validation, and restart the transport service. After that, emails will be delivered successfully to the valid recipients in the organization.

    Did you enjoy this article? You may also like Configure DKIM for Exchange Server. Don’t forget to follow us and share this article.

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email

    Related Posts

    How to Remove OneDrive Photos App

    August 3, 2026

    MVPs around the World (2026)

    August 3, 2026

    Security Updates Exchange 2016-SE (Jul2026)

    July 15, 2026

    Exchange Server 2016 & 2019 to Microsoft 365 migration guide

    July 14, 2026
    Add A Comment

    Comments are closed.

    Tweets by InfoAltcoinvest

    Top Posts

    How to Remove OneDrive Photos App

    August 3, 2026

    MVPs around the World (2026)

    August 3, 2026

    Security Updates Exchange 2016-SE (Jul2026)

    July 15, 2026

    Bitcoin & Crypto Trading Blog – CEX.IO

    July 24, 2026

    PEPE COIN HOLDERS🐸 IT’S HAPPENING! 💪 🐸 PEPE PRICE PREDICTION!

    May 14, 2026

    What Is Vectorspace AI VXV Crypto

    March 13, 2026

    $200M Credit Facility Standard Chartered Deal

    May 13, 2026

    Altcoinvest is a leading platform dedicated to providing the latest news and insights on the dynamic world of cryptocurrencies.

    We're social. Connect with us:

    Facebook X (Twitter)
    Top Insights

    Bitcoin & Altcoins: The Only Zones That Matter This Weekend

    August 6, 2026

    Bitcoin ETF Inflows Rise After Coldcard Hack: Bloomberg ETF Analyst

    August 6, 2026

    AT&T (T) Stock Climbs on Ericsson Partnership for 600 MHz Network Upgrade

    August 6, 2026
    Get Informed

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.


    Facebook X (Twitter)
    • Home
    • About us
    • Contact Us
    • Privacy Policy
    • Terms & Conditions
    © 2026 altcoinvest.com

    Type above and press Enter to search. Press Esc to cancel.