Our smtp server will not accept email from our subnet.  We have created a listener on port 827 to forward all requests to the smtp server on the main network.  This setup works in PHP but not in CMS.<br><br>Where can I change the port used by OpenCMS?
<br><br>I've tried to hardcode the port number but CMS still uses port 25.<br><br>_________WEB-INF/config/opencms-system.xml__>>snip>>__________<br>      <mailhost name="net02" protocol="827"/>
<br>___________________________________________<<snip<<__________<br clear="all"><br>_____error__________________________>>snip>>__________<br>The mail server configuration in WEB-INF/config/opencms-
system.xml contains an invalid mail server net02.<br>Could not connect to SMTP host: net02, port: 25;<br>
  nested exception is: <br>
        java.net.ConnectException: Connection timed out<br>___________________________________<<snip<<__________<br><br>-- <br>Thanx<br>Aaron N Wagner<br><br>To err is human; effective mayhem requires the root password!