| Can miniRelay relay (send) messages anonymously? |
|---|
| No. miniRelay allows you to send messages with any account, but the person who receives the message can look in the headers and see your IP. For this reason, sending mail is not totally anonymous. |
| Can I configure miniRelay to not put the IP of my machine in the message? |
|---|
|
No, miniRelay adds a "Received:" header with the IP of the machine from where it received the message (see the italics in the example below). This header can easily be erased by configuring miniRelay to erases all the "Received:" headers. However the destination mail server then adds the IP from where the message arrived (see the bold in the example below). Absolutely nothing can be done about this, because the destination mail server takes the IP of the same TCP connection that is used to send the message to it.
Return-Path: <myaccount@mydomain.com>
Received: from mx.server.com ([ 10.13.14.3 ]) by msg.server.com
(Netscape Messaging Server 4.15) with ESMTP id HBUVDO08.3GU for
<anotheraccount@domain.com>; Sun, 16 Mar 2003 19:58:36 +0100
Received: from your_machine_name ([ 10.11.12.2 ])
by mta05.server.com (Netscape Messaging Server 6.1 (built Jul 18 2002))
with ESMTP id <0HBU00BM8VENFB@mta05.server.com> for anotheraccount@domain.com
(ORCPT anotheraccount@domain.com); Sun, 16 Mar 2003 19:58:36 (+0100 MET)
Received: from localhost ([127.0.0.1]) by
localhost (minirelay v0.9.73)
with smtp id XD9XWHDL; Sun, 16 Mar 2003 20:02:10 -0100
Date: Sun, 16 Mar 2003 20:02:10 +0100
From: NetVicious <myaccount@mydomain.com>
Subject: Example message
To: anotheraccount@domain.com
Reply-to: myaccount@mydomain.com
Message-id: <17931668096.20030316200210@domain.com>
MIME-version: 1.0
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7bit
X-Priority: 3 (Normal)
Text of message
|
Last Modification:
Comments, bugs, etc. to:
netvicious@hotmail.com