Hi,
there is an annoying behaviour with Exim script in Cpanel. When I send a message using a webmail like Squirrel, the message headers will includes this:
However, when I send a message via smtp, then the message header will include the IP user machine:
As everybody knows, today is easier trace the IP of anyone. I have several customers worried about this behaviour. After searching across internet, I'm unable to find a way to replace the user IP with my server IP.
Note this replacement to protect the privacy of customers it's absolutely legal. The origin of message is preserved putting the server IP instead the IP user. In fact, when somebody send a message via smtp using in example Gmail, the user's IP is not included in the message header but just the IP of Gmail servers.
Please, I pray somebody with enough knowledge can provide a solution to solve this serious issue as soon is possible. It is a matter of concern.
thanks in advance,
there is an annoying behaviour with Exim script in Cpanel. When I send a message using a webmail like Squirrel, the message headers will includes this:
Code:
Received: from user by host.mywebsite.com with local (Exim 4.52)
id 3GDxTL-00051t7B
for [email protected]; Fri, 18 Dec 2005 08:03:47 +0200
Received: from 127.0.0.1 ([127.0.0.1])
(SquirrelMail authenticated user [email protected])
by localhost with HTTP;
However, when I send a message via smtp, then the message header will include the IP user machine:
Code:
Received: from [12.123.124.21] (helo=USERPC)
by host.mywebsite.comwith esmtpsa (TLSv1:AES256-SHA:256)
(Exim 4.52)
id 3GDxTL-00051t7B
As everybody knows, today is easier trace the IP of anyone. I have several customers worried about this behaviour. After searching across internet, I'm unable to find a way to replace the user IP with my server IP.
Note this replacement to protect the privacy of customers it's absolutely legal. The origin of message is preserved putting the server IP instead the IP user. In fact, when somebody send a message via smtp using in example Gmail, the user's IP is not included in the message header but just the IP of Gmail servers.
Please, I pray somebody with enough knowledge can provide a solution to solve this serious issue as soon is possible. It is a matter of concern.
thanks in advance,