Error 550 4.4.7 on the EDGE2
Hello,
I have the below error message when I send an email to a particular recipient. It always go to the Edge2 and stays in the queue (get-queue | fl)
Would you know hoe to solve that issue?
EDGE02.company.com
user.name@clientcompany.com
#550 4.4.7 QUEUE.Expired; message expired ##
Header :
Received: from CASHUB01.company.intra (10.XX.1.124) by mail4.company.com
(10.XX.1.129) with Microsoft SMTP Server (TLS) id 8.1.263.0; Tue, 7 Sep 2010
09:46:03 +0200
Received: from EXCHSERV.company.intra ([10.XX.1.199]) by
CASHUB01.company.intra ([10.XX.1.124]) with mapi; Tue, 7 Sep 2010 09:56:22
+0200
From: USERNAME <USER.NAME@compa-ny.com>
To: "'user.name@clientcompany.com'" <user.name@clientcompany.com>
Date: Tue, 7 Sep 2010 09:56:21 +0200
Subject: Meeting
Thread-Topic: Meeting
Thread-Index: ActOYilmvwmRQVYX1T7I6G2w==
Message-ID: <870205C144A88CFFF912797418BB2D5D99D@EXCHSERV.company.intra>
X-MS-Has-Attach: yes
X-MS-TNEF-Correlator:
acceptlanguage: fr-FR
Content-Type: multipart/related;
boundary="_004_87020885C1A4444A88CFFF912797412C8BB2D5D99DEXCHSERVteaml_";
type="multipart/alternative"
MIME-Version: 1.0
Return-Path: username@compa-ny.com
Thanks,
Graig
September 10th, 2010 10:36am
Hi Graig,
KB 284204 notes the following about the 4.4.7 error message:
Possible Cause: the message in the queue has expired. The sending server
tried to relay or deliver the message, but the action was not completed before the message expiration time occurred. This NDR may also indicate that a message header limit has been reached on a remote server or that some other protocol timeout occurred during
communication with the remote server.
Troubleshooting: this code typically indicates an issue on the receiving
server. Verify the validity of the recipient address, and verify that the receiving server is configured to receive message correctly.
So the problem is usually on the recipient’s server. Common causes are the recipients mail server is offline or otherwise unreachable, possible due to DNS problems.
But you can perform the following steps to ensure whether the issue is on your side:
1.
Use a other account send an e-mail to the specific user.
If the message will not deliver to the recipient’s server, it means that there is something wrong in the recipient’s server.
2.
Telnet the recipient’s server from the edge server and it will get back an error. The error will help us know about the issue clearly.
Here is a reference for you,
http://support.microsoft.com/?id=284204
If you have any questions, please feel free to let me know.
Best regards,
Yang
Free Windows Admin Tool Kit Click here and download it now
September 15th, 2010 9:24am