| 1 |
# $Id: mixmaster.conf.in,v 1.1 2002/08/28 20:06:49 rabbi Exp $
|
| 2 |
|
| 3 |
# Name and path of sendmail program. The -t flag is required.
|
| 4 |
SENDMAIL %MAIL
|
| 5 |
|
| 6 |
# Default chain for your remailer messages (0 means random remailer):
|
| 7 |
#CHAIN 0 0 0 0
|
| 8 |
|
| 9 |
MINREL 98
|
| 10 |
MAXLAT 24
|
| 11 |
DISTANCE 2
|
| 12 |
|
| 13 |
# Set if you want to see information about the selected chain:
|
| 14 |
#VERBOSE 1
|
| 15 |
|
| 16 |
# Remailer configuration - not relevant to client users
|
| 17 |
#######################################################
|
| 18 |
|
| 19 |
# Email address of the remailer.
|
| 20 |
REMAILERADDR %RMA
|
| 21 |
|
| 22 |
# Bogus email address in the `From:' header.
|
| 23 |
ANONADDR %RAA
|
| 24 |
|
| 25 |
# Complaints address
|
| 26 |
COMPLAINTS %CA
|
| 27 |
|
| 28 |
# Long name of the remailer.
|
| 29 |
REMAILERNAME %RMN
|
| 30 |
|
| 31 |
# Long name to be used in remailed messages.
|
| 32 |
ANONNAME %RAN
|
| 33 |
|
| 34 |
# Short name of remailer. Used in lists.
|
| 35 |
SHORTNAME %SRMN
|
| 36 |
|
| 37 |
# Size of the reordering pool. Zero means no reordering.
|
| 38 |
POOLSIZE %PS
|
| 39 |
|
| 40 |
# Fraction of messages to send each time the pool is processed (in %).
|
| 41 |
RATE %PP
|
| 42 |
|
| 43 |
# News posting software. Leave commented out if you do not want
|
| 44 |
# to allow posting. Set to "mail-to-news" if you want to use a
|
| 45 |
# gateway (see below).
|
| 46 |
NEWS %NEWS
|
| 47 |
|
| 48 |
# Organization line for anonymous Usenet posts.
|
| 49 |
ORGANIZATION %ORG
|
| 50 |
|
| 51 |
# Address of a mail to news gateway to use to deliver news messages.
|
| 52 |
MAILtoNEWS %M2N
|
| 53 |
|
| 54 |
# If you want to support cypherpunk remailer format messages, uncomment
|
| 55 |
# the following line, changing it for your own system.
|
| 56 |
#TYPE1 /home/bob/remail/remailer
|
| 57 |
|
| 58 |
# Uncomment if you want to accept encrypted Type1 messages only.
|
| 59 |
#T1PGPONLY 1
|
| 60 |
|
| 61 |
# Where to forward messages that do not match destination.allow if
|
| 62 |
# configured as "middle only" (0 means random remailer).
|
| 63 |
FORWARDTO 0
|
| 64 |
|
| 65 |
# Mode for middleman remailer
|
| 66 |
MIDDLEMAN %MM
|