<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: sendmail not relaying in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/sendmail-not-relaying/m-p/5005001#M47823</link>
    <description>I had to edit /etc/resolv.conf.</description>
    <pubDate>Tue, 26 Sep 2006 10:55:57 GMT</pubDate>
    <dc:creator>Matt Shaffer_1</dc:creator>
    <dc:date>2006-09-26T10:55:57Z</dc:date>
    <item>
      <title>sendmail not relaying</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-not-relaying/m-p/5004993#M47815</link>
      <description>Here's the scenerio: rhel4 box running sendmail and sendmail-cf-8.13.1-2. I have added the exchange front end (efe)server to /etc/hosts. I have the line define('SMART_HOST', 'efe.mydomain.com') in my sendmail.mc file, have run make -C /etc/mail, have added entry for DSefe.mydomain.com in sendmail.cf and have restarted sendmail. In maillog I still see root@localhost as the relay. And I'm not getting my email. Why?</description>
      <pubDate>Fri, 22 Sep 2006 15:48:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-not-relaying/m-p/5004993#M47815</guid>
      <dc:creator>Matt Shaffer_1</dc:creator>
      <dc:date>2006-09-22T15:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail not relaying</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-not-relaying/m-p/5004994#M47816</link>
      <description>You've still not told us enough information here.&lt;BR /&gt;&lt;BR /&gt;Is the RHEL box accepting mail fromt he outside world, and supposed to be forwarding it to the efe? &lt;BR /&gt;&lt;BR /&gt;Or is it the other way around?&lt;BR /&gt;&lt;BR /&gt;In any case, the 'DS' rule (Smart Host) only says where to send messages that have been accepted for RELAYing.&lt;BR /&gt;&lt;BR /&gt;The '/etc/mail/access' file needs to be modified to say what to relay (followed by the same make as above).</description>
      <pubDate>Fri, 22 Sep 2006 16:03:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-not-relaying/m-p/5004994#M47816</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2006-09-22T16:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail not relaying</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-not-relaying/m-p/5004995#M47817</link>
      <description>Generally, although it's possible to edit with /etc/mail/sendmail.cf, it's best to edit /etc/mail/sendmail.mc  and then you need to run (after you backup /etc/mail/sendmail.cf):&lt;BR /&gt;&lt;BR /&gt;m4 /etc/mail/sendmail.mc &amp;gt; /etc/mail/sendmail.cf&lt;BR /&gt;&lt;BR /&gt;check that efe.mydomain.com is reachable with&lt;BR /&gt;telnet efe.mydomain.com 25</description>
      <pubDate>Fri, 22 Sep 2006 16:05:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-not-relaying/m-p/5004995#M47817</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2006-09-22T16:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail not relaying</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-not-relaying/m-p/5004996#M47818</link>
      <description>Alexander, that's what he did.  The 'make -C /etc/mail/Makefile' does the m4 for you on a RH/FC box (newer then RH7).</description>
      <pubDate>Fri, 22 Sep 2006 21:46:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-not-relaying/m-p/5004996#M47818</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2006-09-22T21:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail not relaying</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-not-relaying/m-p/5004997#M47819</link>
      <description>I am trying to send email from the rhel4 server to my Outlook account and to my Yahoo account.</description>
      <pubDate>Tue, 26 Sep 2006 09:29:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-not-relaying/m-p/5004997#M47819</guid>
      <dc:creator>Matt Shaffer_1</dc:creator>
      <dc:date>2006-09-26T09:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail not relaying</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-not-relaying/m-p/5004998#M47820</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;1) Exchange must specifically permit relay from the linux machine or the operation will fail no matter what you do to the linux system. By default exchange does not permit relay.&lt;BR /&gt;&lt;BR /&gt;2) sendamil -v -d8 -d38 someone@some.net&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;type some text.&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;.&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;&lt;BR /&gt;This should get you the failure reason which would be helpful in determining if this has anything to do with Linux sendmail configuration.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/ENTER&gt;&lt;/ENTER&gt;&lt;/ENTER&gt;</description>
      <pubDate>Tue, 26 Sep 2006 10:23:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-not-relaying/m-p/5004998#M47820</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-09-26T10:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail not relaying</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-not-relaying/m-p/5004999#M47821</link>
      <description>This is what happens when I ran this command.  I got a Name server timeout message.&lt;BR /&gt;&lt;BR /&gt;RPSPRO.wescodist.com# sendmail -v -d8 -d38 mshaffer@wescodist.com&lt;BR /&gt;wescodist.com: Name server timeout&lt;BR /&gt;mshaffer@wescodist.com... Transient parse error -- message queued for future del&lt;BR /&gt;ivery&lt;BR /&gt;test test test&lt;BR /&gt;.&lt;BR /&gt;mshaffer@wescodist.com... queued&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Sep 2006 10:31:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-not-relaying/m-p/5004999#M47821</guid>
      <dc:creator>Matt Shaffer_1</dc:creator>
      <dc:date>2006-09-26T10:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail not relaying</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-not-relaying/m-p/5005000#M47822</link>
      <description>It was /etc/resolv.conf.</description>
      <pubDate>Tue, 26 Sep 2006 10:55:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-not-relaying/m-p/5005000#M47822</guid>
      <dc:creator>Matt Shaffer_1</dc:creator>
      <dc:date>2006-09-26T10:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail not relaying</title>
      <link>https://community.hpe.com/t5/operating-system-linux/sendmail-not-relaying/m-p/5005001#M47823</link>
      <description>I had to edit /etc/resolv.conf.</description>
      <pubDate>Tue, 26 Sep 2006 10:55:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/sendmail-not-relaying/m-p/5005001#M47823</guid>
      <dc:creator>Matt Shaffer_1</dc:creator>
      <dc:date>2006-09-26T10:55:57Z</dc:date>
    </item>
  </channel>
</rss>

