[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[minion-cvs] Changes to README and mixminiond.conf from weasel and n...
Update of /home/minion/cvsroot/src/minion/etc
In directory moria.mit.edu:/tmp/cvs-serv18925/etc
Modified Files:
mixminiond.conf
Log Message:
Changes to README and mixminiond.conf from weasel and noise
Index: mixminiond.conf
===================================================================
RCS file: /home/minion/cvsroot/src/minion/etc/mixminiond.conf,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- mixminiond.conf 7 Jan 2003 01:41:20 -0000 1.17
+++ mixminiond.conf 7 Jan 2003 04:05:24 -0000 1.18
@@ -42,16 +42,19 @@
# Don't worry though: Mixminion should give you helpful error messages if
# you get this wrong.
#Homedir: /var/spool/minion
+#Homedir: /home/miniond/minion
# Location for log file.
#
#LogFile: /var/spool/minion/log
+#LogFile: /home/miniond/minion/log
# Minimum severity of messages to include in log file. Allowable values
# are: 'NEVER', 'FATAL', 'ERROR', 'WARN', 'INFO', 'DEBUG', and 'TRACE'.
#
-# Watch out! If you use 'DEBUG' or 'TRACE', the log may contain message
-# that could compromise anonymity.
+# Warning! If you use 'DEBUG' or 'TRACE', the log may contain message
+# that could compromise anonymity. Because mixminion is in alpha stage
+# right now, however, you may well want to log at one of these levels.
#
#LogLevel: DEBUG
@@ -97,16 +100,12 @@
#
Comments: This server has been running Mixminion since version 0.0.1.
Of course, since Mixminion is still in alpha (or since we haven't
- edit our configuration file since Mixminion came out of alpha), you
+ edited our configuration file since Mixminion came out of alpha), you
shouldn't trust us with your anonymity yet.
-# Path to search for loadable modules.
-#
-#ModulePath: /var/spool/minion/modules
-
-# Use this format to load an extension module.
-#
-#Module: ModuleName
+#########################
+######## NOTE: Only experts need to edit any information below this line.
+#########################
############
# Use ONE of these sets of options to configure the pooling algorithm.
@@ -118,8 +117,8 @@
# (1. A Timed mix sends out all messages in the pool every interval.
# RECOMMENDED FOR TESTING.)
#
-#MixAlgorithm: Timed
-#MixInterval: 10 minutes
+MixAlgorithm: Timed
+MixInterval: 10 minutes
#
# (2. A DynamicPool mix always keeps at least 'MixPoolSize' messages in the
# pool, and never sends out more than 'MixPoolRate' of the messages.)
@@ -137,6 +136,7 @@
#MixInterval: 30 minutes
#MixPoolRate: 50%
#MixPoolMinSize: 5
+############
# Longest period of inactivity to wait before shutting down a connection.
#