summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2002-07-10 11:49:41 +0000
committerPeter Palfrader <peter@palfrader.org>2002-07-10 11:49:41 +0000
commita13d3a3cde9174d2a6e2bb8d9c9a0f392883674e (patch)
tree921d389ded0869695f85bcb2b0e2e6cd596683bf /README
parent801be7e51100c03e43e7f25e8cafd8d571aaa8e5 (diff)
Moved from XML to Data::Dumper
Give qmail setup example (triptofan) List dependency on Class:MethodMaker (indirect by GnuPG::Interface)
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 12 insertions, 5 deletions
diff --git a/README b/README
index ae61dbf..6116f0e 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-$Id: README,v 1.10 2002/07/06 23:30:08 weasel Exp $
+$Id: README,v 1.11 2002/07/10 11:49:41 weasel Exp $
Echolot is a Pinger for anonymous remailers.
@@ -22,8 +22,7 @@ Please see the file named "LICENSE".
REQUIREMENTS
------------
in general:
- XML::Parser
- XML::Dumper
+ Data::Dumper (should be part of perl-base)
Digest::MD5
Mail::Internet
HTML::Template
@@ -34,6 +33,8 @@ REQUIREMENTS
a mixmaster installation
FIXME what else
+Indirect requirements:
+ Class:MethodMaker (by GnuPG::Interface)
SETUP
-----
@@ -70,12 +71,18 @@ o Mail should be delivered to /home/pinger/echolot/mail which must be a Maildir
Example snipped for procmail:
- :0
- $HOME/echolot/mail/
+ :0
+ $HOME/echolot/mail/
(the trailing slash is important!)
+ Example for qmail:
+
+ echo "./echolot/mail/" > .qmail;
+ touch .qmail-default
+
+
o run »./pingd --verbose start«
o run »./pingd add <address> <address> <address>..« in another terminal