<?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: Upgrade Sendmail in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-sendmail/m-p/2623155#M39147</link>
    <description>Hi Kirk,&lt;BR /&gt;&lt;BR /&gt;To find the sendmail version, take a look at the thread below,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support2.external.hp.com/cki/bin/doc.pl/sid=2f1cc81d078b98df00/screen=ckiDisplayDocument?docId=200000024645767" target="_blank"&gt;http://us-support2.external.hp.com/cki/bin/doc.pl/sid=2f1cc81d078b98df00/screen=ckiDisplayDocument?docId=200000024645767&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Here is a thread on how to install sendmail, which also sugest what you have to do if you are migrating from an earlier version of sendmail,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90110/B2355-90110_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90110/00/00/42-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90110/00/00/42-toc.html&amp;amp;searchterms=sendmail&amp;amp;queryid=20011130-121408" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90110/B2355-90110_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90110/00/00/42-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90110/00/00/42-toc.html&amp;amp;searchterms=sendmail&amp;amp;queryid=20011130-121408&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
    <pubDate>Fri, 30 Nov 2001 20:10:23 GMT</pubDate>
    <dc:creator>Sanjay_6</dc:creator>
    <dc:date>2001-11-30T20:10:23Z</dc:date>
    <item>
      <title>Upgrade Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-sendmail/m-p/2623149#M39141</link>
      <description>Hi, I need to know how I can go about replacing my Sendmail with the most recent version.  I would also like to know how I can find out the version of sendmail that I am currently using.  I have an HPUX10.20.  Thanks in advance.  &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Nov 2001 17:26:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-sendmail/m-p/2623149#M39141</guid>
      <dc:creator>Kirk Solano</dc:creator>
      <dc:date>2001-11-30T17:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-sendmail/m-p/2623150#M39142</link>
      <description>Sendmail version information can be obtained by executing one of the following commands:&lt;BR /&gt;&lt;BR /&gt;     A.  #sendmail -bs &lt;BR /&gt;         Note: This command yields output similar to the following information:&lt;BR /&gt;&lt;BR /&gt;         220 myhost.mydomain.com ESMTP Sendmail 8.9.3 ( [PHNE_18546/PACHRDME/English] )/8.9.3;&lt;BR /&gt;         Mon, 23 Oct 20 00 13:30:23 +0100 (BST)&lt;BR /&gt;&lt;BR /&gt;         The first 8.9.3 is the version number for the binary (followed by the patch number)/and then the sendmail.cf file version from the DZ macro in /etc/mail/sendmail.cf).&lt;BR /&gt;&lt;BR /&gt;     B.  #what /usr/sbin/sendmail&lt;BR /&gt;          .&lt;BR /&gt;          .&lt;BR /&gt;          version.c       8.9.3.1 (Berkeley) 2/9/1999 ( [PHNE_18546/PACHRDME/English] )&lt;BR /&gt;&lt;BR /&gt;         Note: This output gives the version of the sendmail binary (and the patch release number).&lt;BR /&gt;&lt;BR /&gt;8.7.1 is the version for 10.20&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Nov 2001 17:37:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-sendmail/m-p/2623150#M39142</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2001-11-30T17:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-sendmail/m-p/2623151#M39143</link>
      <description>Kirk,&lt;BR /&gt;&lt;BR /&gt;HP Has a patch to upgrade your sendmail to 8.9.3, however it has been recalled so you may not be able to get it now. &lt;BR /&gt;&lt;BR /&gt;You could also get sendmail 8.11.x from sendmail.org, you would have to compile that version.&lt;BR /&gt;&lt;BR /&gt;Another way to determine your version is to telnet to port 25 on the box you want to check&lt;BR /&gt;&lt;BR /&gt;telnet hosname.com 25&lt;BR /&gt;&lt;BR /&gt;The version should be in the output&lt;BR /&gt;&lt;BR /&gt;Good Luck,&lt;BR /&gt;C</description>
      <pubDate>Fri, 30 Nov 2001 17:45:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-sendmail/m-p/2623151#M39143</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2001-11-30T17:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-sendmail/m-p/2623152#M39144</link>
      <description>&lt;A href="http://www.software.hp.com/products/Sendmail/" target="_blank"&gt;http://www.software.hp.com/products/Sendmail/&lt;/A&gt;</description>
      <pubDate>Fri, 30 Nov 2001 17:46:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-sendmail/m-p/2623152#M39144</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2001-11-30T17:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-sendmail/m-p/2623153#M39145</link>
      <description>A 'what /usr/sbin/sendmail' will give you the version of the sendmail you are using.&lt;BR /&gt;&lt;BR /&gt;It should be patched to get it's version upgraded. I guess you can install PHNE_22672 to upgrade to 8.9.3.  Just check if there is any patch that superceded this patch before installing.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Nov 2001 17:47:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-sendmail/m-p/2623153#M39145</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-11-30T17:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-sendmail/m-p/2623154#M39146</link>
      <description>Hi Kirk:&lt;BR /&gt;&lt;BR /&gt;sendmail -dX &amp;lt; /dev/null will give you the version as well as several other important bits of data.&lt;BR /&gt;&lt;BR /&gt;Look for the latest available sendmail patch for 10.20 on the patch database. I'm currently running 8.9.3 on my remaining 10.20 box but that version has been recalled.&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Nov 2001 17:49:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-sendmail/m-p/2623154#M39146</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-11-30T17:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-sendmail/m-p/2623155#M39147</link>
      <description>Hi Kirk,&lt;BR /&gt;&lt;BR /&gt;To find the sendmail version, take a look at the thread below,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support2.external.hp.com/cki/bin/doc.pl/sid=2f1cc81d078b98df00/screen=ckiDisplayDocument?docId=200000024645767" target="_blank"&gt;http://us-support2.external.hp.com/cki/bin/doc.pl/sid=2f1cc81d078b98df00/screen=ckiDisplayDocument?docId=200000024645767&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Here is a thread on how to install sendmail, which also sugest what you have to do if you are migrating from an earlier version of sendmail,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90110/B2355-90110_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90110/00/00/42-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90110/00/00/42-toc.html&amp;amp;searchterms=sendmail&amp;amp;queryid=20011130-121408" target="_blank"&gt;http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90110/B2355-90110_top.html&amp;amp;con=/hpux/onlinedocs/B2355-90110/00/00/42-con.html&amp;amp;toc=/hpux/onlinedocs/B2355-90110/00/00/42-toc.html&amp;amp;searchterms=sendmail&amp;amp;queryid=20011130-121408&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Nov 2001 20:10:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-sendmail/m-p/2623155#M39147</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-11-30T20:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Upgrade Sendmail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-sendmail/m-p/2623156#M39148</link>
      <description>Hi Kirk,&lt;BR /&gt;&lt;BR /&gt;you can also find out the version of sendmail by using,&lt;BR /&gt;&lt;BR /&gt;"what /usr/sbin/sendmail | grep version "&lt;BR /&gt;&lt;BR /&gt;Try sendmail.org for more questions on the sendmail version available online, other than the ones supplied with HP-UX,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.sendmail.org/" target="_blank"&gt;http://www.sendmail.org/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Nov 2001 20:13:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/upgrade-sendmail/m-p/2623156#M39148</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-11-30T20:13:22Z</dc:date>
    </item>
  </channel>
</rss>

