# HG changeset patch # User d3v11 # Date 1327799393 0 # Node ID c678f1f6a7e310d1853500f354cb7eb1e688a63b # Parent 3d3031f8451d991544e710fc2bef69d070e93811 added documentation for --setup-qmail and fixed autoinstaller for tor users. please see TORIFY section of the README or view www.d3v11.ano/peer2anonet diff -r 3d3031f8451d -r c678f1f6a7e3 contrib/peer2anonet/README.html --- a/contrib/peer2anonet/README.html Sun Jan 29 00:37:55 2012 +0000 +++ b/contrib/peer2anonet/README.html Sun Jan 29 01:09:53 2012 +0000 @@ -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 diff -r 3d3031f8451d -r c678f1f6a7e3 contrib/peer2anonet/peer2anonet --- a/contrib/peer2anonet/peer2anonet Sun Jan 29 00:37:55 2012 +0000 +++ b/contrib/peer2anonet/peer2anonet Sun Jan 29 01:09:53 2012 +0000 @@ -428,6 +428,7 @@ wget http://www.srn.ano/software/qmail-1.03.tar.gz tar xzf qmail-1.03.tgz cd qmail-1.03 + unset http_proxy wget -O- http://www.srn.ano/patches/qmail-1.03-qmtpc.patch | patch -p1 mkdir /var/qmail groupadd nofiles