<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Jan Agermose wrote:
<blockquote
 cite="mid:CD6321314686A64C90A1F5870AAD3D52D44A22@MAIL031.mail.lan"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta name="Generator" content="Microsoft Word 12 (filtered medium)">
  <style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:3.0cm 2.0cm 3.0cm 2.0cm;}
div.Section1
        {page:Section1;}
-->
  </style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
  <div class="Section1">
  <p class="MsoNormal">Hi<o:p></o:p></p>
  <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
  <p class="MsoNormal">when using Mailscanner (or maybe its actually
sendmail) I
set up a rule that says where to deliver the mails after beeing
scanned. But
what if port 25 is blocked on the remote server - can I add a "port"
number somehow to have it delivered on port 366 or something like that?
  <o:p></o:p></p>
  <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
  <p class="MsoNormal">Regards<o:p></o:p></p>
  <p class="MsoNormal">Jan<o:p></o:p></p>
  <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
  </div>
  <br>
--
  <br>
This message has been scanned for viruses and
  <br>
dangerous content by the <a moz-do-not-send="true"
 href="http://www.inexcom.co.uk/"><b>Inexcom</b></a> system scanner,
  <br>
and is believed to be clean.
  <br>
Advanced heuristic mail scanning server [0].
</blockquote>
<br>
Use this, it will make any mailertable entries using the key "esmtp"
forward to the remote server on port 2525 in this case:<br>
<br>
in your sendmail.mc file:<br>
<br>
<font face="Courier New, Courier, monospace">FEATURE(`mailertable')
<br>
define(`confRELAY_MAILER', `esmtp')
<br>
define(`RELAY_MAILER_ARGS', `TCP $h 2525')
</font><br>
<br>
then add a line in your mailertable:<br>
<br>
<font face="Courier New, Courier, monospace">domaintorelay.com&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;
&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; esmtp:servertodeliverto.com<br>
</font><br>
<br>
(taken from sendmail website)<br>
<br>
</body>
<br />--
<br />This message has been scanned for viruses and
<br />dangerous content by the 
<a href="http://www.inexcom.co.uk/"><b>Inexcom</b></a> system scanner,
<br />and is believed to be clean.
<br />Advanced heuristic mail scanning server [-].

</html>