Hi
Somebody suggested a grep command to look at the files:
grep -e ‘@.* Host or domain name not found’ /home/guru54gt5/homes/editor/Maildir/cur | sed ‘s/:/\t/g’ | cut -d’ ’ -f1 | sort -u
Got no output though 
Unfortunately I don’t understand this command with those pipes
Is it close to what I need to do ?
Here is an example of one of the files in the directory:
(a return message:)
==================================================
Return-Path: <>
X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on heavyhoster.com
X-Spam-Level: ***
X-Spam-Status: No, score=3.4 required=5.0 tests=AWL,FH_DATE_PAST_20XX,
HTML_MESSAGE,NO_RELAYS autolearn=no version=3.2.5
X-Original-To: editor@expert-world.com
Delivered-To: editor.guru54gt5@heavyhoster.com
Received: by heavyhoster.com (Postfix)
id C91647AE399; Sat, 16 Apr 2011 00:52:33 -0700 (MST)
Date: Sat, 16 Apr 2011 00:52:33 -0700 (MST)
From: MAILER-DAEMON@heavyhoster.com (Mail Delivery System)
Subject: Undelivered Mail Returned to Sender
To: editor@expert-world.com
Auto-Submitted: auto-replied
MIME-Version: 1.0
Content-Type: multipart/report; report-type=delivery-status;
boundary=“128637AE38F.1302940353/heavyhoster.com”
Message-Id: 20110416075233.C91647AE399@heavyhoster.com
This is a MIME-encapsulated message.
–128637AE38F.1302940353/heavyhoster.com
Content-Description: Notification
Content-Type: text/plain; charset=us-ascii
This is the mail system at host heavyhoster.com.
I’m sorry to have to inform you that your message could not
be delivered to one or more recipients. It’s attached below.
For further assistance, please send mail to
If you do so, please include this problem report. You can
delete your own text from the attached returned message.
The mail system
lucacel.vlad@highspeed.ro: host smtp.vhsmail.vodafone.com[85.205.93.89] said:
550 5.1.1 lucacel.vlad@highspeed.ro: Recipient address rejected: User
unknown (in reply to RCPT TO command)
–128637AE38F.1302940353/heavyhoster.com
Content-Description: Delivery report
Content-Type: message/delivery-status
Reporting-MTA: dns; heavyhoster.com
X-Postfix-Queue-ID: 128637AE38F
X-Postfix-Sender: rfc822; editor@expert-world.com
Arrival-Date: Sat, 16 Apr 2011 00:52:30 -0700 (MST)
Final-Recipient: rfc822; lucacel.vlad@highspeed.ro
Original-Recipient: rfc822;lucacel.vlad@highspeed.ro
Action: failed
Status: 5.1.1
Remote-MTA: dns; smtp.vhsmail.vodafone.com
Diagnostic-Code: smtp; 550 5.1.1 lucacel.vlad@highspeed.ro: Recipient address
rejected: User unknown
–128637AE38F.1302940353/heavyhoster.com
Content-Description: Undelivered Message
Content-Type: message/rfc822
Received: from [127.0.0.1] (rm-1003-06.datarealm.com [65.23.129.163])
by heavyhoster.com (Postfix) with ESMTP id 128637AE38F
for lucacel.vlad@highspeed.ro; Sat, 16 Apr 2011 00:52:30 -0700 (MST)
Message-ID: 1302940349.4da94abddfe84@swift.generated
Date: Sat, 16 Apr 2011 01:52:29 -0600
(Then the message content)
==================================================
Maybe that helps.
Thanks for helping.