<?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: mail bouncing problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-bouncing-problem/m-p/2896717#M578280</link>
    <description>We are using DNS and the &lt;BR /&gt;the entry is correct in the conf file &lt;BR /&gt;# more /etc/nsswitch.conf&lt;BR /&gt;hosts:        dns nis [NOTFOUND=return] files&lt;BR /&gt;</description>
    <pubDate>Tue, 04 Feb 2003 21:03:57 GMT</pubDate>
    <dc:creator>jane zhang</dc:creator>
    <dc:date>2003-02-04T21:03:57Z</dc:date>
    <item>
      <title>mail bouncing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-bouncing-problem/m-p/2896716#M578279</link>
      <description>Hi all,&lt;BR /&gt;I have an hp-ux 10.20 box dcsmail serving as mail server, recently I as the postmaster got a lot of undelivered mails. &lt;BR /&gt;I checked the mail.log and got the following info: &lt;BR /&gt;# echo "This is from host scheffel to marsha" | mail marcysh@uxprod.foo.com&lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;Feb  4 11:13:49 dcsmail sendmail[7876]: LAA07876: from=&lt;ROOT&gt;, size=346, class=0, pri=30346, nrcpts=1, msgid=&amp;lt;200302041913.LAA22819@scheffel.foo.com&amp;gt;, proto=ESMTP, relay=root@scheffel.foo.com [130.27.241.250]&lt;BR /&gt;Feb  4 11:13:49 dcsmail sendmail[7878]: LAA07876: to=&lt;MARCYSH&gt;, delay=00:00:00, xdelay=00:00:00, mailer=esmtp, relay=uxprod.foo.com. [130.27.241.62], stat=Deferred: Connection refused by uxprod.foo.com.&lt;BR /&gt;&lt;BR /&gt;Where is the problem on uxprod.foo.com? &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;&lt;/MARCYSH&gt;&lt;/ROOT&gt;</description>
      <pubDate>Tue, 04 Feb 2003 20:25:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-bouncing-problem/m-p/2896716#M578279</guid>
      <dc:creator>jane zhang</dc:creator>
      <dc:date>2003-02-04T20:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: mail bouncing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-bouncing-problem/m-p/2896717#M578280</link>
      <description>We are using DNS and the &lt;BR /&gt;the entry is correct in the conf file &lt;BR /&gt;# more /etc/nsswitch.conf&lt;BR /&gt;hosts:        dns nis [NOTFOUND=return] files&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Feb 2003 21:03:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-bouncing-problem/m-p/2896717#M578280</guid>
      <dc:creator>jane zhang</dc:creator>
      <dc:date>2003-02-04T21:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: mail bouncing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-bouncing-problem/m-p/2896718#M578281</link>
      <description>I find it hard to believe that you actually relay mail off a server named foo.com&lt;BR /&gt;&lt;BR /&gt;But your relay server is rejecting mail.  It needs to be configured to accept and relay mail from your servers IP address.&lt;BR /&gt;&lt;BR /&gt;For more diagnostics, run this command.&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/sendmail -v -d8.99 -d38.99 stevenprotter@yourdoimain.com&lt;BR /&gt;&lt;BR /&gt;This will let you see a little more about what goes on behind the scenes.&lt;BR /&gt;&lt;BR /&gt;You already have enough information to talk to whomever is responsible for that relay server.  If its you, look at the /etc/mail/access file.  Add your server as a RELAY entry.&lt;BR /&gt;&lt;BR /&gt;Rebuild the hash files, stop and start sendmail and you are good to go.&lt;BR /&gt;&lt;BR /&gt;P</description>
      <pubDate>Tue, 04 Feb 2003 21:09:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-bouncing-problem/m-p/2896718#M578281</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-02-04T21:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: mail bouncing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-bouncing-problem/m-p/2896719#M578282</link>
      <description>HI Jane,&lt;BR /&gt;&lt;BR /&gt;On uxprod.foo.com, sendmail daemon is not running. Or it is setup with tcp_wrappers or firewall that is it not accepting connections from your server.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Tue, 04 Feb 2003 21:58:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-bouncing-problem/m-p/2896719#M578282</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-02-04T21:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: mail bouncing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-bouncing-problem/m-p/2896720#M578283</link>
      <description>Hi Sri,&lt;BR /&gt;you are right, the sendmail daemon is not running on the client machine. But when the owner try to run it by /sbin/init.d/sendmail start, it always fail with some errors. even though they copy a uncorrupted sendmail. &lt;BR /&gt;I am not sure they run it and do not have root access on that machine. Only receive message when there is a problem.</description>
      <pubDate>Wed, 05 Feb 2003 02:52:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-bouncing-problem/m-p/2896720#M578283</guid>
      <dc:creator>jane zhang</dc:creator>
      <dc:date>2003-02-05T02:52:34Z</dc:date>
    </item>
  </channel>
</rss>

