Update of /cvsroot/tmda/tmda/htdocs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3597
Modified Files:
Tag: release-1-0
config-pre.ht config-pre.html
Log Message:
update Exim docs
Index: config-pre.ht
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/config-pre.ht,v
retrieving revision 1.21
retrieving revision 1.21.2.1
diff -u -r1.21 -r1.21.2.1
--- config-pre.ht 13 Oct 2003 23:48:51 -0000 1.21
+++ config-pre.ht 10 Mar 2004 19:14:08 -0000 1.21.2.1
@@ -77,7 +77,11 @@
<a name="exim"><h4>MTA Configuration (Exim)</h4></a>
-Edit your Exim run time configuration file as follows:
+Edit your Exim run time configuration file as follows. Note: These
+instructions assume Exim 4.x. According to the Exim homepage, Exim 3
+and previous versions are now considered obsolete. If you are running
+Exim 3 and can't upgrade, you'll have to find an old version of
+this page.
<h5>MAIN CONFIGURATION</h5>
@@ -86,7 +90,7 @@
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". You can also add
-<b>untrusted_set_sender = true</b> to your Exim configuration
+<b>untrusted_set_sender = *</b> to your Exim configuration
which allows untrusted users use of the -f command line option.
<br><br>
@@ -106,20 +110,17 @@
the <b>localuser</b> directors if they are not there already:
<blockquote><pre>
-suffix = -*
+local_part_suffix = -*
# or "+*" if you prefer "user+suffix" addresses
-suffix_optional
+local_part_suffix_optional
</blockquote></pre>
Make sure the character you choose matches <b>RECIPIENT_DELIMITER</b> in your
<b>~/.tmda/config</b>.<br><br>
-<strong>NOTE:</strong> If you are running Exim version 4.x,
-use <em>local_part_suffix</em>
-and <em>local_part_suffix_optional</em> instead.
You also might be interested in
<a href="http://mla.libertine.org/tmda-users/2002-11/msg00283.html"
TARGET="Resource Window">these</a>
-Exim 4 specific instructions for a server-wide TMDA setup.
+Exim specific instructions for a server-wide TMDA setup.
</ol>
<h5>TRANSPORTS CONFIGURATION</h5>
Index: config-pre.html
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/config-pre.html,v
retrieving revision 1.55.2.2
retrieving revision 1.55.2.3
diff -u -r1.55.2.2 -r1.55.2.3
--- config-pre.html 9 Feb 2004 21:15:50 -0000 1.55.2.2
+++ config-pre.html 10 Mar 2004 19:14:08 -0000 1.55.2.3
@@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. -->
-<!-- Mon Feb 9 14:15:58 2004 -->
+<!-- Wed Mar 10 12:22:07 2004 -->
<!-- USING HT2HTML 2.0 -->
<!-- SEE http://ht2html.sf.net -->
<!-- User-specified headers:
@@ -283,7 +283,11 @@
<a name="exim"><h4>MTA Configuration (Exim)</h4></a>
-Edit your Exim run time configuration file as follows:
+Edit your Exim run time configuration file as follows. Note: These
+instructions assume Exim 4.x. According to the Exim homepage, Exim 3
+and previous versions are now considered obsolete. If you are running
+Exim 3 and can't upgrade, you'll have to find an old version of
+this page.
<h5>MAIN CONFIGURATION</h5>
@@ -292,7 +296,7 @@
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". You can also add
-<b>untrusted_set_sender = true</b> to your Exim configuration
+<b>untrusted_set_sender = *</b> to your Exim configuration
which allows untrusted users use of the -f command line option.
<br><br>
@@ -312,20 +316,17 @@
the <b>localuser</b> directors if they are not there already:
<blockquote><pre>
-suffix = -*
+local_part_suffix = -*
# or "+*" if you prefer "user+suffix" addresses
-suffix_optional
+local_part_suffix_optional
</blockquote></pre>
Make sure the character you choose matches <b>RECIPIENT_DELIMITER</b> in your
<b>~/.tmda/config</b>.<br><br>
-<strong>NOTE:</strong> If you are running Exim version 4.x,
-use <em>local_part_suffix</em>
-and <em>local_part_suffix_optional</em> instead.
You also might be interested in
<a href="http://mla.libertine.org/tmda-users/2002-11/msg00283.html"
TARGET="Resource Window">these</a>
-Exim 4 specific instructions for a server-wide TMDA setup.
+Exim specific instructions for a server-wide TMDA setup.
</ol>
<h5>TRANSPORTS CONFIGURATION</h5>
|