<?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 Mail script in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-script/m-p/2630263#M40936</link>
    <description>Trying to execute the following script:&lt;BR /&gt;#! /bin/sh&lt;BR /&gt;mailperson='SMTP:man@node.com'&lt;BR /&gt;echo "Test" | mail $mailperson&lt;BR /&gt;&lt;BR /&gt;I am getting the following error.&lt;BR /&gt;&lt;BR /&gt;Status: 5.1.3&lt;BR /&gt;Remote-MTA: DNS; ussmtp&lt;BR /&gt;Diagnostic-Code: SMTP; 553 5.1.8 &lt;MAN&gt;... Domain of&lt;BR /&gt;sender address man@node.xxx.com does not exist&lt;BR /&gt;Last-Attempt-Date: Wed, 12 Dec 2001 09:35:16 -0500 (EST)&lt;/MAN&gt;</description>
    <pubDate>Wed, 12 Dec 2001 14:36:30 GMT</pubDate>
    <dc:creator>Mike_21</dc:creator>
    <dc:date>2001-12-12T14:36:30Z</dc:date>
    <item>
      <title>Mail script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-script/m-p/2630263#M40936</link>
      <description>Trying to execute the following script:&lt;BR /&gt;#! /bin/sh&lt;BR /&gt;mailperson='SMTP:man@node.com'&lt;BR /&gt;echo "Test" | mail $mailperson&lt;BR /&gt;&lt;BR /&gt;I am getting the following error.&lt;BR /&gt;&lt;BR /&gt;Status: 5.1.3&lt;BR /&gt;Remote-MTA: DNS; ussmtp&lt;BR /&gt;Diagnostic-Code: SMTP; 553 5.1.8 &lt;MAN&gt;... Domain of&lt;BR /&gt;sender address man@node.xxx.com does not exist&lt;BR /&gt;Last-Attempt-Date: Wed, 12 Dec 2001 09:35:16 -0500 (EST)&lt;/MAN&gt;</description>
      <pubDate>Wed, 12 Dec 2001 14:36:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-script/m-p/2630263#M40936</guid>
      <dc:creator>Mike_21</dc:creator>
      <dc:date>2001-12-12T14:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Mail script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-script/m-p/2630264#M40937</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The mail is addressed to a wrong domain. Try sending it to a local qualified domain or if you have an acoount in hotmail or yahoo.mail try sending it to proper e-mail id. If you've already tried it then you need to check your sendmail.&lt;BR /&gt;&lt;BR /&gt;-USA..</description>
      <pubDate>Wed, 12 Dec 2001 14:39:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-script/m-p/2630264#M40937</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2001-12-12T14:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Mail script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-script/m-p/2630265#M40938</link>
      <description>try to do an nslookup on node.com, if it does not resolve, you have a network issue, not a mail issue</description>
      <pubDate>Wed, 12 Dec 2001 14:39:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-script/m-p/2630265#M40938</guid>
      <dc:creator>Jeff Machols</dc:creator>
      <dc:date>2001-12-12T14:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: Mail script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-script/m-p/2630266#M40939</link>
      <description>Valuable information including verification of username and domainname may be gotten by running sendmail in verbose mode.  &lt;BR /&gt;&lt;BR /&gt;#sendmail -v user@somedomain.com&lt;BR /&gt;type your text here&lt;BR /&gt;.&lt;BR /&gt;user@somedomain.com... Connecting to mail.relay.com via esmtp...&lt;BR /&gt;220 mail.relay.com ESMTP Sendmail EDS Secure; Wed, 12 Dec 2001 09:43:53 -0500 (EST)&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; EHLO host.somedomain.com&lt;BR /&gt;250-mail.relay.com &lt;BR /&gt;Hello [204.104.63.16], pleased to meet you&lt;BR /&gt;250-ENHANCEDSTATUSCODES&lt;BR /&gt;250-EXPN&lt;BR /&gt;250-VERB&lt;BR /&gt;250-8BITMIME&lt;BR /&gt;250-SIZE 8000000&lt;BR /&gt;250-DSN&lt;BR /&gt;250-ONEX&lt;BR /&gt;250-ETRN&lt;BR /&gt;250-XUSR&lt;BR /&gt;250 HELP&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; MAIL From:&lt;USER&gt; SIZE=15&lt;BR /&gt;250 2.1.0 &lt;USER&gt;... Sender ok&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; RCPT To:&lt;USER&gt;&lt;BR /&gt;250 2.1.5 &lt;USER&gt;... Recipient ok&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; DATA&lt;BR /&gt;354 Enter mail, end with "." on a line by itself&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; .&lt;BR /&gt;250 2.0.0 fBCEhr700474 Message accepted for delivery&lt;BR /&gt;user@xxxx.xxxxx.xxxx.com... Sent (2.0.0 fBCEhr700474 Message accepted for delivery)&lt;BR /&gt;Closing connection to mail.relay.com .&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; QUIT&lt;BR /&gt;221 2.0.0 mail.relay.com &lt;BR /&gt; closing connection&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Tony&lt;BR /&gt;&lt;/USER&gt;&lt;/USER&gt;&lt;/USER&gt;&lt;/USER&gt;</description>
      <pubDate>Wed, 12 Dec 2001 14:45:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-script/m-p/2630266#M40939</guid>
      <dc:creator>Anthony deRito</dc:creator>
      <dc:date>2001-12-12T14:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Mail script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-script/m-p/2630267#M40940</link>
      <description>Sendmail and DNS work hand in hand..if you cannot dig/nslookup node.com, chances are you won't be able to send mail either. Ensure that you can resolve node.com first.</description>
      <pubDate>Wed, 12 Dec 2001 15:52:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-script/m-p/2630267#M40940</guid>
      <dc:creator>Kevin Wright</dc:creator>
      <dc:date>2001-12-12T15:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Mail script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mail-script/m-p/2630268#M40941</link>
      <description>Try something like this.&lt;BR /&gt;&lt;BR /&gt;# nslookup -type=MX     (you will get the &amp;gt; prompt)&lt;BR /&gt;&lt;BR /&gt;&amp;gt; mindspring.com  (you will get all the mailer for that domain)&lt;BR /&gt;&lt;BR /&gt;mindspring.com  preference = 5, mail exchanger = mx07.mindspring.com&lt;BR /&gt;&lt;BR /&gt;&amp;gt;exit&lt;BR /&gt;&lt;BR /&gt;# mailx user@mx07.mindspring.com&lt;BR /&gt;&lt;BR /&gt;That way you are sending directly to the mailer. If that does not work, find the ip of the mailer and mail to it.&lt;BR /&gt;&lt;BR /&gt;#mailx user@[10.10.10.10]&lt;BR /&gt;&lt;BR /&gt;GL,&lt;BR /&gt;C&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 12 Dec 2001 16:12:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mail-script/m-p/2630268#M40941</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2001-12-12T16:12:05Z</dc:date>
    </item>
  </channel>
</rss>

