Author: norman Date: Sun Aug 20 23:59:10 2006 New Revision: 433183 URL: http://svn.apache.org/viewvc?rev=433183&view=rev Log: Add a new point
Modified: james/server/trunk/UPGRADE.txt Modified: james/server/trunk/UPGRADE.txt URL: http://svn.apache.org/viewvc/james/server/trunk/UPGRADE.txt?rev=433183&r1=433182&r2=433183&view=diff ============================================================================== --- james/server/trunk/UPGRADE.txt (original) +++ james/server/trunk/UPGRADE.txt Sun Aug 20 23:59:10 2006 @@ -48,8 +48,28 @@ Step 2.5 : Move the objectstore Move the objectstore config into the mailstore config. - - + + Step 2.6 : Add SSL to server-sockets + + To be able to use SSL you need to add this SSL config to the server-sockets block: + + <!-- + <factory name="ssl" class="org.apache.avalon.cornerstone.blocks.sockets.TLSServerSocketFactory"> + <ssl-factory> + <keystore> + <file>conf/keystore</file> + <password>secret</password> + <key-password>keysecret</key-password> + <type>JKS</type> + <protocol>TLS</protocol> + <algorithm>SunX509</algorithm> + <authenticate-client>false</authenticate-client> + </keystore> + </ssl-factory> + </factory> + --> + + Step 3: Modify costum mailets if necessary Please note the following things which were changed. So maybe its necessary for you to change some stuff in your mailets. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]