[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[minion-cvs] Update documentation for upcoming release
Update of /home/minion/cvsroot/src/minion/etc
In directory moria.mit.edu:/tmp/cvs-serv16175/etc
Modified Files:
mixminiond.conf
Log Message:
Update documentation for upcoming release
Index: mixminiond.conf
===================================================================
RCS file: /home/minion/cvsroot/src/minion/etc/mixminiond.conf,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- mixminiond.conf 25 Aug 2003 23:44:30 -0000 1.34
+++ mixminiond.conf 31 Aug 2003 19:22:21 -0000 1.35
@@ -178,7 +178,9 @@
#Publish: yes
#########################
-######## NOTE: Only experts need to edit any information below this line.
+######## NOTE: If you're running a middleman server, and you don't have an
+######## unusual configuration, you probably don't need to edit anything
+######## below this line.
#########################
[Incoming/MMTP]
@@ -241,6 +243,8 @@
#RemoveContact: <Address to use as a contact>
#SMTPServer: localhost
#Retry: every 7 hours for 6 days
+# Note that 'MaximumSize' is calculated for uncompressed messages, before
+# base-64 encryption.
#MaximumSize: 100K
###############
@@ -254,8 +258,13 @@
#[Delivery/SMTP]
#Enabled: yes
#SMTPServer: localhost
+#
+# Default subject line to use when the user doesn't supply one.
#SubjectLine: Type III Anonymous Message
#
+# String to prepend to any user-supplied From address.
+#FromTag: [Anon]
+#
# Replace these next two entries with reasonable defaults.
#BlacklistFile: <Path to the blacklist file>.
#ReturnAddress: <"From:" address to use>
@@ -269,6 +278,9 @@
#
#Retry: every 7 hours for 6 days
#
+# Largest allowable message size. Calculated for uncompressed messages, before
+# base-64 encryption.
+#
#MaximumSize: 100K
#################
@@ -286,14 +298,19 @@
# Server (or comma-separated list of servers) to use as our relay.
#Server: lcs
#SubjectLine: Type III Anonymous message
+#FromTag: [Anon]
#
#Retry: every 7 hours for 6 days
#MaximumSize: 100K
#################
-# DOCDOC
+# Uncomment this section to enable server-side reassembly of fragmented
+# messages.
#
#[Delivery/Fragmented]
#Enabled: yes
+# This size is calculated _before_ message uncompression.
#MaximumSize: 100K
+# How long do we wait to receive enough fragments before we give up
+# and drop the message.
#MaximumInterval: 2 days