diff options
author | Peter Palfrader <peter@palfrader.org> | 2002-07-16 02:42:01 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2002-07-16 02:42:01 +0000 |
commit | 9642d0b58123b106caef8e8642514d81ef9d2ecc (patch) | |
tree | 74399f9aa7ab37e0495fa46f3d68d45b258998f2 | |
parent | 3aaedaa69e72d29654a17b8e5e5a663384ef4987 (diff) |
mailbox_command with postfix
File::Spec is needed too
-rw-r--r-- | README | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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«. |