YOU NEED:
- 2 users, one for ftp uploads and one for the servers
  ftpuser: gnudeo, serveruser: v2vadmin
- v2vadmin has to be in the group gnudeo
- files uploaded by gnudeo must be read/writeable by v2vadmin -> umask 002
- v2vadmin must be reachable via email(procmail)
- mailserver with .procmailrc support
- python2.3 might wirk with 2.2 but needs chages in ftp2torrent
- static public IP not behind firewall!!
  if you can configure the firewall open the ports 6881-6999,9696
  ------------------------------------------------------------------------
  |BitTorrent defaults to port 6881.                                     |
  |If it can't use 6881, (probably because another download is happening)|
  |it tries 6882, then 6883, etc. It gives up after 6889.                |
  ------------------------------------------------------------------------
- configure ftp rights so that only uploads to incoming are possible
  no download at all!
- you need some extra python modules:

  source: http://www.amk.ca/python/code/crypto.html
  for debian: apt-get install python-crypto

INSTALL:
- extract this tar file into the home directory of the user v2vadmin
- make sure the ownership is ok
- install ./crontab as the users crontab
  as v2vadmin type crontab ~/crontab
- subscribe to v2v-server@mail.kein.org

- get the latest version from http://savannah.nongnu.org/download/mldonkey/
     - extract to homefolder -> new subfolder i.e. mldonkey-distrib-2.5-4
     - create link in ~/bin: ln -s $HOME/mldonkey-distrib-2.5-4/mlnet $HOME/bin/
     - update mldonkey/downloads.ini [only if $HOME != /home/v2vadmin]

- start services with as v2vadmin with: ~/bin/v2vnode start


SECURITY
- change password for gnudeo/mldonkey and update bin/ml_statistic_log.py AUTH

