Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: GearyTechPosted on 2004-04-20 at 22:04:22ID: 10875227
4.4.7 Delivery time expired
s/email/rf c1893.txt - not necessarily the easiest document to read... but an excellent reference to get you going down the right road.
The message was considered too old by the rejecting system,
either because it remained on that host too long or because
the time-to-live value specified by the sender of the
message was exceeded. If possible, the code for the actual
problem found when delivery was attempted should be returned
rather than this code. This is useful only as a persistent
transient error.
Or, in English, you sent a message to a mail server that wasn't responding. Messages are typically held for 4 days and retried at regular intervals. After the 4 days, the message is returned to you. The problem is not at your end... it's at the recipient's end.
Troubleshooting email is fairly easy by using the returned error code. In this case, it was a code of 4.4.7. These error codes can be referenced in the rfc1893 document at: http://www.unixhub.com/doc
Good luck.