|
From: <bob...@us...> - 2003-11-04 07:00:30
|
Update of /cvsroot/ebxmlms/ebxmlms/conf
In directory sc8-pr-cvs1:/tmp/cvs-serv3213/conf
Modified Files:
msh.properties.xml
Log Message:
Make smpt port configurable on msh.properties.xml
Change the behaviour that it will not throw exception if it cannot
verify the signature
Index: msh.properties.xml
===================================================================
RCS file: /cvsroot/ebxmlms/ebxmlms/conf/msh.properties.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** msh.properties.xml 11 Sep 2003 08:58:08 -0000 1.27
--- msh.properties.xml 4 Nov 2003 07:00:26 -0000 1.28
***************
*** 70,73 ****
--- 70,74 ----
<!-- Mail server for sending messages -->
<Host>host.domain</Host>
+ <Port>25</Port>
<User>user</User>
<Password>password</Password>
|