<!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">
<br>
<blockquote cite="mid:486A37E6.4080407@linuxha.com" type="cite">
  <blockquote type="cite">
    <pre wrap="">It appears that our firewall is not allowing connection to outside MX
hosts.  I think I need to configure sendmail to forward emails to our
local smtp host, but I am not sure how to do that.
    </pre>
  </blockquote>
  <pre wrap=""><!----></pre>
</blockquote>
Best to do that anyway. Some e-mail providers will only accept e-mail
from known mail servers (AOL)<br>
and bounce if the IP of your sending server is not a static, known
mailserver.<br>
<br>
What you want is 'SMARTHOST'.<br>
<br>
DSmy.mail.server.com        in sendmail.cf<br>
<br>
or <br>
<br>
define(`SMART_HOST', `my.mail.server.com')dnl       in sendmail.mc<br>
</body>
</html>