summaryrefslogtreecommitdiff
path: root/contrib/peer2anonet
diff options
context:
space:
mode:
authord3v11 <d3v11@d3v11.ano>2012-01-29 08:57:25 +0000
committerd3v11 <d3v11@d3v11.ano>2012-01-29 08:57:25 +0000
commite8cb9da4f1c911c1ce9eda54e92404dc95a7b648 (patch)
tree73d7d52c00337d8c324b28eb6a77d7fa03b4897c /contrib/peer2anonet
parent82ff6232a9b55fa0e6d5b7d2a97799be9b363efa (diff)
downloadresdb-e8cb9da4f1c911c1ce9eda54e92404dc95a7b648.tar.gz
resdb-e8cb9da4f1c911c1ce9eda54e92404dc95a7b648.zip
added user warning for qmail
Diffstat (limited to 'contrib/peer2anonet')
-rw-r--r--contrib/peer2anonet/README.html6
-rwxr-xr-xcontrib/peer2anonet/peer2anonet6
2 files changed, 12 insertions, 0 deletions
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 @@
<b>SETUP QMAIL:</b>
+ <b>WARN:</b>
+
+ 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'