Header Information

Questions and answers about how to do stuff
Post Reply
colin
Posts: 99
Joined: 13 Feb 2014 16:09

Header Information

Post by colin »

Can I stop EFA from adding itself to the email header (own name, IP address etc) so that the first thing that appears in the email header is the originating server?
User avatar
shawniverson
Posts: 3783
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: Header Information

Post by shawniverson »

Can you share an example header of what you are seeing (feel free to remove/conceal identifying info)?

(My headers show the originating server as the first thing already after passing through EFA)
colin
Posts: 99
Joined: 13 Feb 2014 16:09

Re: Header Information

Post by colin »

This is an example:
Received: from mailprotect.oh.local (192.168.1.19) by OH1.oh.local
(192.168.1.17) with Microsoft SMTP Server (TLS) id 14.3.146.0; Tue, 22 Dec
2015 11:14:19 +0000
Received: from bba597144.alshamil.net.ae (bba597144.alshamil.net.ae
[86.98.71.244]) by mailprotect.oh.local (Postfix) with ESMTP id 983FD10069F
for <sipgate@domain.co.uk>; Tue, 22 Dec 2015 11:16:26 +0000 (GMT)
From: Avril Sparrowhawk <Avril.Sparrowhawk@domaina.co.uk>
To: "sipgate@domain.co.uk" <sipgate@domain.co.uk>
Subject: CWIH8974 PAYMENT RECEIVED
Thread-Topic: CWIH8974 PAYMENT RECEIVED
Date: Tue, 22 Dec 2015 15:16:20 +0400
Message-ID: <57B2F503302A134BB06611F503C0E502143C82B4@domain.co.uk>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach: yes
X-MS-TNEF-Correlator:
x-originating-ip: [10.0.0.89]
Content-Type: multipart/mixed;
boundary="_006_57B2F503302A134BB06611F503C0E502143C82B4LCDPMAIL2lescav_"
X-Original-To: accounts@domainb.co.uk
X-Virus-Scanned: ClamAV using ClamSMTP
MIME-Version: 1.0
X-domain-MailScanner-EFA-Information: Please contact administrator@domain.co.uk for more information
X-domain-MailScanner-EFA-ID: 983FD10069F.A2D98
X-domain-MailScanner-EFA: Found to be clean
X-domain-MailScanner-EFA-SpamScore: sss
X-domain-MailScanner-EFA-From: avril.sparrowhawk@domaina.co.uk
X-domain-MailScanner-EFA-Watermark: 1451387788.56546@ofMEFUou3milZvchCFkolA
X-Spam-Status: No
Return-Path: avril.sparrowhawk@domaina.co.uk
X-MS-Exchange-Organization-AuthSource: OH1.oh.local
X-MS-Exchange-Organization-AuthAs: Internal
X-MS-Exchange-Organization-AuthMechanism: 10
X-ESET-AS: R=OK;S=0;OP=CALC;TIME=1450782859;VERSION=2964;MFE-VER=43;MC=3508140569
X-ESET-Antispam: OK
X-EsetResult: clean, is OK
X-EsetId: 37303A29D1205261677C6B
X-EXCLAIMER-MD-CONFIG: e730677c-954c-4d09-bbe9-cecc8c7df1d3

I want to remove (or not add):
Received: from mailprotect.oh.local (192.168.1.19) by OH1.oh.local
(192.168.1.17) with Microsoft SMTP Server (TLS) id 14.3.146.0; Tue, 22 Dec
2015 11:14:19 +0000

So the first on the header is:
Received: from bba597144.alshamil.net.ae (bba597144.alshamil.net.ae
[86.98.71.244]) by mailprotect.oh.local (Postfix) with ESMTP id 983FD10069F
for <sipgate@domain.co.uk>; Tue, 22 Dec 2015 11:16:26 +0000 (GMT)
User avatar
shawniverson
Posts: 3783
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: Header Information

Post by shawniverson »

Exchange is adding that header upon receipt, not EFA.
Post Reply