Carlos Williams wrote:
On Mon, Mar 30, 2009 at 2:47 PM, Victor Duchovni
<victor.ducho...@morganstanley.com> wrote:
Here we, go again, do please look at the Received headers of the
message...
Sorry - this is new to me so please bare with my confusion. I apologise again.
We're referring to the headers in one of the actual emails, not the
logs. They'll look like this:
Return-Path: <n.16.1635...@offersand.com>
X-Original-To: te...@bupkis.org
Delivered-To: te...@bupkis.org
Received: from localhost (wormhole [127.0.0.1])
by smtp.cnysupport.com (Postfix) with ESMTP id 96E4A30400
for <te...@bupkis.org>; Mon, 30 Mar 2009 13:29:33 -0400 (EDT)
Received: from smtp.cnysupport.com ([127.0.0.1])
by localhost (smtp.cnysupport.com [127.0.0.1]) (amavisd-new, port 10024)
with LMTP id LzyD6GHV+ijx for <te...@bupkis.org>;
Mon, 30 Mar 2009 13:29:33 -0400 (EDT)
Received: from rts42.offersand.com (rts42.offersand.com [69.94.142.42])
--->>>> by smtp.cnysupport.com (Postfix) with SMTP id CEBF7303FB
for <te...@bupkis.org>; Mon, 30 Mar 2009 13:29:32 -0400 (EDT)
You're looking for this: by smtp.cnysupport.com (Postfix) with SMTP id
*CEBF7303FB*
and can then:
grep CEBF7303FB /var/log/maillog
to find out how it was processed.
Terry