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 no...@apache.org on 2003/05/16 07:39:08 UTC

cvs commit: jakarta-james/src/java/org/apache/james/transport/mailets RemoteDelivery.java

noel        2003/05/15 22:39:08

  Modified:    src/java/org/apache/james/transport/mailets Tag:
                        branch_2_1_fcs RemoteDelivery.java
  Log:
  Enabled connection timeout and partial send support.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.33.4.9  +3 -3      jakarta-james/src/java/org/apache/james/transport/mailets/RemoteDelivery.java
  
  Index: RemoteDelivery.java
  ===================================================================
  RCS file: /home/cvs/jakarta-james/src/java/org/apache/james/transport/mailets/RemoteDelivery.java,v
  retrieving revision 1.33.4.8
  retrieving revision 1.33.4.9
  diff -u -r1.33.4.8 -r1.33.4.9
  --- RemoteDelivery.java	7 May 2003 03:04:31 -0000	1.33.4.8
  +++ RemoteDelivery.java	16 May 2003 05:39:08 -0000	1.33.4.9
  @@ -707,8 +707,8 @@
           //Sets timeout on going connections
           props.put("mail.smtp.timeout", smtpTimeout + "");
   
  -//        props.put("mail.smtp.connectiontimeout", connectionTimeout + "");
  -//        props.put("mail.smtp.sendpartial",String.valueOf(sendPartial));
  +        props.put("mail.smtp.connectiontimeout", connectionTimeout + "");
  +        props.put("mail.smtp.sendpartial",String.valueOf(sendPartial));
   
           //Set the hostname we'll use as this server
           if (getMailetContext().getAttribute(Constants.HELLO_NAME) != null) {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: james-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: james-dev-help@jakarta.apache.org