summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2002-07-16 02:42:01 +0000
committerPeter Palfrader <peter@palfrader.org>2002-07-16 02:42:01 +0000
commit9642d0b58123b106caef8e8642514d81ef9d2ecc (patch)
tree74399f9aa7ab37e0495fa46f3d68d45b258998f2 /README
parent3aaedaa69e72d29654a17b8e5e5a663384ef4987 (diff)
mailbox_command with postfix
File::Spec is needed too
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index d2eedaa..dd5990f 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-$Id: README,v 1.19 2002/07/16 01:51:52 weasel Exp $
+$Id: README,v 1.20 2002/07/16 02:42:01 weasel Exp $
Echolot is a Pinger for anonymous remailers.
@@ -34,6 +34,7 @@ REQUIREMENTS
Indirect requirements:
Class:MethodMaker (by GnuPG::Interface)
+ File::Spec (by HTML::Template, should be in more recent perl-base)
SETUP
-----
@@ -83,6 +84,9 @@ o Mail should be delivered to /home/pinger/echolot/mail which must be a Maildir
echo "./echolot/mail/" > .qmail;
touch .qmail-default
+
+ To use procmail with postfix set »mailbox_command = /usr/bin/procmail«
+ in main.cf.
o Run »./pingd --verbose start«.