<?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 HP-UX in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux/m-p/7003940#M490794</link>
    <description>&lt;P&gt;All, I am new to HPUX and have a requirement to have sendmail receive emails relayed from our local Exchange server. The previous admin set this up but a new requirement has been given and I have to set up 2 new recipients. I followed the steps the previous administrator documented but am still having an issue. I have modified the "genericstable" and "virtusertable" under /etc/mail to include the 2 new recipients (and remapped the "genericstable.db").&amp;nbsp;&lt;/P&gt;&lt;P&gt;The 2 new recipients are named:&lt;BR /&gt;apinvoiceric@fd1.fareva.com and apinvoice@dthsapdvm01.fareva.priv&lt;/P&gt;&lt;P&gt;When I attempt to test using telnet, I get the following errors (the errors are different for each user)&lt;BR /&gt;RCPT TO: apinvoiceric@fd1.fareva.com&lt;BR /&gt;550 5.1.1 apinvoiceric@fd1.fareva.com... User unknown&lt;BR /&gt;RCPT TO: apinvoice@dthsapdvm01.fareva.priv&lt;BR /&gt;550 5.7.1 apinvoice@dthsapdvm01.fareva.priv... Relaying denied. Proper authentic&lt;BR /&gt;ation required.&lt;/P&gt;&lt;P&gt;Any help would be greatly appreicated.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 26 Apr 2018 12:43:35 GMT</pubDate>
    <dc:creator>btiller</dc:creator>
    <dc:date>2018-04-26T12:43:35Z</dc:date>
    <item>
      <title>HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux/m-p/7003940#M490794</link>
      <description>&lt;P&gt;All, I am new to HPUX and have a requirement to have sendmail receive emails relayed from our local Exchange server. The previous admin set this up but a new requirement has been given and I have to set up 2 new recipients. I followed the steps the previous administrator documented but am still having an issue. I have modified the "genericstable" and "virtusertable" under /etc/mail to include the 2 new recipients (and remapped the "genericstable.db").&amp;nbsp;&lt;/P&gt;&lt;P&gt;The 2 new recipients are named:&lt;BR /&gt;apinvoiceric@fd1.fareva.com and apinvoice@dthsapdvm01.fareva.priv&lt;/P&gt;&lt;P&gt;When I attempt to test using telnet, I get the following errors (the errors are different for each user)&lt;BR /&gt;RCPT TO: apinvoiceric@fd1.fareva.com&lt;BR /&gt;550 5.1.1 apinvoiceric@fd1.fareva.com... User unknown&lt;BR /&gt;RCPT TO: apinvoice@dthsapdvm01.fareva.priv&lt;BR /&gt;550 5.7.1 apinvoice@dthsapdvm01.fareva.priv... Relaying denied. Proper authentic&lt;BR /&gt;ation required.&lt;/P&gt;&lt;P&gt;Any help would be greatly appreicated.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2018 12:43:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux/m-p/7003940#M490794</guid>
      <dc:creator>btiller</dc:creator>
      <dc:date>2018-04-26T12:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux/m-p/7004228#M490796</link>
      <description>&lt;P&gt;The HP-UX machine that you are on has not been given permission to use the Exchange server for relaying. Rather than using telnet, use sendmail like this:&lt;/P&gt;&lt;PRE&gt;#&lt;STRONG&gt; sendmail -v bill.hpux@gmail.com &amp;lt;/etc/issue&lt;/STRONG&gt;
&lt;FONT color="#3366FF"&gt;bill.hpux@gmail.com... Connecting to [10.11.10.200] via relay...
220 *********************************************************************************************
&amp;gt;&amp;gt;&amp;gt; EHLO mail.servicedirect.com
250-atl1.corp.ad Hello ftp [10.10.100.41], pleased to meet you&lt;/FONT&gt;
250-ENHANCEDSTATUSCODES
250-XXXA
250-XXXB
250-8BITMIME
250-SIZE
250-DSN
250-XXXC
250-ETRN
250-XXXD
250 XXXE
&amp;gt;&amp;gt;&amp;gt; MAIL From:&amp;lt;root@serviceitdirect.com&amp;gt; SIZE=149
250 2.1.0 &amp;lt;root@serviceitdirect.com&amp;gt;... Sender ok
&amp;gt;&amp;gt;&amp;gt; RCPT To:&amp;lt;bill.hpux@gmail.com&amp;gt;
250 2.1.5 &amp;lt;bill.hpux@gmail.com&amp;gt;... Recipient ok
&amp;gt;&amp;gt;&amp;gt; DATA
354 Enter mail, end with "." on a line by itself
&amp;gt;&amp;gt;&amp;gt; .
250 2.0.0 w3UHSF015028 Message accepted for delivery
bill.hpux@gmail.com... Sent (2.0.0 w3UHSF015028 Message accepted for delivery)
Closing connection to [10.11.10.200]
&amp;gt;&amp;gt;&amp;gt; QUIT
221 2.0.0 atl1.corp.ad closing connection&lt;/PRE&gt;&lt;P&gt;The relay machine is 10.11.10.200 (aka, atl1.corp.ad) and it has confirmed that ftp.servicedirect.com (10.10.100.41) is allowed to relay messages.&lt;/P&gt;&lt;P&gt;Test your system like this:&lt;/P&gt;&lt;PRE&gt;# sendmail -v apinvoiceric@fd1.fareva.com &amp;lt; /etc/issue&lt;/PRE&gt;&lt;P&gt;The message "Relaying denied" means that you must contact your Exchange server admin and have them setup relaying for your HP-UX machine.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2018 17:37:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux/m-p/7004228#M490796</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2018-04-30T17:37:08Z</dc:date>
    </item>
  </channel>
</rss>

