<!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>
You can modify which port sendmail listens on in /etc/mail/sendmail.mc
with the<br>
<br>
DAEMON_OPTIONS(`Port=smtp,......<br>
<br>
line but this is not what you want as this changes the in bound port.&nbsp;
You can add further instances of this to add listening on more ports
simultaneously<br>
<br>
If you are using mailertables of the type:<br>
<font face="Courier New, Courier, monospace">farrows.org&nbsp;&nbsp;&nbsp;&nbsp;
smtp:mail.farrows.org</font><br>
<br>
You can add a custom service name in <font
 face="Courier New, Courier, monospace">/etc/services</font><br>
<br>
and then add an entry:<br>
<font face="Courier New, Courier, monospace"><br>
domainname.com&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp; customservicenamehere:server.todeliverto.com</font><br>
<br>
I have never tried this but it might work...<br>
<br>
Pete<br>
<br>
<div class="moz-signature"><br>
</div>
</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>