|
|
CVS: tmda/htdocs ChangeLog,1.28,1.29 config-pre.ht,1.2,1.3 config-pre.html,: msg#00023
|
Subject: |
CVS: tmda/htdocs ChangeLog,1.28,1.29 config-pre.ht,1.2,1.3 config-pre.html,1.2,1.3 |
Update of /cvsroot/tmda/tmda/htdocs
In directory usw-pr-cvs1:/tmp/cvs-serv13908
Modified Files:
ChangeLog config-pre.ht config-pre.html
Log Message:
Change the Exim pre-configuration to mention `untrusted_set_sender =
true' as an alternative to `trusted_users' for allowing use of `-f'
under Exim. Suggested by Philip Hazel in
<Pine.SOL.4.33.0111071012160.22227-100000@xxxxxxxxxxxxxxxxxxx> on the
exim-users list.
The discussion arose because some Exim users were uncomfortable with
setting `trusted_users' simply to allow access to `-f' because it
enabled other privileges and was thus a security concern.
Index: ChangeLog
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog 2001/11/03 06:21:07 1.28
+++ ChangeLog 2001/11/07 17:58:15 1.29
@@ -1,3 +1,9 @@
+2001-11-07 Jason R. Mastaler <jasonrm@xxxxxxxxxxxxxxxxxxxxxxxxxx>
+
+ * config-pre.ht (Links): Mention `untrusted_set_sender = true' as
+ an alternative to `trusted_users' for allowing use of `-f' under
+ Exim.
+
2001-11-02 Jason R. Mastaler <jasonrm@xxxxxxxxxxxxxxxxxxxxxxxxxx>
* results.ht (Links): Add testimonial from Matt Armstrong
Index: config-pre.ht
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/config-pre.ht,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- config-pre.ht 2001/11/02 16:23:02 1.2
+++ config-pre.ht 2001/11/07 17:58:15 1.3
@@ -40,21 +40,14 @@
<li>
TMDA uses sendmail's `-f' option to set the envelope sender
address on outgoing messages. By default this option is only
-available to Exim's "trusted users".
+available to Exim's "trusted users". You can also add
+<b>untrusted_set_sender = true</b> to your Exim configuration
+which allows untrusted users use of the -f command line option.
<br><br>
-From the Exim Specification:<br><br>
-
-<blockquote>
-"A trusted user is root or the Exim user or any user listed in the
-trusted_users configuration option, or any user for whom the
-currently set group is the Exim group (if defined) or whose current
-group or any supplementary group is one of those listed in the
-trusted_groups configuration option."
-</blockquote>
-
-It is recommended that you become a trusted-user, or else the
-client side of TMDA becomes much less functional.
+It is recommended that you enable this option or become a
+trusted-user, or else the client side of TMDA becomes much less
+functional.
<br><br>
</ol>
Index: config-pre.html
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/config-pre.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- config-pre.html 2001/11/02 16:23:02 1.2
+++ config-pre.html 2001/11/07 17:58:15 1.3
@@ -1,6 +1,6 @@
<HTML>
<!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. -->
-<!-- Fri Nov 2 09:18:12 2001 -->
+<!-- Wed Nov 7 10:52:32 2001 -->
<!-- USING HT2HTML 1.2 -->
<!-- SEE http://barry.wooz.org/software/ht2html -->
<!-- User-specified headers:
@@ -181,21 +181,14 @@
<li>
TMDA uses sendmail's `-f' option to set the envelope sender
address on outgoing messages. By default this option is only
-available to Exim's "trusted users".
+available to Exim's "trusted users". You can also add
+<b>untrusted_set_sender = true</b> to your Exim configuration
+which allows untrusted users use of the -f command line option.
<br><br>
-From the Exim Specification:<br><br>
-
-<blockquote>
-"A trusted user is root or the Exim user or any user listed in the
-trusted_users configuration option, or any user for whom the
-currently set group is the Exim group (if defined) or whose current
-group or any supplementary group is one of those listed in the
-trusted_groups configuration option."
-</blockquote>
-
-It is recommended that you become a trusted-user, or else the
-client side of TMDA becomes much less functional.
+It is recommended that you enable this option or become a
+trusted-user, or else the client side of TMDA becomes much less
+functional.
<br><br>
</ol>
_______________________________________________
tmda-cvs mailing list
http://libertine.org/lists/listinfo/tmda-cvs
|
| |