Mercurial > hg > anonet-resdb
changeset 906:8565acc59908 draft
added user warning for qmail
author | d3v11 <d3v11@d3v11.ano> |
---|---|
date | Sun, 29 Jan 2012 08:57:25 +0000 |
parents | af399d79c0b8 |
children | 8b28a5f63600 afa3514ef843 |
files | contrib/peer2anonet/README.html contrib/peer2anonet/peer2anonet |
diffstat | 2 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/peer2anonet/README.html Sun Jan 29 01:20:12 2012 +0000 +++ b/contrib/peer2anonet/README.html Sun Jan 29 08:57:25 2012 +0000 @@ -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.
--- a/contrib/peer2anonet/peer2anonet Sun Jan 29 01:20:12 2012 +0000 +++ b/contrib/peer2anonet/peer2anonet Sun Jan 29 08:57:25 2012 +0000 @@ -373,6 +373,12 @@ 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'