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

Modified Files:
        sendmail.xml 
Log Message:
Set a default timeout for sending mail. Also made it configurable


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


Index: sendmail.xml
===================================================================
RCS file: /var/cvs/applications/email/config/modules/sendmail.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- sendmail.xml        11 Oct 2007 17:47:50 -0000      1.10
+++ sendmail.xml        21 Mar 2008 14:51:45 -0000      1.11
@@ -26,6 +26,14 @@
     <property name="password"></property>
     -->
 
+    <!--
+        Any property starting with "mail." is set on the mail Session.
+        See e.g.:
+        
http://java.sun.com/products/javamail/javadocs/com/sun/mail/smtp/package-summary.html
+    -->
+    <property name="mail.smtp.connectiontimeout">10000</property>
+    <proeprty name="mail.smtp.timeout">10000</proeprty>
+
 
     <property name="emailbuilder">email</property>
     <property name="emailbuilder.bodyfield">body</property>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to