|
From: <bob...@us...> - 2003-11-04 06:55:03
|
Update of /cvsroot/ebxmlms/ebxmlms/conf
In directory sc8-pr-cvs1:/tmp/cvs-serv2111/conf
Modified Files:
Tag: b0931
msh.properties.xml
Log Message:
Make smpt port configurable on msh.properties.xml
Index: msh.properties.xml
===================================================================
RCS file: /cvsroot/ebxmlms/ebxmlms/conf/msh.properties.xml,v
retrieving revision 1.20.2.4
retrieving revision 1.20.2.5
diff -C2 -d -r1.20.2.4 -r1.20.2.5
*** msh.properties.xml 5 May 2003 08:55:36 -0000 1.20.2.4
--- msh.properties.xml 4 Nov 2003 06:54:59 -0000 1.20.2.5
***************
*** 66,69 ****
--- 66,70 ----
<!-- Mail server for sending messages -->
<Host>host.domain</Host>
+ <Port>25</Port>
<User>user</User>
<Password>password</Password>
|