Wrong Proxy address

Mani 276 Reputation points
2022-10-20T06:15:58.997+00:00

Hi All,

Here I'm having an issue with Proxy address,
We are having internal users with upn@mydomain.com and external user with partner.upn@mydomain.com
Let's take an example for partner account: partner.uday@mydomain.com
When a user sends mail to uday@mydoamin.com instead of partner.uday@mydomain.com these mails need to be rejected because there is no user called uday@mydomain.com
But instead of getting the getting rejected these mails are delivered to partner.uday@mydomain.com,
I had searched the users AD proxy address and uday@mydoamin.com is nowhere added to the user.
We had checked the rules fs there is any rule that forwards messages from uday@mydomain.com to partner.uday@mydomain.com but there is no transport rule for this condition.

This is happing for all the partner accounts.

Can someone help me to sort it out.

Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,533 questions
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,635 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.
2,105 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. KyleXu-MSFT 26,261 Reputation points
    2022-10-21T01:29:01.807+00:00

    @DundiAkhil-3404

    First, you could use command below to check on your Exchange server, check whether this emails address exist on your Exchange server.

    Get-Mailbox -ResultSize unlimited | where{$_.EmailAddresses -match "xyz.@company.com"}  
    Get-Contact | where{$_.WindowsEmailAddress -match "xyz.@company.com"}  
    Get-MailContact | where{$_.ExternalEmailAddress -match "xyz.@company.com"}      
    

    Then I want to confirm with you that:

    • Do you mean add an external email address as Mail Contact on your Exchange admin center? If not, could you provide more detailed information about how do you add this external user? -
    • Whether the "company.com" is the domain name for external mail server? -
    • "This is happing for few users". What about the other user? Do you receive any NDR?

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    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. Mani 276 Reputation points
    2022-12-09T06:23:14.687+00:00

    @KyleXu-MSFT

    I raised MS ticket for this issue, and they said this is because of CMT is enabled, and they suggested to turn it off.

    And I have one concern does it make any other consequences when I turn the CMT off

    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.