LED=250 2.1.5 RESOLVER.MSGTYPE.NDR; handled MFN addressed to extemnal recipient;{MSG=};{FQDN=};{IP=};{LRT=}

事良 邹 45 Reputation points
2023-07-31T04:32:20.1833333+00:00

Exchange 2016 CU22的环境,用户转发会议邮件的时候,收到以下退信,并且在ECP的邮件跟踪报告显示如下:LED=250 2.1.5 RESOLVER.MSGTYPE.NDR; handled MFN addressed to extemnal recipient;{MSG=};{FQDN=};{IP=};{LRT=},这是什么原因呢?转发的邮件主题会自动变成:会议转发通知

1

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,595 questions
0 comments No comments
{count} votes

Accepted answer
  1. Shaofan Lv-MSFT 6,915 Reputation points Microsoft Vendor
    2023-07-31T09:27:51.7633333+00:00

    您好,

    我查询到可能和“-MeetingForwardNotificationEnabled”属性值有关。

    请使用以下命令查看“-MeetingForwardNotificationEnabled”该属性值是否为“False” ,如果是”False“请设置为“True”。

    检查:get-remotedomain | fl meetingforward*

    使用该命令设置为true:Set-RemoteDomain -identity * -MeetingForwardNotificationEnabled $true

    此致

    Shaofan


    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. 

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.