Hi all,
I recently finished the upgrade to the V6. Now here is the issue I have :
the header_checks.in does not work. After the reload of postfix, I see my new lines into the header_checks file :
Here is what I add :
Code:
/^Sender:.*/ IGNORE
/^Received: from localhost.*/ IGNORE
/^Received: from .+\..+\.webmail .+(by society\.com .+) / REPLACE Received: $1
/^Received:.*\[127\.0\.0\.1/ IGNORE
/^Return-Path:.*/ IGNORE
/^X-Originating-IP.*/ IGNORE
/^X-Mailer.*/ IGNORE
#/^X-Virus-Scanned:.*/ IGNORE
and well there is just one entry which works :
before :
Code:
Received: from webmail.society.com (webmail.society.com ) by mx.google.com with ESMTP
Received: from localhost (localhost.localdomain [127.0.0.1]) by webmail.society.com (Postfix) with ESMTP id
Received: from webmail.society.com ([127.0.0.1]) by localhost (webmail.society.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PE8yvmtRoyYo; Mon, 22 Feb 2010 17:26:32 +0100 (CET)
Received: from webmail.society.com (localhost.localdomain [127.0.0.1]) by webmail.society.com (Postfix) with ESMTP id
After :
Code:
Received: from webmail.society.com (webmail.society.com ) by mx.google.com with ESMTP
Received: from localhost (localhost.localdomain [127.0.0.1]) by webmail.society.com (Postfix) with ESMTP id
Received: from webmail.society.com ([127.0.0.1]) by localhost (webmail.popgom.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PE8yvmtRoyYo; Mon, 22 Feb 2010 17:26:32 +0100 (CET)
So just the last line is gone, I disabled through the gui the option which allows the header_cheks to work
Well plus the line "X-Originating-IP."
but I still see 'localhost', X-Virus-Scanned (I commented the line, but I didn't work, that's why
And the most-annoying thing, the
Code:
/^Sender:.*/ IGNORE
doesn't work, that means the "send on behalf of" is not disabled

I run accross hundred pages here, and I don't think I missed a step (enable headers_checks -> PCRE ok, so I wrote the rules -> reload of postfix)
thanks for your help,
Razique