<?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: incoming eMail problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/incoming-email-problem/m-p/4049467#M304192</link>
    <description>Also check to make sure your DNS resolution is working.  Although yahoo.com certainly exists, your server has no way of knowing this if DNS isn't working correctly.</description>
    <pubDate>Fri, 03 Aug 2007 15:06:22 GMT</pubDate>
    <dc:creator>Keith Johnson</dc:creator>
    <dc:date>2007-08-03T15:06:22Z</dc:date>
    <item>
      <title>incoming eMail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/incoming-email-problem/m-p/4049465#M304190</link>
      <description>I just changed the hostname of my server (and got that straightened out).&lt;BR /&gt;&lt;BR /&gt;The problem is now, eMail doesn't get through any more - from outside the company. (I'm getting eMail from these forums at a working address.)&lt;BR /&gt;&lt;BR /&gt;I can send mail from inside the company, but from outside - like Yahoo - I get this:&lt;BR /&gt;&lt;BR /&gt;[quote]&lt;BR /&gt;The original message was received at Fri, 3 Aug 2007 12:39:03 -0700 (PDT) from localhost [127.0.0.1]&lt;BR /&gt;&lt;BR /&gt;   ----- The following addresses had permanent fatal errors -----&lt;BR /&gt;&lt;MZORN&gt;&lt;BR /&gt;    (reason: 501 Sender domain must exist)&lt;BR /&gt;&lt;BR /&gt;   ----- Transcript of session follows -----&lt;BR /&gt;... while talking to dms-1.xyz.com.:&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; MAIL From:&lt;EGMDOZ&gt; SIZE=2917&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt; 501 Sender domain must exist&lt;BR /&gt;501 5.6.0 Data format error&lt;BR /&gt;&lt;BR /&gt;"501 Sender domain must exist", but surely "yahoo.com" exists?  And why would it care?  If the company is selectively blocking traffic, wouldn't there be a message about "message refused"?&lt;BR /&gt;&lt;BR /&gt;&lt;/EGMDOZ&gt;&lt;/MZORN&gt;</description>
      <pubDate>Fri, 03 Aug 2007 14:43:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/incoming-email-problem/m-p/4049465#M304190</guid>
      <dc:creator>Michael D. Zorn</dc:creator>
      <dc:date>2007-08-03T14:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: incoming eMail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/incoming-email-problem/m-p/4049466#M304191</link>
      <description>Sendmail looks at the first line in /etc/hosts - unless you have masquerading setup in sendmail.cf&lt;BR /&gt;&lt;BR /&gt;So, make sure your server ip and new hostname are first after the comments in /etc/hosts (and fully qualified)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;192.1.1.5   servername  servername.yourdomain.com&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Fri, 03 Aug 2007 15:02:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/incoming-email-problem/m-p/4049466#M304191</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2007-08-03T15:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: incoming eMail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/incoming-email-problem/m-p/4049467#M304192</link>
      <description>Also check to make sure your DNS resolution is working.  Although yahoo.com certainly exists, your server has no way of knowing this if DNS isn't working correctly.</description>
      <pubDate>Fri, 03 Aug 2007 15:06:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/incoming-email-problem/m-p/4049467#M304192</guid>
      <dc:creator>Keith Johnson</dc:creator>
      <dc:date>2007-08-03T15:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: incoming eMail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/incoming-email-problem/m-p/4049468#M304193</link>
      <description>I hate it when that happens:&lt;BR /&gt;&lt;BR /&gt;/etc/hosts has&lt;BR /&gt;&lt;BR /&gt;aaa.bbb.ccc.ddd dms-1&lt;BR /&gt;&lt;BR /&gt;without the fully qualified domain.&lt;BR /&gt;&lt;BR /&gt;The "Sender domain" error threw me way off track.&lt;BR /&gt;&lt;BR /&gt;It also explains why I can eMail from inside.&lt;BR /&gt;&lt;BR /&gt;I fixed that, now I'll try again from Yahoo ... still the same error -  but I'll try again in an hour or so.&lt;BR /&gt;&lt;BR /&gt;You did point out an error here that needed fixing.</description>
      <pubDate>Fri, 03 Aug 2007 15:18:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/incoming-email-problem/m-p/4049468#M304193</guid>
      <dc:creator>Michael D. Zorn</dc:creator>
      <dc:date>2007-08-03T15:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: incoming eMail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/incoming-email-problem/m-p/4049469#M304194</link>
      <description>If sendmail is running as a daemon - then restart it:&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/sendmail stop&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/sendmail start&lt;BR /&gt;&lt;BR /&gt;The other thing to check/fix - is set the DM macro in /etc/mail/sendmail.cf&lt;BR /&gt;&lt;BR /&gt;DMyourdomain.com &lt;BR /&gt;&lt;BR /&gt;If not there - then you could set that and bounce sendmail again.&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Aug 2007 15:50:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/incoming-email-problem/m-p/4049469#M304194</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2007-08-03T15:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: incoming eMail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/incoming-email-problem/m-p/4049470#M304195</link>
      <description>Keith:  I'm pretty sure our DNS is working OK - I can ping the host from my PC on the network.</description>
      <pubDate>Fri, 03 Aug 2007 16:08:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/incoming-email-problem/m-p/4049470#M304195</guid>
      <dc:creator>Michael D. Zorn</dc:creator>
      <dc:date>2007-08-03T16:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: incoming eMail problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/incoming-email-problem/m-p/4049471#M304196</link>
      <description>Geoff:  My sendmail.cf has&lt;BR /&gt;&lt;BR /&gt;DM&lt;BR /&gt;&lt;BR /&gt;(nothing after that)  I haven't ever changed it.&lt;BR /&gt;&lt;BR /&gt;I just noticed that a ps for 'sendm' finds&lt;BR /&gt;&lt;BR /&gt;... sendmail: accepting connections on port 25&lt;BR /&gt;&lt;BR /&gt;And what I used to see is&lt;BR /&gt;&lt;BR /&gt;sendmail -bd -q30m accepting connections&lt;BR /&gt;&lt;BR /&gt;... so evidently it's not running as a daemon.&lt;BR /&gt;&lt;BR /&gt;#/sbin/init.d/sendmail stop&lt;BR /&gt;(ok)&lt;BR /&gt;#/sbin/init.d/sendmail start&lt;BR /&gt;/etc/mail/sendmail.cf: WARNING: dangerous write permissions&lt;BR /&gt;/etc/mail/aliases: (..... ok )&lt;BR /&gt;/etc/mail/sendmail.cf: WARNING: dangerous write permissions&lt;BR /&gt;&lt;BR /&gt;and ps still shows&lt;BR /&gt;&lt;BR /&gt;... sendmail: accepting connections on port 25&lt;BR /&gt;&lt;BR /&gt;Somewhere in /sbin/init.d/sendmail is a line &lt;BR /&gt;&lt;BR /&gt;/usr/sbin/sendmail -bd -q30m &amp;amp;&amp;amp; echo "sendmail", but at first glance, it's inside a few levels of "if ... elif"&lt;BR /&gt;&lt;BR /&gt;... and the only WARNING in sendmail is about sendmail.cw not configured.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Aug 2007 16:25:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/incoming-email-problem/m-p/4049471#M304196</guid>
      <dc:creator>Michael D. Zorn</dc:creator>
      <dc:date>2007-08-03T16:25:15Z</dc:date>
    </item>
  </channel>
</rss>

