On 10/28/2009 3:43 AM, Sharma, Ashish wrote:
Hello,
I am unable to see the following headers in e-mails received on my
Postfix e-mail receiving server:
1. Return-Path
The Return-Path: header is added on final delivery, and is
never present in postfix queue files. If it's not added on
final delivery, you'll need to debug your delivery agent, or
find out what is removing that header.
2. Received: from
Similar to header on gmail
Received: from dev16 ([123.123.123.123])
by mx.google.com with SMTP id xxxxxxxxxxxxxxxx;
Tue, 27 Oct 2009 05:52:56 -0700 (PDT)
Postfix *always* adds a Received: header. This feature can't
be turned off, although it's possible to remove Received:
headers with a header_checks IGNORE rule.
3. Return-To:
This is not a standard header.
Please suggest me what should I do to add these headers in the received
e-mails.
Most mail clients hide headers from the end user and require
you to do something like "view source" or similar to see all
the headers.
Are you sure the headers aren't there already? Show us some
evidence.
-- Noel Jones