From 063910fbc22d4d22489d53843cf08b0590b079af Mon Sep 17 00:00:00 2001 From: d3v11 Date: Sun, 29 Jan 2012 01:09:53 +0000 Subject: added documentation for --setup-qmail and fixed autoinstaller for tor users. please see TORIFY section of the README or view www.d3v11.ano/peer2anonet --- contrib/peer2anonet/README.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'contrib/peer2anonet/README.html') diff --git a/contrib/peer2anonet/README.html b/contrib/peer2anonet/README.html index 4fb5721..1f6e227 100644 --- a/contrib/peer2anonet/README.html +++ b/contrib/peer2anonet/README.html @@ -32,6 +32,9 @@ export http_proxy='http://127.0.0.1:8118/' ./contrib/peer2anonet/peer2anonet --install-* + You can use torify or usewithtor on most options + but setting http_proxy is more reliable. + torify ./contrib/peer2anonet/peer2anonet --install-* usewithtor ./contrib/peer2anonet/peer2anonet --install-* @@ -116,6 +119,22 @@ enjoy to use `--update-dns' to bring your AnoNet domains up to speed. +SETUP QMAIL: + + If you did not ./configure resdb with tinydns support + then you need to do that before using this function. + + also before using you will need to have installed + daemontools, djbdns, and ucspi-tcp. peer2anonet + can do this for you with --install-* options. + + setup-qmail will download and install qmail if it + isn't already installed and configure your + mx domain as a.mx.$nick.ano with the ip of your + resdb git-daemon ip. + + ./contrib/peer2anonet/peer2anonet --setup-qmail + COMPLAIN: If this README doesn't tell you what you need to know -- cgit v1.2.3 From e8cb9da4f1c911c1ce9eda54e92404dc95a7b648 Mon Sep 17 00:00:00 2001 From: d3v11 Date: Sun, 29 Jan 2012 08:57:25 +0000 Subject: added user warning for qmail --- contrib/peer2anonet/README.html | 6 ++++++ contrib/peer2anonet/peer2anonet | 6 ++++++ 2 files changed, 12 insertions(+) (limited to 'contrib/peer2anonet/README.html') diff --git a/contrib/peer2anonet/README.html b/contrib/peer2anonet/README.html index 1f6e227..0bf6db8 100644 --- a/contrib/peer2anonet/README.html +++ b/contrib/peer2anonet/README.html @@ -121,6 +121,12 @@ SETUP QMAIL: + WARN: + + You should patch or firewall off qmail from + reaching IcannNet so someone cannot harvest + your IP with the mailerdaemon response. + If you did not ./configure resdb with tinydns support then you need to do that before using this function. diff --git a/contrib/peer2anonet/peer2anonet b/contrib/peer2anonet/peer2anonet index ca4bc65..0f0564c 100755 --- a/contrib/peer2anonet/peer2anonet +++ b/contrib/peer2anonet/peer2anonet @@ -373,6 +373,12 @@ INSTALL_UCSPI_TCP(){ SETUP_QMAIL(){ echo -e '\nSETUP QMAIL:\n' + + echo -e '\tWARN:\n' + echo -e '\tYou should patch or firewall off qmail from' + echo -e '\treaching IcannNet so someone cannot harvest' + echo -e '\tyour IP with the mailerdaemon response.' + [[ $(echo X`which gcc`) == X ]] && echo ' fatal error: cannot find gcc' [[ $(echo X`which gcc`) == X ]] && exit 1 [[ $(echo X`which make`) == X ]] && echo ' fatal error: cannot find make' -- cgit v1.2.3