<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
Thanks for the follow up.<br>
<br>
I'm currently in a situation where&nbsp; I may need to do just what you did.
(Have Domino, will be installing linux mail server for a relay/spam
filter...)<br>
<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:justin.bennett@dynabrade.com">justin.bennett@dynabrade.com</a> wrote:
<blockquote
 cite="mid:OFDDA6C1CD.5818FAA4-ON852573A5.0043AE3C-852573A5.00441301@lynx.dynabrade.com"
 type="cite"><br>
  <font face="sans-serif" size="2">Thanks for the reply.</font>
  <br>
  <br>
  <font face="sans-serif" size="2">Yeah that would work, however I'm
not
exactly sure how to do that in domino. :) Eitherway I found my notes
fomr
the last time, what I did was:</font>
  <br>
  <br>
  <font size="3">edit submit.mc under /etc/mail.<br>
  <br>
Change:<br>
"FEATURE(`msp', `[127.0.0.1]')dnl"<br>
  <br>
To:<br>
"FEATURE(`msp', `my_smtp_server')dnl"</font>
  <br>
  <br>
  <font face="sans-serif" size="2">then did a "make -C /etc/mail"</font>
  <br>
  <br>
  <font face="sans-serif" size="2">and restarted sendmail.</font>
  <br>
  <br>
  <font face="sans-serif" size="2">This makes sendmail send all
outgoing
mail via the smtp-server directly without connecting to port 25 on the
loopback interface, and processing the mail it's self.</font>
  <br>
  <br>
  <font face="sans-serif" size="2">This way I don't need to bind
senmail
to a port.</font>
  <br>
  <br>
  <font face="sans-serif" size="2">Thanks</font>
  <br>
  <font face="sans-serif" size="2">Justin</font>
  <br>
  <br>
  <br>
  <font face="sans-serif" size="2">&nbsp; <br>
  </font>
  <br>
  <br>
  <br>
  <table width="100%">
    <tbody>
      <tr valign="top">
        <td width="40%"><font face="sans-serif" size="1"><b>Richard
Hubbard <a class="moz-txt-link-rfc2396E" href="mailto:hubbardr@adelphia.net">&lt;hubbardr@adelphia.net&gt;</a></b>
        </font><br>
        <font face="sans-serif" size="1">Sent by:
<a class="moz-txt-link-abbreviated" href="mailto:nflug-bounces@nflug.org">nflug-bounces@nflug.org</a></font>
        <p><font face="sans-serif" size="1">12/01/2007 11:45 AM</font>
        <table border="1">
          <tbody>
            <tr valign="top">
              <td bgcolor="white">
              <div align="center"><font face="sans-serif" size="1">Please
respond to<br>
<a class="moz-txt-link-abbreviated" href="mailto:nflug@nflug.org">nflug@nflug.org</a></font></div>
              </td>
            </tr>
          </tbody>
        </table>
        <br>
        </p>
        </td>
        <td width="59%">
        <table width="100%">
          <tbody>
            <tr valign="top">
              <td>
              <div align="right"><font face="sans-serif" size="1">To</font></div>
              </td>
              <td><font face="sans-serif" size="1"><a class="moz-txt-link-abbreviated" href="mailto:nflug@nflug.org">nflug@nflug.org</a></font>
              </td>
            </tr>
            <tr valign="top">
              <td>
              <div align="right"><font face="sans-serif" size="1">cc</font></div>
              </td>
              <td><br>
              </td>
            </tr>
            <tr valign="top">
              <td>
              <div align="right"><font face="sans-serif" size="1">Subject</font></div>
              </td>
              <td><font face="sans-serif" size="1">Re: [nflug] Linux
MTA Question</font></td>
            </tr>
          </tbody>
        </table>
        <br>
        <table>
          <tbody>
            <tr valign="top">
              <td>
              <br>
              </td>
              <td><br>
              </td>
            </tr>
          </tbody>
        </table>
        <br>
        </td>
      </tr>
    </tbody>
  </table>
  <br>
  <br>
  <br>
  <font size="3">Can you configure the Domino server to allow just the
one domain to be relayed?<br>
  </font><font color="blue" size="3"><u><br>
  </u></font><a moz-do-not-send="true"
 href="mailto:justin.bennett@dynabrade.com"><font color="blue" size="3"><u>justin.bennett@dynabrade.com</u></font></a><font
 size="3">
wrote: </font>
  <br>
  <font face="sans-serif" size="2"><br>
Hey everyone,</font><font size="3"> <br>
  </font><font face="sans-serif" size="2"><br>
&nbsp; &nbsp; &nbsp; &nbsp;I'm having an issue and I can't remember how
I got around this before. I have a linux server (RH 4AS) running lotus
domino, the domino server binds to port 25 for incoming email. I need
to
be able to run sendmail so that my linux logs can get delivered,
however
it will not bind on 25 obviously. &nbsp;I bound it to another port, however
when I try to send a mail (simple echo test | mail </font><a
 moz-do-not-send="true" href="mailto:jbennett@dynabrade.com"><font
 color="blue" face="sans-serif" size="2"><u>jbennett@dynabrade.com</u></font></a><font
 face="sans-serif" size="2">)
It tries to use the domino running on port 25 rather than the sendmail
bound on port 2525. The problem is the domino server accepts mail for a
different domain than the one where I need to send the logs to, so it
rejects
the messages. </font><font size="3"><br>
  </font><font face="sans-serif" size="2"><br>
&nbsp; &nbsp; &nbsp; &nbsp;I've tried using a smart host option and then
commenting out the DAEMON options to bind to port 25, but none of it
worked,
it still wanted to use port 25. &nbsp;Any idea how I can get my local linux
mail (things like cron logs, backup scripts ect.) to send without
having
to have sendmail bound to port 25? </font><font size="3"><br>
  </font><font face="sans-serif" size="2"><br>
I think I did something so that all mail from the system was sent
another
smtp server and not using the local sendmail. </font><font size="3"><br>
  </font><font face="sans-serif" size="2"><br>
Thanks</font><font size="3"> </font><font face="sans-serif" size="2"><br>
Justin</font><font size="3"> </font><font face="sans-serif" size="2"><br>
  </font><font size="3"><br>
  </font><img src="cid:part1.06070206.00010901@adelphia.net">
  <br>
  <tt><font size="3"><br>
  </font></tt>
  <hr><tt><font size="3"><br>
_______________________________________________<br>
nflug mailing list<br>
  </font></tt><a moz-do-not-send="true" href="mailto:nflug@nflug.org"><tt><font
 color="blue" size="3"><u>nflug@nflug.org</u></font></tt></a><tt><font
 size="3"><br>
  </font></tt><a moz-do-not-send="true"
 href="http://www.nflug.org/mailman/listinfo/nflug"><tt><font
 color="blue" size="3"><u>http://www.nflug.org/mailman/listinfo/nflug</u></font></tt></a><tt><font
 size="3"><br>
&nbsp;</font></tt><tt><font size="2">_______________________________________________<br>
nflug mailing list<br>
<a class="moz-txt-link-abbreviated" href="mailto:nflug@nflug.org">nflug@nflug.org</a><br>
<a class="moz-txt-link-freetext" href="http://www.nflug.org/mailman/listinfo/nflug">http://www.nflug.org/mailman/listinfo/nflug</a><br>
  </font></tt>
  <br>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
nflug mailing list
<a class="moz-txt-link-abbreviated" href="mailto:nflug@nflug.org">nflug@nflug.org</a>
<a class="moz-txt-link-freetext" href="http://www.nflug.org/mailman/listinfo/nflug">http://www.nflug.org/mailman/listinfo/nflug</a>
  </pre>
</blockquote>
</body>
</html>