[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[minion-cvs] maint branch) Add AllowFromAddress to mixminiond.conf
Update of /home/minion/cvsroot/src/minion/etc
In directory moria.mit.edu:/tmp/cvs-serv20857/etc
Modified Files:
Tag: mixminion-v0-0-5-patches
mixminiond.conf
Log Message:
(maint branch) Add AllowFromAddress to mixminiond.conf
Index: mixminiond.conf
===================================================================
RCS file: /home/minion/cvsroot/src/minion/etc/mixminiond.conf,v
retrieving revision 1.35
retrieving revision 1.35.2.1
diff -u -d -r1.35 -r1.35.2.1
--- mixminiond.conf 31 Aug 2003 19:22:21 -0000 1.35
+++ mixminiond.conf 16 Sep 2003 15:17:26 -0000 1.35.2.1
@@ -246,6 +246,7 @@
# Note that 'MaximumSize' is calculated for uncompressed messages, before
# base-64 encryption.
#MaximumSize: 100K
+#AllowFromAddress: yes
###############
# Uncomment this section to enable delivery of SMTP messages via a local
@@ -265,6 +266,11 @@
# String to prepend to any user-supplied From address.
#FromTag: [Anon]
#
+# Should we allow users to set From addresses? If so, we only allow
+# addresses of the form: "[FromTag] User-supplied" <ReturnAddress>,
+# where FromTag and ReturnAddress are specified here.
+#AllowFromAddress: yes
+#
# Replace these next two entries with reasonable defaults.
#BlacklistFile: <Path to the blacklist file>.
#ReturnAddress: <"From:" address to use>
@@ -299,6 +305,7 @@
#Server: lcs
#SubjectLine: Type III Anonymous message
#FromTag: [Anon]
+#AllowFromAddress: yes
#
#Retry: every 7 hours for 6 days
#MaximumSize: 100K