<?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 SMTP server name in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/smtp-server-name/m-p/3540238#M223095</link>
    <description>HI&lt;BR /&gt;Can anybody tell me how can we find out the SMTP server name ?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Amit</description>
    <pubDate>Mon, 09 May 2005 05:32:27 GMT</pubDate>
    <dc:creator>Amit Manna_6</dc:creator>
    <dc:date>2005-05-09T05:32:27Z</dc:date>
    <item>
      <title>SMTP server name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/smtp-server-name/m-p/3540238#M223095</link>
      <description>HI&lt;BR /&gt;Can anybody tell me how can we find out the SMTP server name ?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Amit</description>
      <pubDate>Mon, 09 May 2005 05:32:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/smtp-server-name/m-p/3540238#M223095</guid>
      <dc:creator>Amit Manna_6</dc:creator>
      <dc:date>2005-05-09T05:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP server name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/smtp-server-name/m-p/3540239#M223096</link>
      <description>Hi Amit,&lt;BR /&gt;&lt;BR /&gt;Can you describe more as what is your requirement coz one way to find a SMTP server in domain is using nslookup and querying the MX record for that domain&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Rajeev</description>
      <pubDate>Mon, 09 May 2005 05:40:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/smtp-server-name/m-p/3540239#M223096</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2005-05-09T05:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP server name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/smtp-server-name/m-p/3540240#M223097</link>
      <description>Something like&lt;BR /&gt;&lt;BR /&gt;# nslookup -t MX&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 09 May 2005 05:41:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/smtp-server-name/m-p/3540240#M223097</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-05-09T05:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP server name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/smtp-server-name/m-p/3540241#M223098</link>
      <description>For which purpose do you want to know the name of the SMTP server?&lt;BR /&gt;Do you need it for the sendmail configuration, or for finding an mx record?&lt;BR /&gt;&lt;BR /&gt;Cheerio,&lt;BR /&gt;&lt;BR /&gt;Renarios</description>
      <pubDate>Mon, 09 May 2005 05:48:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/smtp-server-name/m-p/3540241#M223098</guid>
      <dc:creator>renarios</dc:creator>
      <dc:date>2005-05-09T05:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP server name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/smtp-server-name/m-p/3540242#M223099</link>
      <description>the command nslookup -t MX does not work</description>
      <pubDate>Mon, 09 May 2005 05:52:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/smtp-server-name/m-p/3540242#M223099</guid>
      <dc:creator>Amit Manna_6</dc:creator>
      <dc:date>2005-05-09T05:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP server name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/smtp-server-name/m-p/3540243#M223100</link>
      <description>Do &lt;BR /&gt;nslookup &lt;BR /&gt;&amp;gt;set query=mx&lt;BR /&gt;&amp;gt;hotmail.com&lt;BR /&gt;This will list the SMTP servers of hotmail site (MX record for hotmail site)&lt;BR /&gt;Thats how you can query for your domain&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Rajeev</description>
      <pubDate>Mon, 09 May 2005 05:58:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/smtp-server-name/m-p/3540243#M223100</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2005-05-09T05:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: SMTP server name</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/smtp-server-name/m-p/3540244#M223101</link>
      <description>In the o/p of nslookup, look for "mail exchanger"...&lt;BR /&gt;# nslookup&lt;BR /&gt;Default Name Server:  dns.mydomain.com&lt;BR /&gt;Address:  10.1.16.101&lt;BR /&gt;&lt;BR /&gt;&amp;gt; set q=mx&lt;BR /&gt;&amp;gt; hp.com &lt;BR /&gt;Name Server:  dns.mydomain.com&lt;BR /&gt;Address:  10.1.16.101&lt;BR /&gt;&lt;BR /&gt;Trying DNS&lt;BR /&gt;Non-authoritative answer:&lt;BR /&gt;hp.com  preference = 10, mail exchanger = smtp.cce.hp.com&lt;BR /&gt;hp.com  preference = 30, mail exchanger = smtpx.hp.com&lt;BR /&gt;hp.com  preference = 10, mail exchanger = smtp.hp.com&lt;BR /&gt;&lt;BR /&gt;Authoritative answers can be found from:&lt;BR /&gt;hp.com  nameserver = am1.hp.com&lt;BR /&gt;hp.com  nameserver = am3.hp.com&lt;BR /&gt;hp.com  nameserver = ap1.hp.com&lt;BR /&gt;hp.com  nameserver = eu1.hp.com&lt;BR /&gt;hp.com  nameserver = eu2.hp.com&lt;BR /&gt;hp.com  nameserver = eu3.hp.com&lt;BR /&gt;smtp.cce.hp.com internet address = 161.114.21.24&lt;BR /&gt;smtp.cce.hp.com internet address = 161.114.21.25&lt;BR /&gt;smtp.cce.hp.com internet address = 161.114.21.22&lt;BR /&gt;smtp.cce.hp.com internet address = 161.114.21.23&lt;BR /&gt;smtpx.hp.com    internet address = 15.45.89.157&lt;BR /&gt;smtpx.hp.com    internet address = 15.81.168.20&lt;BR /&gt;smtpx.hp.com    internet address = 15.81.168.21&lt;BR /&gt;smtpx.hp.com    internet address = 15.81.176.20&lt;BR /&gt;smtpx.hp.com    internet address = 15.81.176.21&lt;BR /&gt;smtpx.hp.com    internet address = 15.45.89.154&lt;BR /&gt;smtpx.hp.com    internet address = 15.45.89.155&lt;BR /&gt;smtpx.hp.com    internet address = 15.45.89.156&lt;BR /&gt;am1.hp.com      internet address = 15.227.128.50&lt;BR /&gt;am3.hp.com      internet address = 15.243.160.50&lt;BR /&gt;ap1.hp.com      internet address = 15.211.128.50&lt;BR /&gt;eu1.hp.com      internet address = 16.14.64.50&lt;BR /&gt;eu2.hp.com      internet address = 16.6.64.50&lt;BR /&gt;eu3.hp.com      internet address = 16.8.64.50&lt;BR /&gt;&amp;gt; exit</description>
      <pubDate>Mon, 09 May 2005 07:09:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/smtp-server-name/m-p/3540244#M223101</guid>
      <dc:creator>Suraj Singh_1</dc:creator>
      <dc:date>2005-05-09T07:09:34Z</dc:date>
    </item>
  </channel>
</rss>

