Update of /cvsroot/tmda/tmda/htdocs
In directory usw-pr-cvs1:/tmp/cvs-serv30565

Modified Files:
        config-pre.ht config-pre.html 
Log Message:
Apparently, Exim version 4.x has changed its 'suffix' and
'suffix_optional' options to 'local_part_suffix' and
'local_part_suffix_optional' and doesn't like the old ones any more.

Reported by Werner Augustin (in private email).


Index: config-pre.ht
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/config-pre.ht,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- config-pre.ht       25 Jul 2002 00:37:10 -0000      1.12
+++ config-pre.ht       7 Sep 2002 01:53:25 -0000       1.13
@@ -73,8 +73,13 @@
 suffix = -*
 # or "+*" if you prefer "user+suffix" addresses
 suffix_optional
+
 </blockquote></pre>
 
+<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.
+<br><br>
 </ol>
 
 <h5>TRANSPORTS CONFIGURATION</h5>

Index: config-pre.html
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/config-pre.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- config-pre.html     19 Aug 2002 17:30:05 -0000      1.22
+++ config-pre.html     7 Sep 2002 01:53:25 -0000       1.23
@@ -1,6 +1,6 @@
 <HTML>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Mon Aug 19 11:29:08 2002 -->
+<!-- Fri Sep  6 19:48:48 2002 -->
 <!-- USING HT2HTML 1.2 -->
 <!-- SEE http://barry.wooz.org/software/ht2html -->
 <!-- User-specified headers:
@@ -232,8 +232,13 @@
 suffix = -*
 # or "+*" if you prefer "user+suffix" addresses
 suffix_optional
+
 </blockquote></pre>
 
+<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.
+<br><br>
 </ol>
 
 <h5>TRANSPORTS CONFIGURATION</h5>

_______________________________________
tmda-cvs mailing list
http://tmda.net/lists/listinfo/tmda-cvs

Reply via email to