Update of /var/cvs/applications/email/config/modules
In directory james.mmbase.org:/tmp/cvs-serv12746

Modified Files:
        smtp.xml 
Log Message:
smtp default disable


See also: http://cvs.mmbase.org/viewcvs/applications/email/config/modules


Index: smtp.xml
===================================================================
RCS file: /var/cvs/applications/email/config/modules/smtp.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- smtp.xml    10 Jul 2008 08:42:41 -0000      1.4
+++ smtp.xml    1 Aug 2008 12:32:14 -0000       1.5
@@ -7,7 +7,14 @@
 
     <!-- mandatory properties -->
     <property name="hostname">localhost</property>
-    <property name="port">1025</property>
+    <!--
+        If port -1 then the module will actually not start a listener,
+        Suggested is to overrid this like so in your applicagtion context
+        <Environment name="mmbase/smtp/port"
+                     value="1025"    type="java.lang.String" />
+
+    -->
+    <property name="port">-1</property>
     <property name="domains">localhost</property>
 
 
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to