<?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 sendmail using another IP address in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-using-another-ip-address/m-p/3753926#M258209</link>
    <description>Hi,&lt;BR /&gt;   I have a HPUX box that has 3 IP addresses (1 nic). 2 IP addresses are registered in the&lt;BR /&gt;public domain. Can I use 1 registered IP for &lt;BR /&gt;sendmail traffic? If so, what will be the line&lt;BR /&gt;in sendmial.cf? Any input is appreciated. &lt;BR /&gt;&lt;BR /&gt;    Thanks,&lt;BR /&gt;&lt;BR /&gt;Lynn</description>
    <pubDate>Fri, 17 Mar 2006 17:14:55 GMT</pubDate>
    <dc:creator>Lynn Hsu_2</dc:creator>
    <dc:date>2006-03-17T17:14:55Z</dc:date>
    <item>
      <title>sendmail using another IP address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-using-another-ip-address/m-p/3753926#M258209</link>
      <description>Hi,&lt;BR /&gt;   I have a HPUX box that has 3 IP addresses (1 nic). 2 IP addresses are registered in the&lt;BR /&gt;public domain. Can I use 1 registered IP for &lt;BR /&gt;sendmail traffic? If so, what will be the line&lt;BR /&gt;in sendmial.cf? Any input is appreciated. &lt;BR /&gt;&lt;BR /&gt;    Thanks,&lt;BR /&gt;&lt;BR /&gt;Lynn</description>
      <pubDate>Fri, 17 Mar 2006 17:14:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-using-another-ip-address/m-p/3753926#M258209</guid>
      <dc:creator>Lynn Hsu_2</dc:creator>
      <dc:date>2006-03-17T17:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail using another IP address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-using-another-ip-address/m-p/3753927#M258210</link>
      <description>Try:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;OOAddr=1.2.3.4&lt;BR /&gt;&lt;BR /&gt;Substituting your TCP/IP address for 1.2.3.4. This Sendmail option is explained in the "Options" chapter of the O'Reilly Sendmail book.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;</description>
      <pubDate>Fri, 17 Mar 2006 20:46:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-using-another-ip-address/m-p/3753927#M258210</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-03-17T20:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail using another IP address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-using-another-ip-address/m-p/3753928#M258211</link>
      <description>Shalom Lynn,&lt;BR /&gt;&lt;BR /&gt;If other machines are going to use the HP-UX machine to send mail, you will need to authorize relay very carefuly in the /etc/mail/access file.&lt;BR /&gt;&lt;BR /&gt;Format:&lt;BR /&gt;IP adrress RELAY&lt;BR /&gt;&lt;BR /&gt;Example&lt;BR /&gt;&lt;BR /&gt;192.168.0.15 RELAY&lt;BR /&gt;&lt;BR /&gt;Don't authorize relay for all IP addresses or the spammers will figure it out and use your server to relay mail.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sat, 18 Mar 2006 16:11:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-using-another-ip-address/m-p/3753928#M258211</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-03-18T16:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail using another IP address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-using-another-ip-address/m-p/3753929#M258212</link>
      <description>Hi,&lt;BR /&gt;   I tried the OOAddr= option in sendmail.cf. Restarted sendmail, test mail&lt;BR /&gt;still can not go out to the internet. I suspect it's DNS issue. Somehow, the outgoing mail will go thr DNS to resolve the&lt;BR /&gt;recepient's mail server name... It timed out... Is there anyway to get around DNS?&lt;BR /&gt;I have not tried "access" file. How do I build this access.db if I modify access file?&lt;BR /&gt;&lt;BR /&gt;  Of course, I still need to figure what's wrong with DNS on this box. It has named&lt;BR /&gt;running but can not query external host. &lt;BR /&gt;Is there a external "relay" to DNS configuration?&lt;BR /&gt;&lt;BR /&gt;  At this point, I want to get mail to send&lt;BR /&gt;out. So please help if you have any idea. Thanks million!&lt;BR /&gt;&lt;BR /&gt;Lynn&lt;BR /&gt;&lt;BR /&gt;  &lt;BR /&gt;</description>
      <pubDate>Mon, 20 Mar 2006 17:39:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-using-another-ip-address/m-p/3753929#M258212</guid>
      <dc:creator>Lynn Hsu_2</dc:creator>
      <dc:date>2006-03-20T17:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail using another IP address</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-using-another-ip-address/m-p/3753930#M258213</link>
      <description>DNS - check your /etc/resolv.conf - if this is a DNS server, it probably points to itself first.&lt;BR /&gt;&lt;BR /&gt;For a DNS server, you want to setup forwarders in your named.conf - these should be the DNS servers from your Internet Provider:&lt;BR /&gt;&lt;BR /&gt;options {&lt;BR /&gt;        directory        "/etc/namedb";&lt;BR /&gt;        forwarders       {&lt;BR /&gt;                X.X.X.1; X.X.X.2;  // this is a comment                };&lt;BR /&gt;        forward only;                   // while in transition&lt;BR /&gt;};&lt;BR /&gt;&lt;BR /&gt;Then restart named.&lt;BR /&gt;&lt;BR /&gt;In /etc/nsswitch.conf - check hosts line - should be something like:&lt;BR /&gt;&lt;BR /&gt;hosts:        files [NOTFOUND=CONTINUE] dns&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If hosts first, make sure you have the FQDN by your host name.&lt;BR /&gt;&lt;BR /&gt;192.168.2.1  svr003  svr003.yourdomain.net&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;</description>
      <pubDate>Tue, 21 Mar 2006 09:00:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-using-another-ip-address/m-p/3753930#M258213</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2006-03-21T09:00:18Z</dc:date>
    </item>
  </channel>
</rss>

