Error when changing a domain from Authoritative to Internal Relay

Dave Wakelin 21 Reputation points
2022-12-12T02:38:46.073+00:00

I need to change a domain name from Authoritative to Internal relay so a catch-all can be set up.
When I make the change and save it, i'm getting a "Failed to update the accepted domain" error, along with "Error executing cmdlet" which doesn't give me much to go on. Google didn't really help either.
Any pointers on where to look would be great. There's two domains currently, one that is default. The default one is the one needing to change, but i've tried the other just in case, same error

Exchange Online
Exchange Online
A Microsoft email and calendaring hosted service.
6,171 questions
{count} votes

13 answers

Sort by: Most helpful
  1. Andy David - MVP 157.4K Reputation points MVP Volunteer Moderator
    2022-12-12T12:21:34.12+00:00

    Have you tried with Exchange Powershell?

    5 people found this answer helpful.

  2. LilyLi2-MSFT 1,981 Reputation points
    2022-12-13T05:40:06.55+00:00

    Hi @Dave Wakelin ,

    Welcome to our forum.

    Have you successfully changed the accepted domain type?
    If you need to change the type of accepted domain, you could use the EAC or Exchange PowerShell:

    1.EAC:

    • Navigate to Mail flow > Accepted domains. The Accepted domains screen appears.
    • Select an accepted domain and click it. The accepted domain's details screen appears.
    • Under the This accepted domain is section, select the Internal relay

    2.Exchange PowerShell:

    Set-AcceptedDomain -Identity <Name> -DomainType InternalRelay  
    

    For more details, please refer to manage-accepted-domains


    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.

    2 people found this answer helpful.

  3. Dave Wakelin 21 Reputation points
    2022-12-12T19:21:25.773+00:00

    Ahh, for some reason I didnt think about powershell, worked like a treat - thank you very much

    1 person found this answer helpful.

  4. Ben Green 6 Reputation points
    2022-12-13T10:14:38.21+00:00

    Related: I just hit the same symptoms going the other direction (changing some domains from Internal relay to Authoritative, via Exchange admin center).
    This likewise worked fine via PowerShell.

    1 person found this answer helpful.
    0 comments No comments

  5. PH 1 Reputation point
    2023-01-09T17:52:58.633+00:00

    FYI, this is happening for me in EAC today—is this not yet fixed?

    I get the same "Failed to update the accepted domain" error when I try to change the default domain from Authoritative to Internal Relay.

    0 comments No comments

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.