repo: resdb
action: commit
revision: 
path_from: 
revision_from: e8cb9da4f1c911c1ce9eda54e92404dc95a7b648:
path_to: 
revision_to: 
git.thebackupbox.net
resdb
git clone git://git.thebackupbox.net/resdb
commit e8cb9da4f1c911c1ce9eda54e92404dc95a7b648
Author: d3v11 
Date:   Sun Jan 29 08:57:25 2012 +0000

    added user warning for qmail

diff --git a/contrib/peer2anonet/README.html b/contrib/peer2anonet/README.html
index 1f6e227ea8c759134f512f6e886e7f7f2990b87b..
index ..0bf6db87bcfe8f198c31a2433043e9571a18304e 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 ca4bc656f338b9feba85bb9bca0231d95d5e2a77..
index ..0f0564cb47cb4f2c42f7669e38b1589b88a178fc 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'

-----END OF PAGE-----