邮件传递失败:正在向发件人返回邮件此处没有此类用户

问题描述

我已将网站和电子邮件记录迁移到新服务器(其他提供商)。一切正常,除了现在我要从电子邮件发送消息(我的电子邮件方向相同)时,我的一位客户无法接收我的消息。我和我的客户聊天,他的邮件没问题,正如他所说,他收到的邮件没有问题。 我已将问题报告给托管服务提供商,他们已将邮件交换器从远程更改为本地,但并没有解决问题。有人知道会发生什么吗? 这是出现的消息的一部分:

This message was created automatically by mail delivery software.

A message that you sent Could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) Failed:

    [email protected]
    No Such User Here
    [email protected]
    No Such User Here

Reporting-MTA: dns; cherry.theserversite.pro

Action: Failed
Final-Recipient: rfc822;[email protected]
Status: 5.0.0

Action: Failed
Final-Recipient: rfc822;[email protected]
Status: 5.0.0


Return-path: <[email protected]>
Received: from [71.13.252.126] (port=58531 helo=[10.145.123.217])
    by cherry.theserversite.pro with esmtpsa  (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
    (Exim 4.93)
    (envelope-from <[email protected]>)
    id 1UZ6w-00EaD5-0h; Mon,19 Oct 2020 13:38:33 -0400
To: [email protected],[email protected]
From: [email protected]
Subject: =?UTF-8?Q?Reenv=c3=ado_-_cotizaciones_mantenimiento?=

MIME-Version: 1.0
Content-Type: multipart/mixed;

Content-Language: es-ES
X-Antivirus: Avast (VPS 201019-2,19/10/2020),Outbound message
X-Antivirus-Status: Clean
X-Exim-DSN-@R_888_4045@ion: Due to administrative limits only headers are returned

谢谢

解决方法

我找到了解决方案。问题在于其他网站(我的客户的域)在我的服务器内部,并且在那些网站的“电子邮件路由”部分(在Cpanel中)中,这些域被定位为“本地服务器”或未被定位。尽管如此,那些域的电子邮件服务器不在我的服务器中,所以系统很混乱。我只是将两个域(客户端的域)的目标都更改为“远程服务器”,问题消失了。 我希望这种解释对其他开发人员可能有用。 反正谢谢你 约翰尼