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:29:23 UTC

svn commit: r414814 - /james/server/branches/v2.3/src/conf/james-config.xml

Author: vincenzo
Date: Fri Jun 16 05:29:23 2006
New Revision: 414814

URL: http://svn.apache.org/viewvc?rev=414814&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/branches/v2.3/src/conf/james-config.xml

Modified: james/server/branches/v2.3/src/conf/james-config.xml
URL: http://svn.apache.org/viewvc/james/server/branches/v2.3/src/conf/james-config.xml?rev=414814&r1=414813&r2=414814&view=diff
==============================================================================
--- james/server/branches/v2.3/src/conf/james-config.xml (original)
+++ james/server/branches/v2.3/src/conf/james-config.xml Fri Jun 16 05:29:23 2006
@@ -1396,6 +1396,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