exchange mail contacts and shared smtp

Efff dd 536 Reputation points
2021-03-24T20:19:55.57+00:00

I need to have multi mail contacts all forwarding out to a separate domain (smtp address).

error:
The proxy address "SMTP:test1@do.com" is already being used by the proxy addresses or LegacyExchangeDN of "do.com/users - Contacts/test1". Please choose another proxy address.( The "MailContact" with display name "test1" is already setup and using the same address.)

thanks

Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,350 questions
Microsoft Exchange Hybrid Management
Microsoft Exchange Hybrid Management
Microsoft Exchange: Microsoft messaging and collaboration software.Hybrid Management: Organizing, handling, directing or controlling hybrid deployments.
1,886 questions
{count} votes

1 additional answer

Sort by: Most helpful
  1. Joyce Shen - MSFT 16,641 Reputation points
    2021-03-25T05:24:32.263+00:00

    Hi @Efff dd

    According to the error information above, we will need to find which mailbox/recipient is using the proxy address, then remove the proxy address from other mailbox/recipient.

    Get-Recipient | where {$_.EmailAddresses -match "test1@do.com"}

    Or

    Get-Mailbox test1@do.com | fl UserPrincipalName,EmailAddresses

    Below are the links which discussed about this similar issue:
    How to fix conflicting proxy addresses in O365 when creating a mailbox
    The proxy address is already being used by the proxy address of another mailbox


    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.
     

    0 comments No comments