奇怪的无法送达的信息

奇怪的无法送达的信息

我在 SBS 2011 上运行 Exchange 2010。今天,在尝试向我的组织外发送电子邮件后,我收到了来自他们的服务器(而不是我的服务器)的以下无法送达的回复(请注意,字段中To是收件人的地址,字段中CC有两 (2) 个位于我的域内的电子邮件):

无法向以下收件人或群组发送邮件:CCemail1@localhost 找不到您输入的电子邮件地址。请检查收件人的电子邮件地址并尝试重新发送邮件。如果问题仍然存在,请联系您的帮助台。CCemail2@localhost 找不到您输入的电子邮件地址。请检查收件人的电子邮件地址并尝试重新发送邮件。如果问题仍然存在,请联系您的帮助台。

Diagnostic information for administrators:
Generating server: omikron.baseinvest.local
CCemail1@localhost
#< #5.1.1 550 5.1.1 <CCemail1@localhost>: Recipient address rejected: User unknown in local recipient table> #SMTP#
CCemail2@localhost
#< #5.1.1 550 5.1.1 <CCemail2@localhost>: Recipient address rejected: User unknown in local recipient table> #SMTP#
Original message headers:
X-Yandex-FolderName: xxxxxx
Received: from mxfront4h.mail.yandex.net ([127.0.0.1])
    by mxfront4h.mail.yandex.net with LMTP id olhFd8C4
    for <[email protected]>; Mon, 29 Dec 2014 10:36:12 +0300
Received: from mail.mydomain.com (mail.mydomain.com [xxx.xxx.xxx.xxx])
    by mxfront4h.mail.yandex.net (nwsmtp/Yandex) with ESMTPS id kpw9RHS5if-aA2KqbKN;
    Mon, 29 Dec 2014 10:36:11 +0300
    (using TLSv1 with cipher AES128-SHA (128/128 bits))
    (Client certificate not present)
X-Yandex-Front: mxfront4h.mail.yandex.net
X-Yandex-TimeMark: 1419838571
Authentication-Results: mxfront4h.mail.yandex.net; spf=pass (mxfront4h.mail.yandex.net: domain of mydomain.com designates xxx.xxx.xxx.xxx as permitted sender) [email protected]
X-Yandex-Spam: 1
Received: from server.mydomain.local ([xxxx::xxxx:xxxx:xxxx:xxxx]) by
 server.mydomain.local ([xxxx::xxxx:xxxx:xxxx:xxxx]) with mapi id
 14.01.0438.000; Mon, 29 Dec 2014 09:36:06 +0200
From: ME <[email protected]>
To: "[email protected]" <[email protected]>
CC: CCemail1 <[email protected]>, CCemail2 <[email protected]>
Subject: Issue regarding emails
Thread-Topic: Issue regarding emails
Thread-Index: AdAjODMvuvNcgfXlRhan5HKdNv1+6Q==
Date: Mon, 29 Dec 2014 07:36:05 +0000
Message-ID: <[email protected]>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: yes
X-MS-TNEF-Correlator:
x-originating-ip: [192.168.20.115]
Content-Type: text/plain
MIME-Version: 1.0
X-Yandex-Forward: 7433a6c2f7d3f171a74bcfe3725e87af

奇怪的是,这是来自他们的服务器,不是我的,它试图(可能)向我的电子邮件发送一些内容,cc但将域名更改为@localhost。以前有人遇到过这种事吗?我肯定没有!

答案1

我不知道这有什么奇怪的——您试图向他们的系统发送电子邮件,但由于收件人不存在,系统拒绝了该电子邮件。

他们的软件可能(很可能)重写了邮箱(如 所示@localhost)并产生混淆 - 我注意到 CC 在所有收件人的标题中可见(与 BCC 不同) - 所以他们的系统可能错误地尝试将这些收件人的邮件作为本地邮件发送。(这也意味着您的邮件服务器没有做错任何事,其规格/详细信息无关紧要)。

相关内容