/[pkg-mixmaster]/trunk/Mix/mix.1
ViewVC logotype

Contents of /trunk/Mix/mix.1

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (hide annotations) (download)
Wed Oct 31 08:19:51 2001 UTC (11 years, 6 months ago) by rabbi
File size: 19293 byte(s)
Initial revision
1 rabbi 1 .TH MIX 1 "Mixmaster Version 3.0 beta"
2     .\" $Id: mix.1,v 1.1 2001/10/31 08:19:53 rabbi Exp $
3     .SH NAME
4     mix \- anonymous remailer software
5     .SH SYNOPSIS
6     .B mix
7     [\fB\-hpmdSvT\fR]
8     [\fB\-t \fIuser@host\fR]
9     [\fB\-g \fInewsgroup\fR]
10     [\fB\-s \fIsubject\fR]
11     [\fB\-a \fIfilename\fR]
12     [\fB\-n \fInym\fR]
13     [\fB\-l \fImix1,mix2,mix3,...\fR]
14     [\fB\-c \fInum\fR]
15     [\fIuser@host\fR]
16     [\fIfilename\fR]
17     .PP
18     .B mix
19     [\fB\-f\fR[\fBrfg\fR] \fIfilename\fR]
20     .PP
21     .B mix \-\-nym\-config=\fIyournym \fR[\fBname=\fIPseudonym\fR]
22     [\fBopt=\fInymserver options\fR] [\fB\-\-latency=\fIhours\fR]
23     [\fB\-\-reply\-chain=\fIrem1,rem2,...\fR]
24     .PP
25     .B mix \fR[\fB\-RGKSP\fR]
26     .SH DESCRIPTION
27     Mixmaster is an anonymous remailer. Remailers provide protection
28     against traffic analysis and allow sending mail anonymously or
29     pseudonymously.
30     .PP
31     In the non-interactive mode, Mixmaster reads a message from its
32     standard input or from a file. Destination address and input file can
33     be specified in the command line. If no address is given in the
34     command line, the input file is expected to contain a message complete
35     with mail headers. Messages to be send under a pseudonym must contain
36     a
37     .I Nym:
38     header rather than
39     .IR From: .
40     .SH OPTIONS
41     .TP
42     .B "\-h, \-\-help"
43     Print a summary of command line options.
44     .TP
45     .B "\-t, \-\-to=\fIuser@host"
46     Add the destination address(es) to the message header. The input file
47     contains the message body without headers.
48     .TP
49     .B "\-g, \-\-post-to=\fInewsgroup"
50     Add the newsgroup(s) to the message header. The input file
51     contains the message body without headers.
52     .TP
53     .B
54     \-p, \-\-post
55     Post the message to Usenet.
56     .TP
57     .B
58     \-m, \-\-mail
59     Send the message as electronic mail. (This is the default.)
60     .TP
61     .B "\-s, \-\-subject=\fIsubject"
62     Add the
63     .I subject
64     to the message header.
65     .TP
66     .B "\-\-header=\fI'Header: text'
67     Add the header line to the message header.
68     .TP
69     .B "\-a, \-\-attachment=\fIfilename"
70     Attach
71     .I file
72     to the message.
73     .TP
74     .B "\-n, \-\-nym=\fIyournym"
75     Use the given pseudonym to send the message.
76     .TP
77     .B \-\-encrypt
78     Encrypt the message using the OpenPGP format.
79     .TP
80     .B \-\-sign
81     Sign the message using the OpenPGP format.
82     .TP
83     .B "\-l, \-\-chain=\fImix1,mix2,mix3,..."
84     Use this remailer chain to send the message. Alternatively, the input
85     message may contain a pseudo-header
86     .BR Chain: .
87     If no chain is specified, Mixmaster will use a chain of four random
88     remailers.
89     .TP
90     .B "\-T, \-\-type\-list"
91     Display the contents of the
92     .BR type2.list
93     file.
94     .TP
95     .B "\-c, \-\-copies=\fInum"
96     Send
97     .I num
98     copies of the message to increase reliability.
99     .TP
100     .B \-d, \-\-dummy
101     Generate a dummy message as protection against traffic analysis.
102     .TP
103     .B \-S, \-\-send
104     Send the message(s) from the pool.
105     .TP
106     .B \-v, \-\-verbose
107     Output informational messages.
108     .TP
109     .B "\-f\fR [\fIfile\fR]"
110     Read a mail folder. This function requires ncurses support.
111     .TP
112     .B "\-fr\fR [\fIfile\fR]"
113     Reply to a message.
114     .TP
115     .B "\-ff\fR [\fIfile\fR]"
116     Post a follow-up to a message.
117     .TP
118     .B "\-fg\fR [\fIfile\fR]"
119     Send a group reply to a message.
120     .TP
121     .B "\-\-nym\-config=\fInym \fR[\fBname=\fIPseudonym\fR] [\fBopt=\fInymserver options\fR]"
122     Generate a pseudonym.
123    
124     For example, to set up a pseudonym with two mail reply blocks and nym
125     server acknowledgment for successfully remailed messages:
126     .PP
127     mix --nym-config=yournym@nym.alias.net opt=+acksend --to=user@domain
128     --reply-chain=privacy,hr13,hyper --to=user@domain
129     --reply-chain=replay,squirrel,mix
130    
131     To use a message pool:
132     .PP
133     mix --nym-config=yournym@nym.alias.net
134     --post-to=alt.anonymous.messages
135     --subject="secret message" --reply-chain=base
136     .TP
137     .B "\-\-latency=\fIhours"
138     Reply chain latency.
139     .TP
140     .B "\-\-reply\-chain=\fIrem1,rem2,..."
141     Reply chain for the pseudonym.
142     .SS Remailer options:
143     .TP
144     .B \-R, \-\-read\-mail
145     Read a remailer message from standard input and store it in the pool.
146     .TP
147     .B \-P, \-\-pop-mail
148     Read mail from the POP3 servers listed in
149     .BR pop3.cfg .
150     .TP
151     .B \-M, \-\-remailer
152     Check if it is time to perform the regular remailer actions:
153     Send messages from the pool, get mail from POP3 servers and keep the
154     internal files up\-to\-date.
155     .TP
156     .B \-D, \-\-daemon
157     Detach from the console and process the pool, get mail and update the
158     internal files in regular intervals.
159     .TP
160     .B -G, \-\-generate\-key
161     Generate a new remailer key.
162     .TP
163     .B \-K, \-\-update\-keys
164     Generate remailer keys if necessary.
165     .TP
166     .B \-S, \-\-send
167     Force sending the message(s) from the pool.
168     .SH CONFIGURATION
169     Mixmaster reads its configuration from the file
170     .B mix.cfg
171     in its working directory. The configuration file consists of lines of
172     the type
173     .PP
174     .I VARIABLE values
175     .PP
176     and of comments, which begin with a
177     .B #
178     character. The variables have reasonable default values, but it is
179     useful to create a configuration file using the
180     .B Install
181     script when setting up a remailer.
182     .PP
183     All configuration variables can be overridden from the command line,
184     e.g.
185     .B mix -S --POOLSIZE=0 --RATE=100
186     will send all messages currently in the message pool.
187     .SS Client configuration:
188     .TP
189     .B ADDRESS
190     Your address for sending non-anonymous messages.
191     .TP
192     .B NAME
193     Your real name (used for sending non-anonymous messages).
194     .TP
195     .B MAILtoNEWS
196     Address of a mail-to-news gateway. Default:
197     .BR mail2news@nym.alias.net .
198     .TP
199     .B CHAIN
200     Default chain for anonymous messages to be sent.
201     .B CHAIN
202     is a comma-separated list of remailer names or addresses.
203     A
204     .B *
205     represents a random reliable remailer. Default:
206     .BR *,*,*,* .
207     .TP
208     .B NUMCOPIES
209     Number of redundant copies of an anonymous message to be
210     sent, unless specified otherwise on the command line.
211     Default:
212     .BR 1 .
213     .TP
214     .B DISTANCE
215     When selecting random remailers, the chain will contain
216     .I DISTANCE
217     other remailers between two occurences of the
218     same remailer in the chain. Default:
219     .BR 2 .
220     .TP
221     .B MINREL
222     Only select remailers with a reliability of at least
223     .IR MINREL %.
224     Default:
225     .BR 98 .
226     .TP
227     .B RELFINAL
228     Only select a remailer with a reliability of at least
229     .IR RELFINAL %
230     as the final remailer. Default:
231     .BR 99 .
232     .TP
233     .B MAXLAT
234     Only select remailers with a latency of maximally
235     .IR MAXLAT .
236     Default:
237     .BR 36h .
238     .TP
239     .B PGPPUBRING
240     Path to your public PGP key ring. Default:
241     .BR ~/.pgp/pubring.pgp .
242     (Windows default: PGP registry value.)
243     .TP
244     .B PGPSECRING
245     Path to your secret PGP key ring. Default:
246     .BR ~/.pgp/secring.pgp .
247     (Windows default: PGP registry value.)
248     .SS Remailer configuration:
249     .TP
250     .B SENDMAIL
251     Path to the
252     .BR sendmail (1)
253     program. If set to
254     .BR outfile ,
255     Mixmaster will create text files named
256     .BI out * .txt
257     in the
258     .B pool
259     directory instead of sending mail.
260     Default:
261     .BR "/usr/lib/sendmail -t" .
262     .TP
263     .B SMTPRELAY
264     Name of SMTP relay. If set, mail will be delivered to the relay
265     rather than by
266     .BR sendmail (1).
267     .TP
268     .B HELONAME
269     Name used in the SMTP dialogue.
270     Default: The
271     .I ENVFROM
272     host name or the current network name associated with the socket.
273     .TP
274     .B ENVFROM
275     Envelope from address used in the SMTP dialogue. (When the client is
276     used to send non-anonymous messages,
277     .I ADDRESSS
278     is used instead.)
279     Default:
280     .IR ANONADDR .
281     .TP
282     .B NEWS
283     Path to the news posting program, or address of a
284     mail-to-news gateway. Default: no news posting.
285     (When using a news posting program,
286     .I ORGANIZATION
287     contains
288     an Organization line for anonymous messages. Default:
289     .BR "Anonymous Posting Service" .)
290     .TP
291     .B SENDANONMAIL
292     Path to a program for sending anonymous mail. Default:
293     .IR SENDMAIL .
294     .B SENDANONMAIL
295     can be used to invoke an external mail filter for anonymized messages.
296     .TP
297     .B SHORTNAME
298     A short name for the remailer to be used in lists. Defaults to the host name.
299     .TP
300     .B REMAILERADDR
301     The remailer mail address.
302     .TP
303     .B ANONADDR
304     An address to be inserted in the
305     .B From:
306     line of anonymous messages. Default:
307     .IR REMAILERADDR .
308     .TP
309     .B REMAILERNAME
310     A name to be inserted in the
311     .B From:
312     line of remailer status
313     messages. Default:
314     .BR "Anonymous Remailer" .
315     .TP
316     .B ANONNAME
317     A name to be inserted in the
318     .B From:
319     line of anonymous messages.
320     Default:
321     .BR "Anonymous" .
322     .TP
323     .B COMPLAINTS
324     An address for complaints to be sent to. Default:
325     .IR REMAILERADDR .
326     .TP
327     .B ERRLOG
328     Name of a file to log error messages, or
329     .B stdout
330     or
331     .BR stderr .
332     Default:
333     .BR stderr .
334     (When run from a tty, Mixmaster will always print a copy of error
335     messages to
336     .BR stderr .)
337     .TP
338     .B MAILBOX
339     A generic mail folder for non-remailer messages that are not stored in
340     any of the following folders.
341     If
342     .B MAILBOX
343     begins with a
344     .BR | ,
345     it specifies the path to a program. If it contains an
346     .B @
347     sign, the message is forwarded to the given address (with an
348     .B X-Loop:
349     header to prevent mail loops), otherwise the message is appended
350     to the given file name or written to standard output if
351     .B MAIL
352     is
353     .BR stdout .
354     Default:
355     .BR mbox .
356     .TP
357     .B MAILABUSE
358     Mail folder for messages sent to the
359     .I COMPLAINTS
360     address.
361     Default:
362     .IR MAILBOX .
363     .TP
364     .B MAILBLOCK
365     Mail folder for messages sent to the remailer address with a
366     .B DESTINATION-BLOCK
367     line.
368     Default:
369     .IR MAILBOX .
370     .TP
371     .B MAILUSAGE
372     Mail folder for messages sent to the remailer address that do not
373     contain any valid remailer commands. Default:
374     .BR /dev/null .
375     .TP
376     .B MAILANON
377     Mail folder for replies sent to the
378     .I ANONADDR
379     address.
380     Default:
381     .BR /dev/null .
382     .TP
383     .B MAILERROR
384     Mail folder for messages that cannot be decrypted or contain other
385     errors. Default:
386     .BR /dev/null .
387     .TP
388     .B MAILBOUNCE
389     Mail folder for bounce messages. Default:
390     .IR MAILBOX .
391     .TP
392     .B VERBOSE
393     If
394     .B VERBOSE
395     is set to
396     .BR 0 ,
397     Mixmaster will log error
398     messagess only. If it is set to
399     .BR 1 ,
400     error message and warnings are logged. If
401     .B VERBOSE
402     is set to
403     .BR 2 ,
404     successful operation is logged as well.
405     If set to
406     .BR 3 ,
407     a log file entry is created whenever a message
408     enters or leaves the pool. Default:
409     .BR 2 .
410     .PP
411     The following variables can be set to
412     .B y
413     or
414     .BR n :
415     .TP
416     .B REMAIL
417     Enable remailer functionality. Default:
418     .BR y .
419     .TP
420     .B MIDDLEMAN
421     Act as an intermediate hop only, forward anonymized
422     messages to an other remailer. This mode can be used
423     where complaints about anonymous messages must be
424     avoided. (The variable
425     .B FORWARDTO
426     specifies the remailer
427     chain to be used; default:
428     .BR * .)
429     Default:
430     .BR n .
431     .TP
432     .B AUTOREPLY
433     Send help files in response to non-remailer messages. Explicit
434     .B remailer-help
435     requests are always served.
436     Default:
437     .BR n .
438     .TP
439     .B MIX
440     Accept Mixmaster messages. Default:
441     .BR y .
442     .TP
443     .B PGP
444     Accept OpenPGP-encrypted Cypherpunk remailer messages.
445     Default:
446     .BR y .
447     .TP
448     .B UNENCRYPTED
449     Accept unencrypted Cypherpunk remailer messages.
450     Default:
451     .BR n .
452     .TP
453     .B REMIX
454     Re-encrypt Type I messages to other remailers in the Mixmaster format
455     .RB ( x
456     = only when requested by user explicitly).
457     Default:
458     .BR y .
459     .TP
460     .B BINFILTER
461     Filter out binary attachments. Default:
462     .BR n .
463     .TP
464     .B MID
465     Use a hash of the message body as Message-ID, to avoid
466     Usenet spam. Default:
467     .BR y .
468     If
469     .B MID
470     is set to a string
471     beginning with
472     .BR @ ,
473     that string is used as the domain part of the message ID.
474     .TP
475     .B AUTOBLOCK
476     Allow users to add their address to the
477     .B dest.blk
478     file by sending the remailer a message containing the line
479     .BR destination-block .
480     Default:
481     .BR y .
482     .PP
483     The following variables have numeric values:
484     .TP
485     .B POOLSIZE
486     The size of the Mixmaster reordering pool. Larger sizes
487     imply higher security and longer delays. Default:
488     .BR 0 .
489     .TP
490     .B RATE
491     Percentage of messages from the pool to be sent. Default:
492     .BR 100 .
493     Lower values cause the pool to increase in size when
494     many messages are recieved at a time, reducing the effect
495     of flooding attacks.
496     .TP
497     .B SIZELIMIT
498     Maximal size for anonymous messages in kB.
499     .B 0
500     means no limit.
501     Default:
502     .BR 0 .
503     .TP
504     .B POP3SIZELIMIT
505     Maximal size for incoming messages in kB when using POP3.
506     .B 0
507     means no limit.
508     Default:
509     .BR 0 .
510     Larger messages are deleted unread if
511     .B POP3DEL
512     is set to
513     .BR y ,
514     and left on the server otherwise.
515     .TP
516     .B INFLATEMAX
517     Maximal size for
518     .B Inflate:
519     padding in kB.
520     .B 0
521     means padding is not allowed.
522     Default:
523     .B 50
524     .BR kB .
525     .TP
526     .B MAXRANDHOPS
527     Maximal chain length for message forwarding requested by
528     .B Rand-Hop
529     directives.
530     Default:
531     .BR 20 .
532     .PP
533     The following are time variables. They can be given as days, hours, or
534     minutes.
535     .TP
536     .B SENDPOOLTIME
537     How often Mixmaster should check the pool for messages
538     to be sent. Default:
539     .BR 1h .
540     .TP
541     .B POP3TIME
542     How often Mixmaster should check the POP3 accounts
543     listed in
544     .B pop3.cfg
545     for new mail.
546     Default:
547     .BR 1h .
548     .TP
549     .B PACKETEXP
550     How long to store parts of incomplete multipart messages.
551     Default:
552     .BR 7d .
553     .TP
554     .B IDEXP
555     Mixmaster keeps a log of packet IDs to prevent replay
556     attacks.
557     .B IDEXP
558     specifies after which period of time old
559     IDs are expired. Default:
560     .BR 7d ,
561     minimum:
562     .BR 5d .
563     If set to
564     .BR 0 ,
565     no log is kept.
566     .PP
567     The following strings must be specified at compile-time in
568     .BR config.h .
569     Usually it is not necessary to modify any of these:
570     .TP
571     .B
572     DISCLAIMER
573     A default string to be inserted in the header of all anonymous
574     messages if no
575     .B disclaim.txt
576     file is available. If
577     .B DISCLAIMER
578     contains the substring
579     .BR "%s" ,
580     it will be substituted with the
581     .I COMPLAINTS
582     address.
583     .TP
584     .B FROMDISCLAIMER
585     A default string to be inserted at the top of the message body
586     if an anonymous message contains a user-supplied
587     .B From:
588     line and no
589     .B fromdscl.txt
590     file is available.
591     .TP
592     .B BINDISCLAIMER
593     A string to replace the body of a binary attachment when
594     the remailer is configured to filter out binaries.
595     .TP
596     .B CHARSET
597     The character set used for MIME-encoded header lines.
598     .TP
599     .B DESTBLOCK
600     A quoted list of files that contain blocked addresses.
601     Files must be separated by one space. Mixmaster will choose
602     the first file for writing
603     .B AUTOBLOCK
604     is enabled.
605     .PP
606     The following variables can be set in the
607     .B Makefile
608     or in
609     .BR config.h :
610     .TP
611     .B PASSPHRASE
612     A passphrase used to protect the remailer secret keys from
613     casual attackers. You can use
614     .B `make PASS="\fIyour passphrase\fB"'
615     to set a passphrase. This should
616     .I not
617     be the same as the client passphrase.
618     .TP
619     .B SPOOL
620     Set
621     .B SPOOL
622     if you want to use a default directory other than
623     .B ~/Mix
624     or if Mixmaster is run in an environment where
625     .B $HOME
626     is not set, e.g. when invoked via
627     .BR .forward .
628     This value can be overridden by use of the environment variable
629     .BR $MIXPATH .
630     .TP
631     .B USE_SSLEAY
632     Use the SSLeay/OpenSSL cryptographic library. Currently this is the
633     only cryptographic library supported by Mixmaster.
634     .TP
635     .B USE_IDEA
636     Use the IDEA encryption algorithm. A license is required to use IDEA
637     for commercial purposes. See file
638     .B idea.txt
639     for details.
640     .TP
641     .B USE_PGP
642     Support the OpenPGP encryption format. Mixmaster does not call any
643     external encryption program.
644     .TP
645     .B USE_PCRE
646     Use the regular expression library.
647     .TP
648     .B USE_ZLIB
649     Use the
650     .B zlib
651     compression library.
652     .TP
653     .B USE_NCURSES
654     Use the
655     .B ncurses
656     library.
657     .TP
658     .B USE_SOCK
659     Use sockets to transfer mail by POP3 and SMTP.
660     .TP
661     .B USE_WINGUI
662     Use the
663     .B Win32
664     GUI.
665     .TP
666     .B HAVE_GETDOMAINNAME
667     The
668     .BR getdomainname (2)
669     function is available.
670     .SH FILES
671     .TP
672     .B mix.cfg
673     Mixmaster configuration file.
674     .TP
675     .B pubring.asc
676     Type 1 remailer keys.
677     .TP
678     .B pubring.mix
679     Type 2 remailer keys.
680     .TP
681     .B rlist.txt
682     List of reliable type 1 remailers.
683     .TP
684     .B mlist.txt
685     List of reliable type 2 remailers.
686     .TP
687     .B type2.list
688     List of known type 2 remailers (optional).
689     .SS Remailer files:
690     .TP
691     .B disclaim.txt
692     A string to be inserted in the header of all anonymous
693     messages.
694     .TP
695     .B fromdscl.txt
696     A string to be inserted at the top of the message body
697     if an anonymous message contains a user-supplied
698     .B From:
699     line.
700     .TP
701     .B help.txt
702     Help file sent in response to
703     .B remailer-help
704     requests.
705     .TP
706     .B adminkey.txt
707     The PGP key of the remailer operator sent in response to
708     .B remailer-adminkey
709     requests.
710     .TP
711     .B abuse.txt
712     File sent in response to mail to the
713     .I COMPLAINTS
714     address if
715     .B AUTOREPLY
716     is set.
717     .TP
718     .B reply.txt
719     Help file sent in response to replies to anonymous messages if
720     .B AUTOREPLY
721     is set.
722     .TP
723     .B usage.txt
724     Help file sent in response to non-remailer message sent to
725     .I REMAILERADDR
726     if
727     .B AUTOREPLY
728     is set. If
729     .B usage.log
730     exists, recipients are logged and a reply is sent only once to avoid
731     mail loops.
732     .TP
733     .B blocked.txt
734     Information sent in response to automatically processed blocking requests if
735     .B AUTOREPLY
736     is set.
737     .TP
738     .B pop3.cfg
739     List of POP3 accounts with lines of the form
740     .I account@host.domain password
741     to get remailer messages from. The lines may optionally contain the
742     keyword "apop" or "pass" to select an authentication method.
743     .TP
744     .B dest.alw
745     List of addresses to which Mixmaster will deliver, even in middleman mode.
746     .TP
747     .B dest.blk
748     List of blocked destination addresses.
749     Mixmaster does not send mail to the blocked addresses listed in this file.
750     .TP
751     .B rab.blk
752     Identical to
753     .BR dest.blk ,
754     except that Mixmaster will not write to this file.
755     For use with external remailer abuse blocklists.
756     .TP
757     .B source.blk
758     List of blocked source addresses. If an incoming message originates
759     from an address or IP in this in this list, it will be ignored. This
760     feature can be used to avoid spam and other abusive mail.
761     .TP
762     .B header.blk
763     List of unwanted header fields. The file is used to delete unwanted
764     header lines (e.g. lines that indicate a false identity, or Usenet
765     control messages), and do other header filtering.
766     .PP
767     A destination address or header line is left out if it contains a
768     search string or matches a regular expression specified in the block
769     file. Lines in the block file that begin and end with a slash
770     .RB ( /\fIregexp\fB/ )
771     are interpreted as regular expressions. Lines without
772     slashes are used for case-independent substring search.
773    
774     If a message contains a header line that matches a
775     .B /\fIregexp\fB/q
776     entry in
777     .BR header.blk ,
778     the entire message is deleted.
779    
780     In addition, regular expressions can be substituted. Backreferences
781     are supported. For example
782    
783     /^From: *([^@]*) <.*>/From: $1/
784     /^From:.* \\(([^@]*)\)/From: $1/
785     /^From: *([^@]*).*$/From: $1 <\fInobody@remailer.domain\fR>/
786    
787     would allow user-defined names in the
788     .B From:
789     line, while replacing any given address with the remailer address.
790     .SS
791     Mixmaster uses the following files internally:
792     .TP
793     .B mixrand.bin
794     Random seed file.
795     .TP
796     .B secrets.mix
797     List of your nyms with configuration data (encrypted).
798     .TP
799     .B nymsec.pgp
800     Your nyms' secret PGP keys (encrypted).
801     .TP
802     .B secring.pgp
803     Remailer type 1 secret keys.
804     .TP
805     .B secring.mix
806     Remailer type 2 secret keys.
807     .TP
808     .B pgpkey.txt
809     The public type 1 remailer key.
810     .TP
811     .B key.txt
812     The public type 2 remailer key.
813     .TP
814     .B id.log
815     Log file of messages already processed.
816     .TP
817     .B stats.log
818     Log file for remailer statistics.
819     .TP
820     .B time.log
821     Time for periodic remailer actions.
822     .TP
823     .B dhparam.mix
824     Public Diffie-Hellman parameters used for El-Gamal key generation.
825     .TP
826     .B dsaparam.mix
827     Public DSA parameters used for DSA key generation.
828     .TP
829     .BI pool/m *
830     Message pool.
831     .TP
832     .BI pool/p *
833     Partial messages.
834     .TP
835     .BI pool/l *
836     Latent messages.
837     .TP
838     .BI pool/s *
839     Messages to be sent.
840     .TP
841     .BI pool/t *
842     Temporary files.
843     .SH ENVIRONMENT
844     .TP
845     .I MIXPATH
846     The path to the Mixmaster directory. The default is
847     .BR ~/Mix .
848     .TP
849     .I MIXPASS
850     The passphrase used to protect your nyms and PGP keys.
851     (The remailer uses a different passphrase.) If
852     .I MIXPASS
853     is not set, the client will ask for a passphrase.
854     .SH SEE ALSO
855     .BR pgp (1),
856     .BR procmail (1),
857     .BR sendmail (8).
858     .SH COPYRIGHT
859     (C) 1999 Anonymizer Inc.
860     Mixmaster may be redistributed and modified under certain conditions.
861     This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF
862     ANY KIND, either express or implied. See the file COPYRIGHT for
863     details.

  ViewVC Help
Powered by ViewVC 1.1.5