Gabor Illo a écrit : > Hello all! > > [snip] > you should ask why hu.freebsd.org blocked your mail? if you get confirmation that it is because of the header above, tell them that blocking mail based on "internal" Received headers is generally a bad idea. if they have a misconfigured barracuda (Barracuda are aware of this issue), they should fix it..
anyway, see below... > Somebody help me please? How can i remove this header from my emails? > > Received: from [127.0.0.1] (87.97.80.150.pool.invitel.hu [87.97.80.150]) > by mail.stageline.hu (Postfix) with ESMTPSA id 90C371C3BE62 > for <b...@hu.freebsd.org>; Sat, 29 May 2010 16:25:26 +0000 (UTC) > - Why is your client helo-ing with [127.0.0.1]? Thunderbird can be configured to use a custom HELO. See http://www.gsd-co.com/thunderbird/ http://www.how-to-hide-ip.info/2008/12/13/how-to-hide-your-private-ip-in-mozilla-thunderbird/ - to remove the header above, you can use header_checks, but you need to detect which headers to remove (you obviously don't want to remove headers added by remote systems). with (pcre syntax assumed): /^Received: \[127\.0\.0\.1\] \(\S+ \S+\)\s+by mail\.stageline\.hu \(Postfix\) with ESMTPA / IGNORE you still run the risk of removing a forged header... ideally, you should enable the submission service and configure your mail clients to use the corresponding port (587). then you can have header_checks that apply only to this service. > > I think needed only one Received: from header: > > Received: from mail.stageline.hu (ns1.stageline.hu [195.228.156.104]) > by hu.freebsd.org (Postfix) with ESMTP id A7FD150826 > for <b...@hu.freebsd.org>; Sat, 29 May 2010 18:25:25 +0200 (CEST) > This one was added by hu.freebsd.org. you can't remove it even if you wanted!