| 1 |
# $Id: mixmaster.conf,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 |
# If you want to queue outgoing messages rather than sending them
|
| 5 |
# immediately, use the second sendmail line.
|
| 6 |
SENDMAIL /usr/lib/sendmail -t
|
| 7 |
#SENDMAIL /usr/lib/sendmail -todq
|
| 8 |
|
| 9 |
# Default chain for your remailer messages (0 means random remailer):
|
| 10 |
#CHAIN 0 0 0 0
|
| 11 |
|
| 12 |
MINREL 98
|
| 13 |
MAXLAT 24
|
| 14 |
DISTANCE 2
|
| 15 |
|
| 16 |
# Set if you want to see information about the selected chain:
|
| 17 |
#VERBOSE 1
|
| 18 |
|
| 19 |
# Remailer configuration - not relevant to client users
|
| 20 |
#######################################################
|
| 21 |
|
| 22 |
# Email address of the remailer.
|
| 23 |
REMAILERADDR ronco@ren.cyberpass.net
|
| 24 |
|
| 25 |
# Bogus email address in the `From:' header.
|
| 26 |
ANONADDR nobody@ren.cyberpass.net
|
| 27 |
|
| 28 |
# Complaints address
|
| 29 |
COMPLAINTS complaints@ren.cyberpass.net
|
| 30 |
|
| 31 |
# Long name of the remailer.
|
| 32 |
REMAILERNAME You ieediot!
|
| 33 |
|
| 34 |
# Long name to be used in remailed messages.
|
| 35 |
ANONNAME Anonymous
|
| 36 |
|
| 37 |
# Short name of remailer. Used in lists.
|
| 38 |
SHORTNAME ren
|
| 39 |
|
| 40 |
# Size of the reordering pool. Zero means no reordering.
|
| 41 |
POOLSIZE 0
|
| 42 |
|
| 43 |
# Fraction of messages to send each time the pool is processed (in %).
|
| 44 |
RATE 100
|
| 45 |
|
| 46 |
# News posting software. Leave commented out if you do not want
|
| 47 |
# to allow posting. Set to "mail-to-news" if you want to use a
|
| 48 |
# gateway (see below).
|
| 49 |
#NEWS /usr/lib/news/inews -h
|
| 50 |
#NEWS mail-to-news
|
| 51 |
|
| 52 |
# Organization line for anonymous Usenet posts.
|
| 53 |
ORGANIZATION Anonymous Posting Service
|
| 54 |
|
| 55 |
# Address of a mail to news gateway to use to deliver news messages.
|
| 56 |
MAILtoNEWS mail2news@nym.alias.net
|
| 57 |
|
| 58 |
# If you want to support cypherpunk remailer format messages, uncomment
|
| 59 |
# the following line, changing it for your own system.
|
| 60 |
#TYPE1 /home/bob/remail/remailer
|
| 61 |
|
| 62 |
# Uncomment if you want to accept encrypted Type1 messages only.
|
| 63 |
#T1PGPONLY 1
|
| 64 |
|
| 65 |
# Where to forward messages that do not match destination.allow if
|
| 66 |
# running as middleman (0 means random remailer).
|
| 67 |
FORWARDTO 0
|