Summary | Posibillity to diabled the Received from ... (Horde Framework) with HTTP header line injection to the e-Mail header lines. |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Enhancement |
State | Rejected |
Priority | 2. Medium |
Owners | |
Requester | klaus (at) tachtler (dot) net |
Created | 03/12/2014 (4131 days ago) |
Due | |
Updated | 10/06/2016 (3192 days ago) |
Assigned | |
Resolved | 03/18/2014 (4125 days ago) |
Milestone | |
Patch | No |
whole to understand it right.
You can close this enhancement, and thank you for the advise.
did you find a solution?
header_checks feature to remove the Horde Frame Received header line:
append to /etc/postfix/header_checks:
# remove horde web frontend received header (hide dynamic IP to
prevent spam filters from blocking the email)
/^Received: from .* by <your mailserver fqdn> \(Horde Framework\) with
HTTPS/ IGNORE
and enable header checks in postfix's /etc/postfix/main.cf:
header_checks = regexp:/etc/postfix/header_checks
whole to understand it right.
You can close this enhancement, and thank you for the advise.
did you find a solution?
to understand it right.
You can close this enhancement, and thank you for the advise.
Klaus.
for. Webmail is a mail user agent ... skipping the MUA -> HTTP server
step (which is really acting as a mail server in this instance) is
probably the most important step in the whole process!
in the header lines,
but not from which client/Desktop PC the e-Mail was sent to the first MTA.
Received) is initiated. It's the most important information in there.
browser at a place, and I don't want to get lines like the following
in my e-Mail-Header:
or that they will archive this information (they almost certainly will
not).
#2: RFC 5321:7.6. Information Disclosure in Trace Fields
In some circumstances, such as when mail originates from within a LAN
whose hosts are not directly on the public Internet, trace
("Received") header fields produced in conformance with this
specification may disclose host names and similar information that
would not normally be available. This ordinarily does not pose a
problem, but sites with special concerns about name disclosure should
be aware of it.
line, but I think when
Roundcube and other client software/webmailer could do this, why not
Horde too?
it right.
Received from ... (Horde Framework) with HTTP ... header line
injection to the e-Mail header lines.
was not so good.
I don't want to disable ALL Recived: from lines, only the first line
which insert
the Horde Framework HTTP header line from the client/Desktop PC.
In Roundcube or in LotusNotes you can configure this, to hide the
client/Desktop PC
Received: from line!
I remember, that the Received: from line for the sender MTA must be in
the header lines,
but not from which client/Desktop PC the e-Mail was sent to the first MTA.
browser at a place, and I don't want to get lines like the following
in my e-Mail-Header:
from the *recipient's* side, since they can no longer effectively
track the message in the case of abuse. So these headers are for
the benefit of the recipient, not the sender. You start removing
tracking headers and you become at risk of being put on various
RBLs, for example.
client/desktop PC!
With postfix header_checks, I realized "header stripping" for that
line, but I think when
Roundcube and other client software/webmailer could do this, why not
Horde too?
Thank you, hope we can discuss this, and sorry, when I didn't explaind
my problem very well
in my first post.
Klaus.
State ⇒ Rejected
Received from ... (Horde Framework) with HTTP ... header line
injection to the e-Mail header lines.
browser at a place, and I don't want to get lines like the following
in my e-Mail-Header:
Otherwise, if you remove those headers, it becomes a security issue
from the *recipient's* side, since they can no longer effectively
track the message in the case of abuse. So these headers are for the
benefit of the recipient, not the sender. You start removing tracking
headers and you become at risk of being put on various RBLs, for
example.
Priority ⇒ 2. Medium
Type ⇒ Enhancement
Summary ⇒ Posibillity to diabled the Received from ... (Horde Framework) with HTTP header line injection to the e-Mail header lines.
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ No
State ⇒ New
is there a possibility, or could this be realized, to diabled the
Received from ... (Horde Framework) with HTTP ... header line
injection to the e-Mail header lines.
This was done in: .../Horde/Mime/Headers.php - Line 278
...
$this->addHeader('Received', $received);
...
This could be good for security reason, because sometime I use a
browser at a place, and I don't want to get lines like the following
in my e-Mail-Header:
Received: from place.domain.tld (place.domain.tld [xxx.xxx.xxx.xxx]) by
my.domain.tld (Horde Framework) with HTTP; Tue, 11 Mar 2014 10:31:16
+0100
Thank you!