Author: rdonkin
Date: Tue Sep 22 20:05:27 2009
New Revision: 817808

URL: http://svn.apache.org/viewvc?rev=817808&view=rev
Log:
Improve documentation in comments

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

Modified: james/server/trunk/phoenix-deployment/src/conf/james-config.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/src/conf/james-config.xml?rev=817808&r1=817807&r2=817808&view=diff
==============================================================================
--- james/server/trunk/phoenix-deployment/src/conf/james-config.xml (original)
+++ james/server/trunk/phoenix-deployment/src/conf/james-config.xml Tue Sep 22 
20:05:27 2009
@@ -940,7 +940,10 @@
     <!-- Disabling blocks will stop them from listening, -->
     <!-- but does not free as many resources as removing them would -->
    <smtpserver enabled="true">
-      <!-- port 25 is the well-known/IANA registered port for SMTP -->
+      <!-- 
+            Port 25 is the well-known/IANA registered port for SMTP. 
+            Port 465 is the well-known/IANA registered port for SMTP over TLS.
+            -->
       <port>25</port>
 
       <!-- Uncomment this if you want to bind to a specific inetaddress -->
@@ -949,10 +952,14 @@
       <!--
       <bind> </bind>
       -->
-      <!-- JAMES TLS uses JSSE. This means that for many Sun JVMs,
+      <!-- 
+           JAMES TLS uses JSSE. This means that for many Sun JVMs,
            the sunjce_provider.jar must be copied from $JAVA_HOME/lib/ext
            into $JAMES_HOME/lib. It may also be necessary to download and
-           install unlimited strength policies. -->
+           install unlimited strength policies. 
+           
+           The standard port for SMTP over TLS is 465.
+           -->
       <!--
       <useTLS>true</useTLS>
       -->



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to