Is there anyway to change Ip Address Instead of Hostname in Email Header.
Eg.
Change To
Anyone out there know how to change.
Thanks
Eg.
Code:
Server Host Name = cp.domain1.com
Server Static Ip = 1.1.1.1
Received: from [::1] (port=33247 helo=doamin1.com)
by cp.doamin1.com with esmtpa (Exim 4.86)
xxxxxxxx
X-AntiAbuse: Primary Hostname - cp.doamin1.com
X-AntiAbuse: Original Domain - gmail.com
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - doamin2.com
X-Get-Message-Sender-Via: cp.doamin1.com: authenticated_id: [email protected]
X-Authenticated-Sender: cp.doamin1.com: [email protected]
Code:
Received: from [::1] (port=33247 helo=doamin1.com)
by 1.1.1.1 with esmtpa (Exim 4.86)
xxxxxxxx
X-AntiAbuse: Primary Hostname - 1.1.1.1
X-AntiAbuse: Original Domain - gmail.com
X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12]
X-AntiAbuse: Sender Address Domain - doamin2.com
X-Get-Message-Sender-Via: 1.1.1.1: authenticated_id: [email protected]
X-Authenticated-Sender: 1.1.1.1: [email protected]
Thanks
Last edited by a moderator: