<?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: Sendmail Relay Question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay-question/m-p/4987619#M548213</link>
    <description>Thank you Steven, for the quick reply.. I will give it a try. &lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 27 Jun 2006 08:00:33 GMT</pubDate>
    <dc:creator>rmueller58</dc:creator>
    <dc:date>2006-06-27T08:00:33Z</dc:date>
    <item>
      <title>Sendmail Relay Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay-question/m-p/4987617#M548211</link>
      <description>I have a question about how to define sendmail as a client on my HP/UX box and relay off of a Linux box? &lt;BR /&gt;&lt;BR /&gt;We have our UX box on the inside zone of our network, We do not have DNS resolver defined on it as it had caused problems.. What we want to do is send any sendmail items via an IP address relay to a Linux Box (that sits in a less secure zone) and has the ability to send out mail from that point. &lt;BR /&gt;&lt;BR /&gt;It would seem we should be able to use Sendmail on UX as a client of the SMTP server on the linux box.. &lt;BR /&gt;&lt;BR /&gt;Any ideas appreciated.. &lt;BR /&gt;</description>
      <pubDate>Tue, 27 Jun 2006 07:49:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay-question/m-p/4987617#M548211</guid>
      <dc:creator>rmueller58</dc:creator>
      <dc:date>2006-06-27T07:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail Relay Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay-question/m-p/4987618#M548212</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;in sendmail.cf&lt;BR /&gt;&lt;BR /&gt;Change&lt;BR /&gt;&lt;BR /&gt;DS&lt;BR /&gt;&lt;BR /&gt;to:&lt;BR /&gt;&lt;BR /&gt;DShostnamelinuxbox&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;DS&lt;BR /&gt;[192.168.0.10] &lt;BR /&gt;# where the ip address is the ip addres of the linux box.&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/sendmail stop&lt;BR /&gt;/sbin/init.d/sendmail start&lt;BR /&gt;&lt;BR /&gt;Linux will have to explicitly define the HP-UX box in its access file:&lt;BR /&gt;&lt;BR /&gt;/etc/mail/access&lt;BR /&gt;&lt;BR /&gt;hostnamehpux   RELAY&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;ipaddresshpux RELAY&lt;BR /&gt;&lt;BR /&gt;Then sendmail macro will need to compile the macro database on the linux box.&lt;BR /&gt;&lt;BR /&gt;# script to build the sendmail from the macro database&lt;BR /&gt;/usr/bin/newaliases&lt;BR /&gt;cd /etc/mail&lt;BR /&gt;makemap -r -v hash access.db &amp;lt; access&lt;BR /&gt;makemap -r -v hash access_db &amp;lt; access&lt;BR /&gt;makemap -r -v hash domaintable.db &amp;lt; domaintable&lt;BR /&gt;makemap -r -v hash domaintable_db &amp;lt; domaintable&lt;BR /&gt;makemap -r -v hash genericstable.db &amp;lt; genericstable&lt;BR /&gt;makemap -r -v hash genericstable_db &amp;lt; genericstable&lt;BR /&gt;makemap -r -v hash mailertable_db &amp;lt; mailertable&lt;BR /&gt;makemap -r -v hash mailertable.db &amp;lt; mailertable&lt;BR /&gt;makemap -r -v hash virtusertable.db &amp;lt; virtusertable&lt;BR /&gt;makemap -r -v hash virtusertable_db &amp;lt; virtusertable&lt;BR /&gt;cp -p /etc/mail/sendmail.cf /root&lt;BR /&gt;m4 /etc/mail/sendmail.mc &amp;gt; /etc/mail/sendmail.cf&lt;BR /&gt;&lt;BR /&gt;service sendmail restart&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 27 Jun 2006 07:58:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay-question/m-p/4987618#M548212</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-06-27T07:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail Relay Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay-question/m-p/4987619#M548213</link>
      <description>Thank you Steven, for the quick reply.. I will give it a try. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Jun 2006 08:00:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay-question/m-p/4987619#M548213</guid>
      <dc:creator>rmueller58</dc:creator>
      <dc:date>2006-06-27T08:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail Relay Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay-question/m-p/4987620#M548214</link>
      <description>Hi Rex, &lt;BR /&gt;&lt;BR /&gt;Try this : &lt;A href="http://www.sendmail.org/tips/relaying.html" target="_blank"&gt;http://www.sendmail.org/tips/relaying.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Tue, 27 Jun 2006 08:09:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay-question/m-p/4987620#M548214</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-06-27T08:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: Sendmail Relay Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay-question/m-p/4987621#M548215</link>
      <description>Steven, Thanks a bunch that did the trick. &lt;BR /&gt;&lt;BR /&gt;As usual you have it down to a science.</description>
      <pubDate>Tue, 27 Jun 2006 08:11:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-relay-question/m-p/4987621#M548215</guid>
      <dc:creator>rmueller58</dc:creator>
      <dc:date>2006-06-27T08:11:37Z</dc:date>
    </item>
  </channel>
</rss>

