When I send a mail using squirrelmail the damn thing sends my IP in the mail.
also the mail() function in PHP sends the ip of the person requesting the page + the page location.
I don't want this. It's pointless and a security risk.
Is there any way to turn it off?
Received: from *.*.*.* (my ip address, not the server IP)
(SquirrelMail authenticated user [email protected])
by domain.se with HTTP;
Thu, 30 Oct 2008 06:19:51 -0700 (PDT)
also the mail() function in PHP sends the ip of the person requesting the page + the page location.
I don't want this. It's pointless and a security risk.
Is there any way to turn it off?