Author: eric
Date: Thu Jun 14 09:23:19 2012
New Revision: 1350148
URL: http://svn.apache.org/viewvc?rev=1350148&view=rev
Log:
Move postage.xml to src/main/resources (POSTAGE-23)
Added:
james/postage/trunk/src/main/resources/
james/postage/trunk/src/main/resources/postage.xml
- copied, changed from r1349657,
james/postage/trunk/src/main/config/postage.xml
Removed:
james/postage/trunk/src/main/config/postage.xml
Copied: james/postage/trunk/src/main/resources/postage.xml (from r1349657,
james/postage/trunk/src/main/config/postage.xml)
URL:
http://svn.apache.org/viewvc/james/postage/trunk/src/main/resources/postage.xml?p2=james/postage/trunk/src/main/resources/postage.xml&p1=james/postage/trunk/src/main/config/postage.xml&r1=1349657&r2=1350148&rev=1350148&view=diff
==============================================================================
--- james/postage/trunk/src/main/config/postage.xml (original)
+++ james/postage/trunk/src/main/resources/postage.xml Thu Jun 14 09:23:19 2012
@@ -266,12 +266,12 @@
</profile>
</profiles>
<testserver host="localhost">
- <smtp-forwarding port="2525" latecomer-wait-seconds="45"/>
- <smtp-inbound port="25" />
- <pop3 port="110" count-per-min="100" />
+ <smtp-forwarding port="2526" latecomer-wait-seconds="45"/>
+ <smtp-inbound port="2525" />
+ <pop3 port="1100" count-per-min="100" />
<remotemanager port="4555" name="root" password="root" />
<spam-account name="spam-sink" password="spam-sink" />
- <jvm-resources jmx-remoting-port="10201" />
+ <jvm-resources jmx-remoting-port="9999" />
</testserver>
</scenario>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]