| 1 |
rabbi |
200 |
This software is being distributed under the GNU Public License, see |
| 2 |
|
|
the file GNU.license for more details. |
| 3 |
|
|
|
| 4 |
|
|
Mixmaster can be used with either of the cryptographic libraries |
| 5 |
rabbi |
208 |
RSAREF or OpenSSL. The Src directory should contain a directory (or |
| 6 |
|
|
symbolic link) named `rsaref' or `ssleay' (for legacy reasons). Mixmaster |
| 7 |
|
|
also checks for OpenSSL in /usr/local/ssl. OpenSSL is available from |
| 8 |
rabbi |
235 |
<URL:http://www.openssl.org/source/openssl-0.9.6g.tar.gz>. |
| 9 |
rabbi |
200 |
|
| 10 |
|
|
Installation: |
| 11 |
|
|
------------- |
| 12 |
|
|
|
| 13 |
|
|
To install or upgrade Mixmaster, type `./Install'. |
| 14 |
|
|
|
| 15 |
rabbi |
235 |
The Mixmaster remailer can be installed on any account that can |
| 16 |
rabbi |
200 |
receive mail. Non-remailer messages will be delivered as usual. See |
| 17 |
|
|
the manual page mixmaster(1) for instructions on using Mixmaster and |
| 18 |
|
|
for details about Mixmaster as a remailer. |
| 19 |
|
|
|
| 20 |
|
|
You can get a list of Mixmaster remailers (type2.list) and their public |
| 21 |
rabbi |
235 |
keys (pubring.mix) by running the script "getlist" in the directory where |
| 22 |
|
|
these files are to be stored. This script will also obtain a list of reliable |
| 23 |
|
|
remailers (mix.list). If you're paranoid, get them directly from |
| 24 |
|
|
the remailers and slap them into the proper files yourself with your |
| 25 |
|
|
favorite editor. The mix.list file can be obtained from the WWW by running |
| 26 |
|
|
"lynx -dump http://anon.efga.org/Remailers/mlist >$MIXPATH/mix.list". |
| 27 |
rabbi |
200 |
This command can be run periodically using cron. |
| 28 |
|
|
|
| 29 |
|
|
|
| 30 |
|
|
====================== |
| 31 |
|
|
Credit where credit is due: |
| 32 |
|
|
I have had help on this project from many people. |
| 33 |
|
|
Many uncredited ideas, and pieces of code were provided by the Mixmaster |
| 34 |
|
|
beta test team. They were: |
| 35 |
|
|
John A. Perry <perry@jpunix.com> |
| 36 |
|
|
L. McCarthy <lmccarth@opine.cs.umass.edu> |
| 37 |
|
|
John B. Fleming <jfleming@kether.alias.net> |
| 38 |
|
|
Andre' M. VanKlaveren <vanklava@eniac.ac.siue.edu> |
| 39 |
|
|
rfritz@spiff.ccs.carleton.ca (Ron Fritz) |
| 40 |
|
|
|
| 41 |
|
|
For asistance after the release of version 2.0: |
| 42 |
|
|
Patrick J. LoPresti <patl@lcs.mit.edu> |
| 43 |
|
|
Mark Hahn <hahn@neurocog.lrdc.pitt.edu> |
| 44 |
|
|
|
| 45 |
|
|
For significant contributions to release 2.0.3 |
| 46 |
|
|
Jim Castleberry <jcastle@in-system.com> |
| 47 |
|
|
|
| 48 |
|
|
Finally, I thank my wife Barbara for supporting me through all those nights |
| 49 |
|
|
in front of the computer. |
| 50 |
|
|
|
| 51 |
|
|
Lance Cottrell 1 Oct 1995 |
| 52 |
|
|
<loki@obscura.com> |
| 53 |
|
|
|
| 54 |
|
|
====================== |
| 55 |
|
|
|
| 56 |
|
|
Modified by <um@idril.shnet.org>. |
| 57 |
rabbi |
235 |
Modified by Len Sassaman <rabbi@abditum.com>. |
| 58 |
|
|
Please report problems to <mixmaster-users@lists.sf.net>. |
| 59 |
rabbi |
200 |
|
| 60 |
|
|
Thanks for help and valuable suggestions to: |
| 61 |
|
|
Antonomasia <ant@notatla.demon.co.uk> |
| 62 |
|
|
Lance Cottrell <loki@infonex.com> |
| 63 |
|
|
Todd Cutter <todd.cutter@usa.net> |
| 64 |
|
|
Andy Dustman <adustman@comstar.net> |
| 65 |
|
|
Mark Grant <mark@unicorn.com> |
| 66 |
|
|
Lucky Green <shamrock@cypherpunks.to> |
| 67 |
|
|
Johannes Kroeger <jkroeger@squirrel.owl.de> |
| 68 |
|
|
Medusa <medusa-admin@weasel.owl.de> |
| 69 |
|
|
Dave Del Torto <ddt@pgp.com> |
| 70 |
|
|
RProcess <rprocess@nym.alias.net> |
| 71 |
rabbi |
235 |
Nikolay Sturm <sturm@sec.informatik.tu-darmstadt.de> |
| 72 |
|
|
Rodney Thayer <rodney@tillerman.to> |
| 73 |
rabbi |
266 |
Dingo Admin <dingoadmin@dingoremailer.com> |
| 74 |
rabbi |
200 |
|
| 75 |
|
|
Mixmaster uses Jean-loup Gailly and Mark Adler's free compression library |
| 76 |
|
|
zlib and Philip Hazel's free regex library. |
| 77 |
|
|
|
| 78 |
rabbi |
266 |
$Id: README,v 1.4 2002/09/23 17:54:23 rabbi Exp $ |