Skip to content
Snippets Groups Projects
Commit 2218f38b authored by putro's avatar putro
Browse files

removed remailer instruction page and set link to remailer page

parent 5c760318
No related branches found
No related tags found
1 merge request!73removed remailer instruction page and set link to remailer page
Pipeline #54163 passed
...@@ -26,6 +26,5 @@ veröffentlichen. ...@@ -26,6 +26,5 @@ veröffentlichen.
- [Privacy Mail](/docs/mail/privacymail "Privacy Mail") - [Privacy Mail](/docs/mail/privacymail "Privacy Mail")
- [Anonymes Surfen](/docs/anon/tor) - [Anonymes Surfen](/docs/anon/tor)
- [E-Mail-Verschlüsselung](http://www.gnupg.org/documentation/guides.en.html - [E-Mail-Verschlüsselung](http://www.gnupg.org/documentation/guides.en.html "GnuPG guides")
"GnuPG guides") - [Anonyme E-Mails](https://remailer.paranoici.org) "Anonymous Remailer")
- [Anonyme E-Mails](/docs/anon/remailer "Anonymous Mail")
...@@ -26,4 +26,4 @@ section some useful howtos and links. ...@@ -26,4 +26,4 @@ section some useful howtos and links.
- [Anonymous browsing and hidden services](/docs/anon/tor) - [Anonymous browsing and hidden services](/docs/anon/tor)
- [Email Encryption](http://www.gnupg.org/documentation/guides.en.html - [Email Encryption](http://www.gnupg.org/documentation/guides.en.html
"GnuPG guides") "GnuPG guides")
- [Anonymous mail](/docs/anon/remailer "Anonymous Mail") - [Anonymous mail](https://remailer.paranoici.org) "Anonymous Remailer")
...@@ -19,6 +19,6 @@ Pour vous aider à protéger votre vie privée, nous avons décidé de publier i ...@@ -19,6 +19,6 @@ Pour vous aider à protéger votre vie privée, nous avons décidé de publier i
- [Notes generaux pour une mail privé](/docs/mail/privacymail "Privacy Mail") - [Notes generaux pour une mail privé](/docs/mail/privacymail "Privacy Mail")
- [Navigation anonyme et service onions](/docs/anon/tor "Guida Tor") - [Navigation anonyme et service onions](/docs/anon/tor "Guida Tor")
- [Chiffrement mail](http://www.gnupg.org/documentation/guides.en.html "GnuPG guides") - [Chiffrement mail](http://www.gnupg.org/documentation/guides.en.html "GnuPG guides")
- [Mail anonyme](/docs/anon/remailer "Anonymous Mail") - [Mail anonyme](https://remailer.paranoici.org) "Anonymous Remailer")
...@@ -21,6 +21,6 @@ crittazione e per installare e configurare Tor sul vostro computer. ...@@ -21,6 +21,6 @@ crittazione e per installare e configurare Tor sul vostro computer.
- [Guida generale per la protezione della privacy della posta](/docs/mail/privacymail "Privacy Mail") - [Guida generale per la protezione della privacy della posta](/docs/mail/privacymail "Privacy Mail")
- [Navigazione anonima e hidden services](/docs/anon/tor "Guida Tor") - [Navigazione anonima e hidden services](/docs/anon/tor "Guida Tor")
- [Crittazione della posta](http://www.gnupg.org/documentation/guides.it.html "GnuPG guides") - [Crittazione della posta](http://www.gnupg.org/documentation/guides.it.html "GnuPG guides")
- [Posta anonima](/docs/anon/remailer "Anonymous Mail") - [Posta anonima](https://remailer.paranoici.org) "Anonymous Remailer")
title: Anonymous Remailer Howto
----
Anonymous Remailer Howto
========================
These are the fundamental instructions to understand how remailer messages are created: if you use a specific client, you won't need to
learn this process, but this text can help you anyway to understand how remailers work.
If you want to send an anonymous message, first of all create a file containing:
- two colon signs ( :: ) in the first line,
- the phrase "Anon-To: e-mail address" in the second line
whereby the e-mail address should be the address the remailer will send the message to.
The third line should be empty and the message text will follow.
e.g.:
=============================================================
::
Anon-To: destinatario@esempio.org
Message text
=============================================================
Remailers only accept messages encrypted through PGP or GPG, so your message must be encrypted with the remailer public key, which you can
get by sending a message to the remailer (mixmaster@remailer.paranoici.org) and by entering "remailer-key" in the subject.
So the above message must be encrypted with the remailer PGP key and eventually sent to mixmaster@remailer.paranoici.org by entering two
colon signs at the beginning of the message and, in the second line, the phrase "Encrypted: PGP" followed by the previously encrypted
message.
=============================================================
From: joe@test.com
To: mixmaster@remailer.paranoici.org
::
Encrypted: PGP
-----BEGIN PGP MESSAGE-----
Version: 2.6.3i
owE1jMsNwjAUBH3gZMk9PClnUoBPUANpwElW2OBPZD8H0gd1UCP2gduuNDNfj
IcSHT4zCbQmtlbzGFM9T0jSD7QVvEzaPcUlBSSWHQclbnR9YWJNp5BFSLdR9s
CijF3NGxybry/1Rsqn4la3a0JiIhLvnYGCu9HFtiC8oIxnlkeuIYe+EH=HgDa
-----END PGP MESSAGE-----
=============================================================
The remailer will decode your message and send it anonymously. If you want to include a subject or other headers which shouldn't be filtered
by the remailer, you can enter them as explained below before encrypting the message for the remailer:
=============================================================
::
Anon-To: destinatario@esempio.org
##
Subject: Re: Twofish
In-Reply-To: Your message of "Tue, 12 Jan 1999 22:47:04 EST." <199901130247.WAA02761@example.com>
Message text
=============================================================
Even if PGP encryption is very safe, using a remailer in the simplest way is not the best system for protecting your identity. Therefore,
you can tell the remailer, for instance, to keep the message you've sent for a certain period of time and to forward it later so as to avoid
the so-called traffic analysis.
If you enter the header `Latent-Time: +2:00`, your message will be delayed by 2 hours, while if you use the syntax `Latent-Time: +5:00r`,
you'll have a random delay between 0 and 5 hours.
The best way to use a remailer is by using them in a chain, by sending a message from one remailer to the other before it reaches your
addressee.
Let's make an example with the above message:
=============================================================
::
Anon-To: mixmaster@remailer.paranoici.org
::
Encrypted: PGP
-----BEGIN PGP MESSAGE-----
Version: 2.6.3i
owE1jMsNwjAUBH3gZMk9PClnUoBPUANpwElW2OBPZD8H0gd1UCP2gduuNDNfI
T4zCbQmtlbzGFM9T0jSD7QVvEzaPcUlBSSWHQclbnR9YWJNp5BFSLdR9CijF3
ybry/1Rsqn4la3a0JiIhLvnYGCu9HFtiC8oIxnlkeuIYe+EH=HgDq
-----END PGP MESSAGE-----
=============================================================
you can encrypt this message with the PGP key of another remailer (e.g. Cripto) and send the encrypted message to this remailer:
[anon@ecn.org](mailto:anon@ecn.org)
Thus Cripto will receive the message and decode it and will find the instructions to send it to mixmaster@remailer.paranoici.org, which in
its turn will decode it and send it to addressee@example.org
You can find a list of cryptographic software and remailer clients here: [autistici.org/crypto](https://www.autistici.org/crypto) and some additional info on our remailer webpage:
<http://remailer.paranoici.org>
title: Anonymous Remailer Howto
----
Anonymous Remailer - Howto
==========================
Estas son las instrucciones básicas para entender cómo se crean los mensajes con remailer o repetidor de correo: si utilizas un cliente
específico no tendrás que aprender este proceso, pero puede ayudarte de todos modos a entender cómo funcionan los repetidores de correo.
Si deseas enviar un mensaje anónimo, crea primero un archivo que contenga:
- Dos signos de dos puntos (::) en la primera línea,
- La frase "Anon-To: dirección de correo electrónico" en la segunda línea,
donde la dirección de correo electrónico debe ser la dirección a la que el repetidor de correo enviará el mensaje.
La tercera línea debe estar vacía e irá seguida del texto del mensaje.
Ej.:
=============================================================
:: Anon-To: destinatario@ejemplo.org
Escriba aquí su mensaje
=============================================================
Los repetidores de correo sólo aceptan mensajes cifrados mediante PGP o GPG, por lo que tu mensaje debe ser cifrado con la clave pública del
repetidor de correo, que se puede obtener mediante el envío de un mensaje al repetidor de correo (mixmaster@remailer.paranoici.org) y
mediante la introducción de "remailer-key" en el asunto.
Así, el mensaje anterior debe ser cifrado con la clave PGP del repetidor de correo y finalmente enviado a mixmaster@remailer.paranoici.org
mediante la introducción de dos signos de dos puntos al comienzo del mensaje y, en la segunda línea, la frase "Encrypted: PGP", seguida del
mensaje previamente cifrado.
=============================================================
De: joe@test.com
Para: mixmaster@remailer.paranoici.org
::
Encrypted: PGP
-----BEGIN PGP MESSAGE-----
Version: 2.6.3i
owE1jMsNwjAUBH3gZMk9PClnUoBPUANpwElW2OBPZD8H0gd1UCP2gduuNDNfj
IcSHT4zCbQmtlbzGFM9T0jSD7QVvEzaPcUlBSSWHQclbnR9YWJNp5BFSLdR9s
CijF3NGxybry/1Rsqn4la3a0JiIhLvnYGCu9HFtiC8oIxnlkeuIYe+EH=HgDa
-----END PGP MESSAGE-----
=============================================================
El repetidor de correo decodificará el mensaje y lo enviará de forma anónima. Si quieres incluir un asunto u otras cabeceras que no deban
ser filtradas por el repetidor de correo, puedes introducirlos como se explica a continuación antes de cifrar el mensaje para el repetidor
de correo:
=============================================================
::
Anon-To: destinatario@ejemplo.org
##
Asunto: Re: Twofish
En respuesta a: Your message of "Tue, 12 Jan 1999 22:47:04 EST." <199901130247.WAA02761@example.com>
Texto del mensaje
=============================================================
Aunque el cifrado PGP es muy seguro, utilizar un repetidor de correo de la forma más básica no es el mejor método para proteger tu
identidad. Podrías decirle al repetidor de correo, por ejemplo, que retenga el mensaje que has enviado durante un determinado período de
tiempo y que lo remita posteriormente a fin de evitar el llamado análisis de tráfico.
Si introduces en la cabecera `Latent-Time: +2:00`, tu mensaje será retrasado por 2 horas, mientras que si introduces la sintaxis
`Latent-Time: +5:00r`, obtendrás un retraso aleatorio entre 0 y 5 horas.
La mejor manera de utilizar los repetidores de correo es utilizándolos en cadena, enviando un mensaje de un repetidor de correo a otro
antes de que llegue a su destinatario.
Veamos un ejemplo con el mensaje anterior:
=============================================================
::
Anon-To: mixmaster@remailer.paranoici.org
:: Encrypted: PGP
-----BEGIN PGP MESSAGE-----
Version: 2.6.3i
owE1jMsNwjAUBH3gZMk9PClnUoBPUANpwElW2OBPZD8H0gd1UCP2gduuNDNfI
T4zCbQmtlbzGFM9T0jSD7QVvEzaPcUlBSSWHQclbnR9YWJNp5BFSLdR9CijF3
ybry/1Rsqn4la3a0JiIhLvnYGCu9HFtiC8oIxnlkeuIYe+EH=HgDq
-----END PGP MESSAGE-----
=============================================================`
Puedes cifrar el mensaje con la clave PGP de otro repetidor de correo (ej. Cripto) y enviar el mensaje cifrado a este repetidor de correo:
<anon@ecn.org>
De esta manera Cripto recibirá y decodificará el mensaje y, además, encontrará las instrucciones para enviarlo a
mixmaster@remailer.paranoici.org, quien a su vez lo decodificará y enviará a destinatario@ejemplo.org
Puedes encontrar una lista de software criptográfico y clientes repetidores de correo aquí: [autistici.org/crypto](https://autistici.org/crypto) y algo de información adicional
en nuestra página web sobre repetidores de correo: <http://remailer.paranoici.org>
title: Anonymous Remailer - guida
----
Anonymous Remailer - guida
===========================
Qui trovate le istruzioni base in italiano per capire come vengono costruiti i messaggi per il remailer, se usate un client specifico non
e' necessario imparare questo procedimento, pero' aiuta a capire come funzionano i remailer.
Se volete mandare un messaggio anonimo, prima create un file che contenga:
- nella prima riga due segni di "due punti",
- nella seconda riga la scritta "Anon-To: indirizzo-email "
dove indirizzo e-mail e' l'indirizzo a cui il remailer mandera' il messaggio.
La terza riga deve essere vuota, dopodiche' ci sara' il testo del messaggio.
es.:
=============================================================
::
Anon-To: destinatario@esempio.org
Qui' c'e' il testo del messaggio
=============================================================
Il remailer accetta solo messaggi criptati con PGP o GPG, quindi il messaggio deve essere criptato con la chiave pubblica del remailer che
e' possibile ottenere mandando un messaggio al remailer (mixmaster@remailer.paranoici.org) che contenga nel subject "remailer-key".
Quindi il messaggio sopra va criptato con la chiave PGP del remailer, e infine spedito ad mixmaster@remailer.paranoici.org inserendo
all'inizio del messaggio due doppi punti e, nella seconda riga, la scritta "Encrypted: PGP", seguita dal messaggio criptato
precedentemente.
=============================================================
From: joe@test.com
To: mixmaster@remailer.paranoici.org
::
Encrypted: PGP
-----BEGIN PGP MESSAGE-----
Version: 2.6.3i
owE1jMsNwjAUBH3gZMk9PClnUoBPUANpwElW2OBPZD8H0gd1UCP2gduuNDNfj
IcSHT4zCbQmtlbzGFM9T0jSD7QVvEzaPcUlBSSWHQclbnR9YWJNp5BFSLdR9s
CijF3NGxybry/1Rsqn4la3a0JiIhLvnYGCu9HFtiC8oIxnlkeuIYe+EH=HgDa
-----END PGP MESSAGE-----
=============================================================
Il remailer decrittera' il messaggio e lo spedira' anonimamente. Se vuoi includere un Subject o altri header che non saranno filtrati dal
remailer puoi inserirli come indicato qui' sotto prima di criptare il messaggio per il remailer:
=============================================================
::
Anon-To: destinatario@esempio.org
##
Subject: Re: Twofish
In-Reply-To: Your message of "Tue, 12 Jan 1999 22:47:04 EST." <199901130247.WAA02761@example.com>
Testo del messaggio
=============================================================
Anche se la crittazione con PGP e' molto sicura, usare un remailer nel modo piu' semplice non e' il modo migliore per proteggere la propria
identita'. Per questo ad esempio si puo' dire al remailer di trattenere il messaggio che noi gli inviamo per un certo tempo, per reinviarlo
piu' tardi per evitare le cosiddette analisi del traffico.
Se inserisci l'header `Latent-Time: +2:00` il messaggio sara' ritardato di 2 ore, se invece usi la sintassi `Latent-Time: +5:00r` il
ritardo sara' random (ossia casuale) e compreso tra 0 e 5 ore.
Il modo migliore per utilizzare i remailer e' quello di usarli in catena, inviando un messaggio da un remailer all'altro e infine al
destinatario.
Ad esempio, se prendi il messaggio visto sopra da spedire al remailer:
=============================================================
::
Anon-To: mixmaster@remailer.paranoici.org
::
Encrypted: PGP
-----BEGIN PGP MESSAGE-----
Version: 2.6.3i
owE1jMsNwjAUBH3gZMk9PClnUoBPUANpwElW2OBPZD8H0gd1UCP2gduuNDNfI
T4zCbQmtlbzGFM9T0jSD7QVvEzaPcUlBSSWHQclbnR9YWJNp5BFSLdR9CijF3
ybry/1Rsqn4la3a0JiIhLvnYGCu9HFtiC8oIxnlkeuIYe+EH=HgDq
-----END PGP MESSAGE-----
=============================================================
puoi criptarlo con la chiave PGP di un altro remailer (ad esempio Cripto) e mandare il messaggio cosi' criptato a questo remailer
[anon@ecn.org](mailto:anon@ecn.org)
In questo modo Cripto ricevera' il messaggio, lo decrittera' e trovera' le istruzioni per spedirlo ad mixmaster@remailer.paranoici.org, che
a sua volta potra' decrittarlo e spedirlo a destinatario@esempio.org.
Per una migliore spiegazione del meccanismo della concatenazione dei remailer visitate: <http://www.ecn.org/kriptonite>
Per l'utilizzo del mixmaster sotto linux e per un elenco di software crittografici: [autistici.org/crypto](https://autistici.org/crypto) e per altre
informazioni la pagina web del nostro remailer: <http://remailer.paranoici.org>
...@@ -36,7 +36,7 @@ to your correspondents through mail (i.e. in some mail header). ...@@ -36,7 +36,7 @@ to your correspondents through mail (i.e. in some mail header).
If you have such needs, we suggest to either send the email via the webmail (via Tor, if you want to be anonymous in your navigation for your If you have such needs, we suggest to either send the email via the webmail (via Tor, if you want to be anonymous in your navigation for your
network provider) or to use [Tails][t], configuring your email account in [Thunderbird offered in that distribution][tt]. network provider) or to use [Tails][t], configuring your email account in [Thunderbird offered in that distribution][tt].
[ar]: /docs/anon/remailer [ar]: https://remailer.paranoici.org
[t]: https://tails.boum.org/ [t]: https://tails.boum.org/
[tt]: https://tails.boum.org/doc/anonymous_internet/thunderbird/index.en.html [tt]: https://tails.boum.org/doc/anonymous_internet/thunderbird/index.en.html
......
...@@ -253,16 +253,7 @@ sent anonymously. ...@@ -253,16 +253,7 @@ sent anonymously.
For a clever use of this tool, you should pass through many anonymous remailers. If you want to get a good security degree, you need to For a clever use of this tool, you should pass through many anonymous remailers. If you want to get a good security degree, you need to
encode your message first and then to send it through a chain of remailers. Remailers can be used through several clients. encode your message first and then to send it through a chain of remailers. Remailers can be used through several clients.
A list of clients can be found here: For some more informations about remailers: [remailer.paranoici.org](https://remailer.paranoici.org).
[http://www.autistici.org/crypto/](http://www.autistici.org/crypto/index.php/remository/Remailer-clients/)
SSL or TLS protocols support is embedded in almost every mail server and client, by now. Both protocols add a cryptographic level that
prevents your password, for example, from travelling in plain-text through the Internet. Enabling them in a client is rather easy, but not
all providers support them.
Our [mail howto section](/services/mail#howto) offers several manuals explaining how to configure a mail client so as to
use SSL/TLS with A/I, while our <u>[remailer page](/docs/anon/remailer)</u> offers more information about anonymous
remailers.
There's a lesson to be learned from the mentioned A/I case, when the postal police used the excuse of an enquiry on terrorism for There's a lesson to be learned from the mentioned A/I case, when the postal police used the excuse of an enquiry on terrorism for
secretly seizing our server content, with the help of the hosting webfarm: this teaches us once more that it is unsafe to rely on other secretly seizing our server content, with the help of the hosting webfarm: this teaches us once more that it is unsafe to rely on other
......
...@@ -312,16 +312,7 @@ Para hacer un uso inteligente de esta herramienta, deberías pasar a través de ...@@ -312,16 +312,7 @@ Para hacer un uso inteligente de esta herramienta, deberías pasar a través de
seguridad, necesitas primero codificar tu mensaje y luego enviarlos a través de una cadena de remailers. Los remailers pueden ser usados a seguridad, necesitas primero codificar tu mensaje y luego enviarlos a través de una cadena de remailers. Los remailers pueden ser usados a
través de varios clientes. través de varios clientes.
Aquí puede encontrarse una lista de clientes: Para mayor información: [remailer.paranoici.org](https://remailer.paranoici.org "remailer.paranoici.org").
[http://www.autistici.org/crypto](http://www.autistici.org/crypto/index.php/remository/Remailer-clients/)
A esta altura, el soporte para los protocolos SSL o TLS está embebido en casi todos los servidores y clientes de correo. Ambos protocolos
añaden un nivel criptográfico que previene, por ejemplo, que tu contraseña, viaje en texto plano a través de internet. Habilitarlos en un
cliente es relativamente fácil, pero no todos los proveedores los admiten.
Nuestro [howto sobre correo](/services/mail#howto) ofrece varios manuales explicando cómo configurar un cliente de correo para usar
SSL/TLS con A/I, mientras que nuestra <u>[página sobre remailers](/docs/anon/remailer)</u> ofrece más información
sobre remailers anónimos.
De todas formas, hay una lección que aprender del caso de A/I mencionado anteriormente, cuando la policía postal usó la excusa de una De todas formas, hay una lección que aprender del caso de A/I mencionado anteriormente, cuando la policía postal usó la excusa de una
investigación sobre terrorismo para confiscar secretamente el contenido de nuestro servidor, con la ayuda del hosting de los servidores: investigación sobre terrorismo para confiscar secretamente el contenido de nuestro servidor, con la ayuda del hosting de los servidores:
......
...@@ -306,15 +306,9 @@ mittente viene sostituito dall’intermediario. Usando in catena più intermedia ...@@ -306,15 +306,9 @@ mittente viene sostituito dall’intermediario. Usando in catena più intermedia
affermare che la propria mail è stata spedita in maniera anonima. affermare che la propria mail è stata spedita in maniera anonima.
Un utilizzo intelligente implica però la fusione tra anonymous remailer. Per raggiungere un buon livello di sicurezza è infatti necessario Un utilizzo intelligente implica però la fusione tra anonymous remailer. Per raggiungere un buon livello di sicurezza è infatti necessario
prima cifrare il messaggio e quindi spedirlo attraverso una catena di remailer. Esistono diversi client grafici per l’uso di remailer. prima cifrare il messaggio e quindi spedirlo attraverso una catena di remailer.
Per un elenco conviene consultare [http://www.autistici.org/crypto](http://www.autistici.org/crypto/index.php/remository) I remailer sono purtroppo una tecnologia in via di estinzione, per saperne di piu': [remailer.paranoici.org](https://remailer.paranoici.org).
I server e i client di mail possiedono ormai quasi tutti il supporto per il protocollo SSL o per TLS. Entrambi aggiungono un livello
crittografico utile ad esempio a non far passare la propria password in chiaro per Internet. È piuttosto semplice abilitarli dal lato
client, non è però detto che il proprio provider li supporti.
Per approfondire sugli anonymous remailer, vai a questa [pagina tecnica](/docs/anon/remailer).
Il caso già citato, quando, prendendo a utile pretesto un'inchiesta per terrorismo, la polizia postale ha Il caso già citato, quando, prendendo a utile pretesto un'inchiesta per terrorismo, la polizia postale ha
sequestrato a nostra insaputa il contenuto dell'intero server facendosi aiutare dal provider che lo ospitava, dimostra una volta di più che sequestrato a nostra insaputa il contenuto dell'intero server facendosi aiutare dal provider che lo ospitava, dimostra una volta di più che
......
...@@ -20,7 +20,7 @@ Anonymous Remailer ...@@ -20,7 +20,7 @@ Anonymous Remailer
An anonymous remailer is essentially a service to hide one's identity when sending messages by e-mail. A message sent using an anonymous An anonymous remailer is essentially a service to hide one's identity when sending messages by e-mail. A message sent using an anonymous
remailer is not traceble back to you, and for this reason it can't receive a reply. remailer is not traceble back to you, and for this reason it can't receive a reply.
You can get more info on the [remailer web page](https://remailer.paranoici.org) and on our [Remailer Howto](/docs/anon/remailer). You can get more info on the [remailer web page](https://remailer.paranoici.org).
Nym Server Nym Server
---------- ----------
......
...@@ -27,8 +27,7 @@ Remailer Anónimo ...@@ -27,8 +27,7 @@ Remailer Anónimo
Un remailer anonimo es básicamente un modo de esconder nuestra identidad cuando enviamos un mensaje electrónico. Un mensaje enviado a través Un remailer anonimo es básicamente un modo de esconder nuestra identidad cuando enviamos un mensaje electrónico. Un mensaje enviado a través
de un remailer anónimo no se puede atribuir a su autor, debido a esto, tampoco se puede recibir respuesta. de un remailer anónimo no se puede atribuir a su autor, debido a esto, tampoco se puede recibir respuesta.
Para mayor información puedes consultar [la página web de nuestro remailer](https://remailer.paranoici.org) y nuestro Para mayor información puedes consultar [la página web de nuestro remailer](https://remailer.paranoici.org).
[manual del remailer](/docs/anon/remailer).
Nym Server Nym Server
---------- ----------
......
...@@ -25,8 +25,7 @@ Anonymous Remailer ...@@ -25,8 +25,7 @@ Anonymous Remailer
Un anonymous remailer è sostanzialmente un modo per nascondere la propria identità quando si invia un messaggio di posta elettronica. Un Un anonymous remailer è sostanzialmente un modo per nascondere la propria identità quando si invia un messaggio di posta elettronica. Un
messaggio inviato tramite un anonymous remailer non può essere ricondotto al suo autore e per questo non può ricevere risposta. messaggio inviato tramite un anonymous remailer non può essere ricondotto al suo autore e per questo non può ricevere risposta.
Per maggiori informazioni potete consultare [la pagina web del nostro remailer](https://remailer.paranoici.org) e il nostro Per maggiori informazioni potete consultare [la pagina web del nostro remailer](https://remailer.paranoici.org).
[manuale sui remailer](/docs/anon/remailer).
Nym Server Nym Server
---------- ----------
......
...@@ -17,7 +17,7 @@ title: Послуги анонімності ...@@ -17,7 +17,7 @@ title: Послуги анонімності
Анонімне пересилання — це по суті служба приховування справжньої особи при надсиланні листів е-поштою. Повідомлення, надіслане через анонімне пересилання, не містить даних про те, хто ви, а тому на нього неможливо відповісти. Анонімне пересилання — це по суті служба приховування справжньої особи при надсиланні листів е-поштою. Повідомлення, надіслане через анонімне пересилання, не містить даних про те, хто ви, а тому на нього неможливо відповісти.
Дізнайтеся більше на [вебсторінці нашого пересилання](https://remailer.paranoici.org) й у нашій [інструкції про пересилання](/docs/anon/remailer). Дізнайтеся більше на [вебсторінці нашого пересилання](https://remailer.paranoici.org).
Nym-сервер Nym-сервер
---------- ----------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment