Update of /cvsroot/tmda/tmda-cgi/htdocs
In directory sc8-pr-cvs1:/tmp/cvs-serv24755
Modified Files:
auth.ht auth.html
Log Message:
Added some IMAPS version notes at Jason's request.
Index: auth.ht
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/htdocs/auth.ht,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- auth.ht 1 Jun 2003 04:54:15 -0000 1.5
+++ auth.ht 16 Nov 2003 20:13:11 -0000 1.6
@@ -4,6 +4,7 @@
<p>tmda-cgi currently has three possible authentication mechanisms:</p>
<ul>
<li><a href="#RemtAuth">Remote authentication</a>
+ (<a href="#IMAPSNotes">IMAPS notes</a>)
<li><a href="#ProgAuth">Program authentication</a> (checkpassword-style)
<li><a href="#FileAuth">File authentication</a>
</ul>
@@ -22,6 +23,17 @@
format: <tt>protocol://host.domain.com[:port][/ldap_domain]</tt> where
"protocol" must be from the list above, and the rest should be
self-explanatory.</p>
+
+<h4><a name="IMAPSNotes"></a>IMAPS Notes:</h3>
+
+<p>Although you can get IMAPS working with tmda-cgi (and TMDA in general),
+ there are a few version restrictions.</p>
+
+<ul>
+ <li>Python 2.1 is not supported.
+ <li>If running Python 2.2.x, you need at least TMDA 0.89 for IMAPS.
+ <li>Python 2.3.x should work with any version of TMDA.
+</ul>
<h3><a name="ProgAuth"></a>Program Authentication</h3>
Index: auth.html
===================================================================
RCS file: /cvsroot/tmda/tmda-cgi/htdocs/auth.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- auth.html 1 Jun 2003 04:54:16 -0000 1.8
+++ auth.html 16 Nov 2003 20:13:11 -0000 1.9
@@ -2,7 +2,7 @@
<?xml-stylesheet href="display/styles.css" type="text/css"?>
<html>
<!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. -->
-<!-- Sat May 31 23:53:26 2003 -->
+<!-- Sun Nov 16 14:11:45 2003 -->
<!-- USING HT2HTML 2.1 -->
<!-- SEE http://ht2html.sf.net -->
<!-- User-specified headers:
@@ -74,6 +74,7 @@
<p>tmda-cgi currently has three possible authentication mechanisms:</p>
<ul>
<li><a href="#RemtAuth">Remote authentication</a>
+ (<a href="#IMAPSNotes">IMAPS notes</a>)
<li><a href="#ProgAuth">Program authentication</a> (checkpassword-style)
<li><a href="#FileAuth">File authentication</a>
</ul>
@@ -92,6 +93,17 @@
format: <tt>protocol://host.domain.com[:port][/ldap_domain]</tt> where
"protocol" must be from the list above, and the rest should be
self-explanatory.</p>
+
+<h4><a name="IMAPSNotes"></a>IMAPS Notes:</h3>
+
+<p>Although you can get IMAPS working with tmda-cgi (and TMDA in general),
+ there are a few version restrictions.</p>
+
+<ul>
+ <li>Python 2.1 is not supported.
+ <li>If running Python 2.2.x, you need at least TMDA 0.89 for IMAPS.
+ <li>Python 2.3.x should work with any version of TMDA.
+</ul>
<h3><a name="ProgAuth"></a>Program Authentication</h3>
|