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 vi...@apache.org on 2006/06/16 14:28:49 UTC

svn commit: r414813 - /james/server/trunk/src/conf/james-config.xml

Author: vincenzo
Date: Fri Jun 16 05:28:49 2006
New Revision: 414813

URL: http://svn.apache.org/viewvc?rev=414813&view=rev
Log:
Added comment to help use the ssl factory under Java 1.5 and support all Clients (particularly Mozilla Thunderbird).

Modified:
    james/server/trunk/src/conf/james-config.xml

Modified: james/server/trunk/src/conf/james-config.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/conf/james-config.xml?rev=414813&r1=414812&r2=414813&view=diff
==============================================================================
--- james/server/trunk/src/conf/james-config.xml (original)
+++ james/server/trunk/src/conf/james-config.xml Fri Jun 16 05:28:49 2006
@@ -1422,6 +1422,11 @@
    <!-- Specific factory elements may require some sub-elements.  This is -->
    <!-- factory class dependent. -->
    <!-- -->
+   <!-- In order to use the ssl factory under Java 1.5 and support all Clients -->
+   <!-- (particularly Mozilla Thunderbird) you need to install the Sun JCE -->
+   <!-- provider in your environment (james/lib) -->
+   <!-- e.g: jre/lib/ext/sunjce_provider.jar -->
+   <!--  -->
    <sockets>
       <server-sockets>
          <factory name="plain" class="org.apache.avalon.cornerstone.blocks.sockets.DefaultServerSocketFactory"/>



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