<?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: Send email to external server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/send-email-to-external-server/m-p/4644998#M532866</link>
    <description>Hi Rafael:&lt;BR /&gt;&lt;BR /&gt;Configure the "smart relay" macro in '/etc/mail/sendmail.cf'. Make sure that your DNS works and you should be able to do:&lt;BR /&gt;&lt;BR /&gt;# mailx -s "Hello!" rafael@company.com.br &amp;lt; /dev/null&lt;BR /&gt;&lt;BR /&gt;The 'DS' macro should look something like this:&lt;BR /&gt;&lt;BR /&gt;DSexchange.company.com.br&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
    <pubDate>Wed, 09 Jun 2010 15:19:33 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2010-06-09T15:19:33Z</dc:date>
    <item>
      <title>Send email to external server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/send-email-to-external-server/m-p/4644997#M532865</link>
      <description>I'm trying send a email from HP-UX to the internal mail server, but no success.&lt;BR /&gt;I set the /etc/hosts file the name of server and internal IP like&lt;BR /&gt;192.168.0.1 &lt;A href="http://www.company.com.br" target="_blank"&gt;www.company.com.br&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Jun 2010 11:31:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/send-email-to-external-server/m-p/4644997#M532865</guid>
      <dc:creator>Rafael Massuquetto</dc:creator>
      <dc:date>2010-06-09T11:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Send email to external server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/send-email-to-external-server/m-p/4644998#M532866</link>
      <description>Hi Rafael:&lt;BR /&gt;&lt;BR /&gt;Configure the "smart relay" macro in '/etc/mail/sendmail.cf'. Make sure that your DNS works and you should be able to do:&lt;BR /&gt;&lt;BR /&gt;# mailx -s "Hello!" rafael@company.com.br &amp;lt; /dev/null&lt;BR /&gt;&lt;BR /&gt;The 'DS' macro should look something like this:&lt;BR /&gt;&lt;BR /&gt;DSexchange.company.com.br&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Jun 2010 15:19:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/send-email-to-external-server/m-p/4644998#M532866</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2010-06-09T15:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Send email to external server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/send-email-to-external-server/m-p/4644999#M532867</link>
      <description>&lt;!--!*#--&gt;&amp;gt; I'm trying send a email [...]&lt;BR /&gt;&lt;BR /&gt;_How_, exactly?  As usual, showing actual&lt;BR /&gt;commands with their actual output can be more&lt;BR /&gt;helpful than vague descriptions and&lt;BR /&gt;interpretations.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] but no success.&lt;BR /&gt;&lt;BR /&gt;Not a very useful description.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] name of server [...]&lt;BR /&gt;&lt;BR /&gt;Is that the "internal mail server"?&lt;BR /&gt;&lt;BR /&gt;Are you running sendmail on the HP-UX system?</description>
      <pubDate>Wed, 09 Jun 2010 16:23:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/send-email-to-external-server/m-p/4644999#M532867</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-06-09T16:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Send email to external server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/send-email-to-external-server/m-p/4645000#M532868</link>
      <description>Hi,&lt;BR /&gt;First update the /etc/hosts&lt;BR /&gt;host_ip   hostname    hostname&lt;BR /&gt;smart-relay_ip   relay fqdn    relayfqdn&lt;BR /&gt;then edit /etc/mail/sendmail.cf&lt;BR /&gt;Dj$w.&lt;DOMAIN.COM&gt;&lt;BR /&gt;DS&lt;SMART-RELAY fqdn=""&gt;&lt;BR /&gt;uncomment the line&lt;BR /&gt;# R$* &amp;lt; @ $* &amp;gt; $*                $: $&amp;gt;check_local &amp;lt;$m&amp;gt; $1 &amp;lt; @ $2 &amp;gt; $3 Local Domain?&lt;BR /&gt;Edit /etc/mail/sendmail.cw&lt;BR /&gt;add host name of the server.&lt;BR /&gt;Edit /usr/newconfig/etc/mail/submit.cf&lt;BR /&gt;DS&lt;SMART-RELAY fqdn=""&gt;&lt;BR /&gt;Create a new group smmsp with gid 25&lt;BR /&gt;Create a new user smmsp with uid 25 and primary group as smmsp&lt;BR /&gt;make a dir /var/spool/clientmqueue&lt;BR /&gt;change the ownership to smmsp&lt;BR /&gt;restart send mail daemon and test&lt;BR /&gt;echo test | sendmail -v user@domain.com&lt;BR /&gt;&lt;/SMART-RELAY&gt;&lt;/SMART-RELAY&gt;&lt;/DOMAIN.COM&gt;</description>
      <pubDate>Wed, 04 Aug 2010 05:06:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/send-email-to-external-server/m-p/4645000#M532868</guid>
      <dc:creator>Abid Iqbal</dc:creator>
      <dc:date>2010-08-04T05:06:37Z</dc:date>
    </item>
  </channel>
</rss>

