<?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: mailx failure in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-failure/m-p/4167648#M320830</link>
    <description>The "***" just replace the company domain (e.g. "abccompany.com"). Nothing to hide.&lt;BR /&gt;&lt;BR /&gt;I even swith to another mail server, the same issue remains.&lt;BR /&gt;&lt;BR /&gt;sendmail[5863]: m2QM5Us05861: to=grace@hotmail.com, ctladdr=root (0/3), delay=00:00:01, xdelay=00:00:00, mailer=relay, pri=1501&lt;BR /&gt;97, relay=vm-smtp3.abccompany.com. [10.22.X.XX], dsn=5.7.1, stat=User unknown&lt;BR /&gt;</description>
    <pubDate>Wed, 26 Mar 2008 21:16:40 GMT</pubDate>
    <dc:creator>Grace Li</dc:creator>
    <dc:date>2008-03-26T21:16:40Z</dc:date>
    <item>
      <title>mailx failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-failure/m-p/4167636#M320818</link>
      <description>The mailx failed to send email out on a HP-UX 11.23. I tested to send mail to "hotmail.com" for example, it failed. However, internal user get email okay. &lt;BR /&gt;I login as root and mailx to a "hotmail" account, here is the error message I get from the /var/mail/root. &lt;BR /&gt;&lt;BR /&gt;/* ------------------------------------- */&lt;BR /&gt;   ----- The following addresses had permanent fatal errors -----&lt;BR /&gt;****@hotmail.com&lt;BR /&gt;    (reason: 550 5.7.1 &amp;lt;****@hotmail.com&amp;gt;... Relaying denied. IP name lookup failed [10.22.5.182])&lt;BR /&gt; &lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; RCPT To:&amp;lt;****@hotmail.com&amp;gt;&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt; 550 5.7.1 &amp;lt;****@hotmail.com&amp;gt;... Relaying denied. IP name lookup failed [10.22.5.182]&lt;BR /&gt;550 5.1.1 ****@hotmail.com... User unknown&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Mar 2008 18:31:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-failure/m-p/4167636#M320818</guid>
      <dc:creator>Grace Li</dc:creator>
      <dc:date>2008-03-25T18:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: mailx failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-failure/m-p/4167637#M320819</link>
      <description>Hi Grace:&lt;BR /&gt;&lt;BR /&gt;You need to insure that DNS is running and that your '/etc/mail/sendmail.cf' is configured appropriately for routing.  This can be as simple as specifying the 'DS' macro to look something like:&lt;BR /&gt;&lt;BR /&gt;DSexchange.xyz.com&lt;BR /&gt;&lt;BR /&gt;The comments in '/etc/mail/sendmail.cf' will guide you.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Tue, 25 Mar 2008 18:59:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-failure/m-p/4167637#M320819</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-03-25T18:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: mailx failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-failure/m-p/4167638#M320820</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Your server is not registered in DNS:&lt;BR /&gt;&lt;BR /&gt;Relaying denied. IP name lookup failed [10.22.5.182].&lt;BR /&gt;&lt;BR /&gt;In other words, the SMTP relaying server is refusing connection from you because it&lt;BR /&gt;cannot identify your server.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;VK2COT</description>
      <pubDate>Tue, 25 Mar 2008 19:11:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-failure/m-p/4167638#M320820</guid>
      <dc:creator>VK2COT</dc:creator>
      <dc:date>2008-03-25T19:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: mailx failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-failure/m-p/4167639#M320821</link>
      <description>&amp;gt; Relaying denied. IP name lookup failed [10.22.5.182]&lt;BR /&gt;&lt;BR /&gt;So, it would seem that you're trying to send&lt;BR /&gt;e-mail from a system with IP address&lt;BR /&gt;10.22.5.182.  Lacking useful info, I might&lt;BR /&gt;assume that that's your "HP-UX 11.23" system.&lt;BR /&gt;&lt;BR /&gt;The (also unidentified) system you're trying&lt;BR /&gt;to get to relay the message to the outside&lt;BR /&gt;world apparently does a normal check on the&lt;BR /&gt;sending system, namely a reverse&lt;BR /&gt;(number-to-name) DNS look-up, which fails.&lt;BR /&gt;This causes the relay system to reject the&lt;BR /&gt;message.  (The assumption is that a valid&lt;BR /&gt;e-mail sender will have a name, not only an&lt;BR /&gt;address.)&lt;BR /&gt;&lt;BR /&gt;I'd guess that if you log into that e-mail&lt;BR /&gt;relay system (probably identified in your&lt;BR /&gt;sendmail configuration file), and try&lt;BR /&gt;something like "nslookup 10.22.5.182", that&lt;BR /&gt;will fail.  When you get that to work&lt;BR /&gt;(probably by adding data for 10.22.5.182 to&lt;BR /&gt;your local DNS or /etc/hosts data), you might&lt;BR /&gt;get further with your e-mail.</description>
      <pubDate>Tue, 25 Mar 2008 19:12:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-failure/m-p/4167639#M320821</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-03-25T19:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: mailx failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-failure/m-p/4167640#M320822</link>
      <description>Thank you all. &lt;BR /&gt;&lt;BR /&gt;Correct. The IP represents my HP-UX. &lt;BR /&gt;&lt;BR /&gt;I've no change on "sendmail.cf" since 2005. Meaning the DS****my_mail_server*** has been working fine. &lt;BR /&gt;&lt;BR /&gt;I need to check the DNS on my mail server. Looks like something changed there (mailmarsh??).</description>
      <pubDate>Tue, 25 Mar 2008 20:52:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-failure/m-p/4167640#M320822</guid>
      <dc:creator>Grace Li</dc:creator>
      <dc:date>2008-03-25T20:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: mailx failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-failure/m-p/4167641#M320823</link>
      <description>The mail server does recognize my HP_UX server, as well as the DNS. What else I should check?</description>
      <pubDate>Tue, 25 Mar 2008 21:14:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-failure/m-p/4167641#M320823</guid>
      <dc:creator>Grace Li</dc:creator>
      <dc:date>2008-03-25T21:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: mailx failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-failure/m-p/4167642#M320824</link>
      <description>&amp;gt; The mail server does recognize my HP_UX server, as well as the DNS. What else I should check?&lt;BR /&gt; &lt;BR /&gt;"Relaying denied" was sent to your HP-UX box by another box, perhaps your Exchange or Lotus server. To see how your mail is being sent out, use this command:&lt;BR /&gt; &lt;BR /&gt;sendmail -v somebody@hotmail.com &amp;lt; /etc/profile&lt;BR /&gt;nslookup -type=mx hotmail.com&lt;BR /&gt; &lt;BR /&gt;Post the results.&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Mar 2008 21:52:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-failure/m-p/4167642#M320824</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2008-03-25T21:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: mailx failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-failure/m-p/4167643#M320825</link>
      <description>&amp;gt; The mail server does recognize my HP_UX&lt;BR /&gt;&amp;gt; server, as well as the DNS.&lt;BR /&gt;&lt;BR /&gt;What, exactly, does this mean?  What,&lt;BR /&gt;exactly, did you do, and what, exactly, did&lt;BR /&gt;the mail server say?  Please provide some&lt;BR /&gt;evidence, not only your conclusions (based&lt;BR /&gt;on things we can't see).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; nslookup -type=mx hotmail.com&lt;BR /&gt;&lt;BR /&gt;The complaint was about 10.22.5.182, not&lt;BR /&gt;hotmail.com.&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Mar 2008 22:24:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-failure/m-p/4167643#M320825</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-03-25T22:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: mailx failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-failure/m-p/4167644#M320826</link>
      <description>Hi Grace:&lt;BR /&gt;&lt;BR /&gt;Re:  "...internal user get email okay. &lt;BR /&gt;I login as root and mailx to a "hotmail" account, ..."&lt;BR /&gt;&lt;BR /&gt;Note:  "...Relaying denied....".  DENIED!&lt;BR /&gt;&lt;BR /&gt;This is a standard security feature in most backline, backbone internal networks.  For you to gain direct access to the outside world then you need to contact your firewall administrator for the correct procedure through the firewall. &lt;BR /&gt;&lt;BR /&gt;See Bill Hassell's response and use the -v option.&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Mar 2008 22:37:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-failure/m-p/4167644#M320826</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2008-03-25T22:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: mailx failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-failure/m-p/4167645#M320827</link>
      <description>#/usr/sbin #/usr/sbin/sendmail -v grace@hotmail.com &amp;lt; /etc/profile&lt;BR /&gt;&lt;BR /&gt;grace@hotmail.com... Connecting to mail.***.com via relay...&lt;BR /&gt;220 Van-Proofpoint1.***.com ESMTP Wed, 26 Mar 2008 09:22:54 -0700&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; EHLO host_name.***.com&lt;BR /&gt;250-Van-Proofpoint1.***.com Hello [10.22.5.182], pleased to meet you&lt;BR /&gt;250-ENHANCEDSTATUSCODES&lt;BR /&gt;250-PIPELINING&lt;BR /&gt;250-8BITMIME&lt;BR /&gt;250-SIZE&lt;BR /&gt;250-DSN&lt;BR /&gt;250-AUTH GSSAPI DIGEST-MD5 CRAM-MD5&lt;BR /&gt;250-DELIVERBY&lt;BR /&gt;250 HELP&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; MAIL From:&lt;ROOT&gt; SIZE=2551 AUTH=root@host_name.***.com&lt;BR /&gt;250 2.1.0 &lt;ROOT&gt;... Sender ok&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; RCPT To:&lt;GRACE&gt;&lt;BR /&gt;550 5.7.1 &lt;GRACE&gt;... Relaying denied. IP name lookup failed [10.22.5.182]&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; RSET&lt;BR /&gt;250 2.0.0 Reset state&lt;BR /&gt;root... Warning: alias database /etc/mail/aliases.db out of date&lt;BR /&gt;/root/dead.letter... Saved message in /root/dead.letter&lt;BR /&gt;Closing connection to mail.***.com&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; QUIT&lt;BR /&gt;221 2.0.0 Van-Proofpoint1.***.com closing connection&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#/usr/sbin #nslookup -type=mx hotmail.com&lt;BR /&gt;Using /etc/hosts on:  host_name&lt;BR /&gt;&lt;BR /&gt;looking up FILES&lt;BR /&gt;Trying DNS&lt;BR /&gt;Non-authoritative answer:&lt;BR /&gt;hotmail.com     preference = 5, mail exchanger = mx4.hotmail.com&lt;BR /&gt;hotmail.com     preference = 5, mail exchanger = mx1.hotmail.com&lt;BR /&gt;hotmail.com     preference = 5, mail exchanger = mx2.hotmail.com&lt;BR /&gt;hotmail.com     preference = 5, mail exchanger = mx3.hotmail.com&lt;BR /&gt;&lt;BR /&gt;Authoritative answers can be found from:&lt;BR /&gt;mx4.hotmail.com internet address = 65.54.245.104&lt;BR /&gt;mx4.hotmail.com internet address = 65.54.244.104&lt;BR /&gt;mx4.hotmail.com internet address = 65.54.244.232&lt;BR /&gt;mx1.hotmail.com internet address = 65.54.244.8&lt;BR /&gt;mx1.hotmail.com internet address = 65.54.245.8&lt;BR /&gt;mx1.hotmail.com internet address = 65.54.244.136&lt;BR /&gt;mx2.hotmail.com internet address = 65.54.245.40&lt;BR /&gt;mx2.hotmail.com internet address = 65.54.244.168&lt;BR /&gt;mx2.hotmail.com internet address = 65.54.244.40&lt;BR /&gt;mx3.hotmail.com internet address = 65.54.244.200&lt;BR /&gt;mx3.hotmail.com internet address = 65.54.244.72&lt;BR /&gt;mx3.hotmail.com internet address = 65.54.245.72&lt;BR /&gt;&lt;/GRACE&gt;&lt;/GRACE&gt;&lt;/ROOT&gt;&lt;/ROOT&gt;</description>
      <pubDate>Wed, 26 Mar 2008 15:31:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-failure/m-p/4167645#M320827</guid>
      <dc:creator>Grace Li</dc:creator>
      <dc:date>2008-03-26T15:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: mailx failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-failure/m-p/4167646#M320828</link>
      <description>&amp;gt; grace@hotmail.com... Connecting to mail.***.com via relay...&lt;BR /&gt;&amp;gt; 220 Van-Proofpoint1.***.com ESMTP Wed, 26 Mar 2008 09:22:54 -0700&lt;BR /&gt;&amp;gt; &amp;gt;&amp;gt;&amp;gt; EHLO host_name.***.com&lt;BR /&gt;&amp;gt; 250-Van-Proofpoint1.***.com Hello [10.22.5.182], pleased to meet you&lt;BR /&gt;&amp;gt; [...] &lt;BR /&gt;&lt;BR /&gt;If you're putting in the asterisks to hide&lt;BR /&gt;any useful information about what's going on&lt;BR /&gt;here, then it's working.&lt;BR /&gt;&lt;BR /&gt;What is the e-mail relay specified in your&lt;BR /&gt;sendmail configuration?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I'd guess that [...]&lt;BR /&gt;&lt;BR /&gt;Still waiting ...&lt;BR /&gt;&lt;BR /&gt;&amp;gt; #/usr/sbin #nslookup -type=mx hotmail.com&lt;BR /&gt;&amp;gt; [...]&lt;BR /&gt;&lt;BR /&gt;No one cares.  As I said:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; The complaint was about 10.22.5.182, not&lt;BR /&gt;&amp;gt; hotmail.com.</description>
      <pubDate>Wed, 26 Mar 2008 16:12:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-failure/m-p/4167646#M320828</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-03-26T16:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: mailx failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-failure/m-p/4167647#M320829</link>
      <description>As folks have mentioned doing **** makes it difficult to tell the players (or mail servers) apart.&lt;BR /&gt;&lt;BR /&gt;But here's somthing to consider:&lt;BR /&gt;&lt;BR /&gt;Many mail servers have software on them to drop spam mail and certain others conditions.  &lt;BR /&gt;One thing they do NOT like are what appear to be bogus "FROM" address info (i.e. Non reliable lookup addresses &amp;amp; IP's)  &lt;BR /&gt;Internally you may change the FROM to your name using things like the userdb to flip root to grace@something.com.  But let me assure, there are parts of the header record on emails that don't get affected with these tricks.  And thus root@yourserver.domain will show up in the header and the receiving mail server (maybe even your internal or some external server) can and will deny relay.  &lt;BR /&gt;&lt;BR /&gt;Just a thought,&lt;BR /&gt;Rgrds,&lt;BR /&gt;Rita</description>
      <pubDate>Wed, 26 Mar 2008 18:17:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-failure/m-p/4167647#M320829</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2008-03-26T18:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: mailx failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-failure/m-p/4167648#M320830</link>
      <description>The "***" just replace the company domain (e.g. "abccompany.com"). Nothing to hide.&lt;BR /&gt;&lt;BR /&gt;I even swith to another mail server, the same issue remains.&lt;BR /&gt;&lt;BR /&gt;sendmail[5863]: m2QM5Us05861: to=grace@hotmail.com, ctladdr=root (0/3), delay=00:00:01, xdelay=00:00:00, mailer=relay, pri=1501&lt;BR /&gt;97, relay=vm-smtp3.abccompany.com. [10.22.X.XX], dsn=5.7.1, stat=User unknown&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Mar 2008 21:16:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-failure/m-p/4167648#M320830</guid>
      <dc:creator>Grace Li</dc:creator>
      <dc:date>2008-03-26T21:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: mailx failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-failure/m-p/4167649#M320831</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] Nothing to hide.&lt;BR /&gt;&lt;BR /&gt;Then WHY HIDE SO MANY THINGS?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I even swith to another mail server, the&lt;BR /&gt;&amp;gt; same issue remains.&lt;BR /&gt;&lt;BR /&gt;Probably because the problem* has little to&lt;BR /&gt;do with the e-mail server.&lt;BR /&gt;&lt;BR /&gt;[*] Magazines have issues, you have problems.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] [10.22.X.XX], [...]&lt;BR /&gt;&lt;BR /&gt;This is a strictly internal IP address, which&lt;BR /&gt;no one in the real world can reach.  WHY HIDE&lt;BR /&gt;THIS ONE?&lt;BR /&gt;&lt;BR /&gt;I'll try one more time.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I'd guess that if you log into that e-mail&lt;BR /&gt;&amp;gt; relay system (probably identified in your&lt;BR /&gt;&amp;gt; sendmail configuration file), and try&lt;BR /&gt;&amp;gt; something like "nslookup 10.22.5.182", that&lt;BR /&gt;&lt;BR /&gt;   or "nslookup 10.22.X.XX", if you like that&lt;BR /&gt;   better.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; will fail. When you get that to work&lt;BR /&gt;&amp;gt; (probably by adding data for 10.22.5.182 to&lt;BR /&gt;&amp;gt; your local DNS or /etc/hosts data), you might&lt;BR /&gt;&amp;gt; get further with your e-mail.&lt;BR /&gt;&lt;BR /&gt;If you ever do run that nslookup command on&lt;BR /&gt;your e-mail relay system, please let us know&lt;BR /&gt;what happens.</description>
      <pubDate>Wed, 26 Mar 2008 21:28:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-failure/m-p/4167649#M320831</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-03-26T21:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: mailx failure</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mailx-failure/m-p/4167650#M320832</link>
      <description>Thank you, Steven. The issue is on the mail sever, we switch from mailmarshel to proofpoint. i pointed back to the old mail server as a temporary fix. i will investigate further toward that direction. &lt;BR /&gt;much appreciate your help!</description>
      <pubDate>Wed, 26 Mar 2008 21:35:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mailx-failure/m-p/4167650#M320832</guid>
      <dc:creator>Grace Li</dc:creator>
      <dc:date>2008-03-26T21:35:41Z</dc:date>
    </item>
  </channel>
</rss>

