You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by er...@apache.org on 2011/04/08 12:40:51 UTC

svn commit: r1090192 - /james/server/trunk/src/site/xdoc/config-ssl-tls.xml

Author: eric
Date: Fri Apr  8 10:40:51 2011
New Revision: 1090192

URL: http://svn.apache.org/viewvc?rev=1090192&view=rev
Log:
Add sections for Simultaneous Support of TLS and non-TLS per Protocol (JAMES-1219)

Modified:
    james/server/trunk/src/site/xdoc/config-ssl-tls.xml

Modified: james/server/trunk/src/site/xdoc/config-ssl-tls.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/config-ssl-tls.xml?rev=1090192&r1=1090191&r2=1090192&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/config-ssl-tls.xml (original)
+++ james/server/trunk/src/site/xdoc/config-ssl-tls.xml Fri Apr  8 10:40:51 2011
@@ -24,7 +24,7 @@
  </properties>
 
 <body>
-
+    
 <p>
     <div class="ui-widget">
       <div class="ui-state-error ui-corner-all" style="padding: 0 .7em;"> 
@@ -36,18 +36,16 @@
     </div>
 </p>
 
-
   <section name="TLS Configuration">
   
     <p>This document explains how to enable James 3.0 services to use Transport Layer Security (TLS) for encrypted client-server communication.</p>
     
-    <subsection name="Making TLS/SSL Server Sockets Available Inside James">
+    <subsection name="Making TLS/SSL Server Sockets Available Inside Apache James Server">
     
       <p>James uses the Sun Java Secure Sockets Extension (JSSE) infrastructure to provide TLS/SSL 
       sockets.  JSSE comes packaged with several vendor Java distributions (i.e. Sun Java 1.4.x, 
       IBM Java 1.3.x).  For these distributions, please follow the vendor provided instructions for
       configuring the JVM to use JSSE services.</p>
-      
       <p>If you are using a Java distribution that does not include JSSE as part of the 
       distribution you will need to download the JSSE package separately.  It can be obtained from 
       <a href="http://java.sun.com/products/jsse">here</a>.  Please follow Sun's instructions for installation 
@@ -85,7 +83,7 @@
 
     <subsection name="Configuring a Service to Use TLS">
 
-      <p>Each of the services - <a href="config-smtp-lmpt.html">SMTP</a>, 
+      <p>Each of the services - <a href="config-smtp-lmtp.html">SMTP</a>, 
       <a href="config-pop3.html">POP3</a>, 
       and <a href="config-remotemanager.html">RemoteManager</a> - supports use of TLS.  Each of
       these services has an optional boolean configuration element <b>useTLS</b> which is used to toggle 
@@ -111,6 +109,15 @@
     
   </section>
 
+  <section name="Simultaneous Support of TLS and non-TLS per Protocol">
+
+<!-- 
+see smtp_ssl.xml in example
+-->
+
+  </section>
+  
+
 </body>
 
 </document>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org