Author: berndf
Date: Mon Aug 13 11:20:33 2007
New Revision: 565465

URL: http://svn.apache.org/viewvc?view=rev&rev=565465
Log:
tiny adjustment, to match better a common (default) server configuration 
out-of-the-box

Modified:
    james/postage/trunk/src/main/config/postage.xml

Modified: james/postage/trunk/src/main/config/postage.xml
URL: 
http://svn.apache.org/viewvc/james/postage/trunk/src/main/config/postage.xml?view=diff&rev=565465&r1=565464&r2=565465
==============================================================================
--- james/postage/trunk/src/main/config/postage.xml (original)
+++ james/postage/trunk/src/main/config/postage.xml Mon Aug 13 11:20:33 2007
@@ -86,7 +86,7 @@
         -->
         <smtp-forwarding port="2525" latecomer-wait-seconds="45"/>
         <!-- James' SMTP listening port. -->
-        <smtp-inbound port="2524" />
+        <smtp-inbound port="25" />
         <!-- James' POP3 listening port. 
              count-per-min: how often per minute another random internal user 
account is accessed and all test email there is 
              downloaded -->
@@ -137,7 +137,7 @@
         </profiles>
         <testserver host="localhost">
           <smtp-forwarding port="2525" latecomer-wait-seconds="10"/>
-          <smtp-inbound port="2524" />
+          <smtp-inbound port="25" />
           <pop3 port="110" count-per-min="10" />
           <remotemanager port="4555" name="root" password="root" />
           <spam-account name="spam-sink" password="spam-sink" />



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to