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

Diff of /trunk/Mix/mix.1

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 340 by weaselp, Wed Oct 9 21:38:54 2002 UTC revision 341 by weaselp, Wed Oct 9 21:45:07 2002 UTC
# Line 1  Line 1 
1  .TH MIX 1 "Mixmaster Version 3.0 beta"  .TH MIX 1 "Mixmaster Version 3.0 beta"
2  .\" $Id: mix.1,v 1.21 2002/10/09 21:38:54 weaselp Exp $  .\" $Id: mix.1,v 1.22 2002/10/09 21:45:07 weaselp Exp $
3  .SH NAME  .SH NAME
4  mix \- anonymous remailer software  mix \- anonymous remailer software
5  .SH SYNOPSIS  .SH SYNOPSIS
# Line 476  where complaints about anonymous message Line 476  where complaints about anonymous message
476  avoided. (The variable  avoided. (The variable
477  .B FORWARDTO  .B FORWARDTO
478  specifies the remailer  specifies the remailer
479  chain to be used; default:  chain to be used; default:
480  .BR * .)  .BR * .)
481  Default:  Default:
482  .BR n .  .BR n .
# Line 546  Client default: Line 546  Client default:
546  .BR 0 .  .BR 0 .
547  .TP  .TP
548  .B RATE  .B RATE
549  Percentage of messages from the pool to be sent. Remailer default:  Percentage of messages from the pool to be sent. Remailer default:
550  .BR 95 .  .BR 95 .
551  Client default:  Client default:
552  .BR 100 .  .BR 100 .
553  Lower values cause the pool to increase in size when  Lower values cause the pool to increase in size when
554  many messages are received at a time, reducing the effect  many messages are received at a time, reducing the effect
# Line 556  of flooding attacks. Line 556  of flooding attacks.
556  .TP  .TP
557  .B INDUMMYP  .B INDUMMYP
558  Probability that Mixmaster will generate dummy messages upon  Probability that Mixmaster will generate dummy messages upon
559  receipt of incoming mail. Larger numbers mean more dummy  receipt of incoming mail. Larger numbers mean more dummy
560  messages on average. For instance,  messages on average. For instance,
561  .B 10  .B 10
562  means that on average one in nine incoming messages will trigger  means that on average one in nine incoming messages will trigger
563  a dummy generation, and  a dummy generation, and
564  .B 20  .B 20
565  means that one in four will.  means that one in four will.
566  .B 0  .B 0
567  means no dummy messages. Remailer default:  means no dummy messages. Remailer default:
568  .BR 20 .  .BR 20 .
569  Client default:  Client default:
570  .BR 3 .  .BR 3 .
571  .TP  .TP
572  .B OUTDUMMYP  .B OUTDUMMYP
573  Probability that Mixmaster will generate dummy messages at  Probability that Mixmaster will generate dummy messages at
574  .B SENDPOOL  .B SENDPOOL
575  time. If the pool is processed frequently, this should be a lower value  time. If the pool is processed frequently, this should be a lower value
576  than if there are long intervals between pool processing. Examples:  than if there are long intervals between pool processing. Examples:
577  .B 50  .B 50
578  means on average, one dummy message will be generated per pool  means on average, one dummy message will be generated per pool
579  processing.  processing.
580  .B 80  .B 80
581  means four will be generated.  means four will be generated.
582  .B 0  .B 0
583  means no dummy messages. Remailer default:  means no dummy messages. Remailer default:
584  .BR 67 .  .BR 67 .
# Line 642  Default: Line 642  Default:
642  .B MAILINTIME  .B MAILINTIME
643  How often Mixmaster should read mail from  How often Mixmaster should read mail from
644  .BR MAILIN  .BR MAILIN
645  and process mails fetched via POP3. Processing here means to  and process mails fetched via POP3. Processing here means to
646  answer remailer-xxx requests and decrypt messages to the Mixmaster  answer remailer-xxx requests and decrypt messages to the Mixmaster
647  and place them in the pool. No other processing of the pool is  and place them in the pool. No other processing of the pool is
648  done. This action is always performed sending out messages from the pool (at  done. This action is always performed sending out messages from the pool (at
# Line 653  intervals). Default: Line 653  intervals). Default:
653  .BR 5m .  .BR 5m .
654  .TP  .TP
655  .B PACKETEXP  .B PACKETEXP
656  How long to store parts of incomplete multipart messages and other  How long to store parts of incomplete multipart messages and other
657  temporary pool files.  temporary pool files.
658  Default:  Default:
659  .BR 7d .  .BR 7d .
# Line 710  the remailer is configured to filter out Line 710  the remailer is configured to filter out
710  The character set used for MIME-encoded header lines.  The character set used for MIME-encoded header lines.
711  .TP  .TP
712  .B DESTBLOCK  .B DESTBLOCK
713  A quoted list of files that contain blocked addresses.  A quoted list of files that contain blocked addresses.
714  Files must be separated by one space. Mixmaster will choose  Files must be separated by one space. Mixmaster will choose
715  the first file for writing  the first file for writing
716  .B AUTOBLOCK  .B AUTOBLOCK
717  is enabled.  is enabled.
718  .PP  .PP
# Line 727  casual attackers. You can use Line 727  casual attackers. You can use
727  .B `make PASS="\fIyour passphrase\fB"'  .B `make PASS="\fIyour passphrase\fB"'
728  to set a passphrase. This should  to set a passphrase. This should
729  .I not  .I not
730  be the same as the client passphrase. This option is now deprecated in  be the same as the client passphrase. This option is now deprecated in
731  favor of the configuration file option  favor of the configuration file option
732  .BR PASSPHRASE .  .BR PASSPHRASE .
733  .TP  .TP
# Line 798  Type 2 remailer keys (\fBPUBRING\fP). Line 798  Type 2 remailer keys (\fBPUBRING\fP).
798  .B rlist.txt  .B rlist.txt
799  List of reliable type 1 remailers (\fBTYPE1LIST\fP).  List of reliable type 1 remailers (\fBTYPE1LIST\fP).
800  .TP  .TP
801  .B mlist.txt  .B mlist.txt
802  List of reliable type 2 remailers (\fBTYPE2REL\fP).  List of reliable type 2 remailers (\fBTYPE2REL\fP).
803  .TP  .TP
804  .B type2.list  .B type2.list

Legend:
Removed from v.340  
changed lines
  Added in v.341

  ViewVC Help
Powered by ViewVC 1.1.5