diff options
author | Peter Palfrader <peter@palfrader.org> | 2002-07-06 21:34:48 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2002-07-06 21:34:48 +0000 |
commit | d1f11a5be97a25e38bd18e55cf5bc2b1dfeb401e (patch) | |
tree | e1c8f5e70944cc0cdafe1e73887e7377d0428947 | |
parent | b4edb1c46e4f6921d7e5bb37d3b508b394f4e39d (diff) |
changed basedir
-rw-r--r-- | README | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -47,6 +47,8 @@ o Create a mixmaster client installation in ~pinger/Mix echolot needs to file, the public mixmaster keyring, and type2.list. Don't bother putting current keyrings there. +o copy all echolot files and directories to ~pinger/echolot + o Check the homedir setting and set sitename in pingd.conf. o Set my_localpart and my_domain in pingd.conf to the appropriate values @@ -59,15 +61,15 @@ o Make sure your MTA supports user defined mailboxes. so that If you use another character instead or + to indicate a user defined extension set recipient_delimiter accordingly in pingd.conf. -o Mail should be delivered to /home/pinger/mail which must be a Maildir - mailbox, i.e there are 3 directories: /home/pinger/mail/tmp, - /home/pinger/mail/cur and /home/pinger/mail/new. Qmail, postfix and - procmail can do this. +o Mail should be delivered to /home/pinger/echolot/mail which must be a Maildir + mailbox, i.e there are 3 directories: /home/pinger/echolot/mail/tmp, + /home/pinger/echolot/mail/cur and /home/pinger/echolot/mail/new. Qmail, + postfix and procmail can do this. Example snipped for procmail: :0 - $HOME/mail/ + $HOME/echolot/mail/ (the trailing slash is important!) |