How to hide the ip address of the client sender from the message header?


mail source:
Received: (qmail 391 invoked from network); 17 Oct 2000 08:43:48 -0000
Received: from freesurf.ch (HELO freesurfmail.sunrise.ch) (194.230.0.32)
  by 192.168.1.20 with SMTP; 17 Oct 2000 08:43:48 -0000
~^~^~~~^~ ^~~~^^

how i can solve the problem ?

thanks..... mike

----- Original Message -----
From: "Chris Johnson" <[EMAIL PROTECTED]>
To: "Francesco Munaretto" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, October 16, 2000 5:41 PM
Subject: Re: How to hide the ip address of the client sender from the
message header?


On Mon, Oct 16, 2000 at 04:11:56PM +0200, Francesco Munaretto wrote:
>                            194.194.194.194  LAN
>                                |            |
>     mail----------INTERNET-----Firewall-----+--mail (192.168.0.2)
> mydomain2.com                               +--mypc (192.168.0.3)
>                                             mydomain.com
>
> I'm using a pop3 server on mail.mydomain2.com.
> I'have received a message from mail.mydomain.com and
> in the header message there are the following text lines:
>
> Received: from mail.mydomain.com ([194.194.194.194])
>  by www (8.10.2/8.10.2) with SMTP id e9G9FZq12616
>  for <[EMAIL PROTECTED]>; Mon, 16 Oct 2000 11:15:35 +0200
> Received: (qmail 2553 invoked from network); 16 Oct 2000 09:09:58 -0000
> Received: from unknown (HELO mypc) (192.168.0.3)
>                         ^^^^^^^^^^^^^^^^^^^^^^^
>  by 192.168.0.2 with SMTP; 16 Oct 2000 09:09:58 -0000
> ^^^^^^^^^^^^^^
> ...
>
> In the header appears the host name and the ip address
> of the client sender and the internal ip address of the
> qmail server (either protected by firewall).
> How to scrub the private ip addresses from the header?

If you're using tcpserver, try putting this in your rules file:

192.168.0.:allow,TCPREMOTEHOST="",TCPREMOTEIP="",RELAYCLIENT=""

Chris

--
To unsubscribe, send mail to [EMAIL PROTECTED] with "unsubscribe"
in the subject field of the message.

Please read the documentation and the FAQ before posting a question --
chances
are it's already been answered.

http://www.proftpd.net           -- The Official ProFTPD web site.
http://bugs.proftpd.net          -- Bug reporting and feature requests.
http://www.proftpd.net/docs/     -- The latest ProFTPD documentation and
FAQ.


Reply via email to