<?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: hiding sendmail version in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hiding-sendmail-version/m-p/2870902#M98441</link>
    <description>I think I found what I was looking for - in the sendmail.cf file, at least for my version of sendmail....&lt;BR /&gt;&lt;BR /&gt;These are the lines in the cf file that display version information....&lt;BR /&gt;&lt;BR /&gt;In the smtp login dialog:&lt;BR /&gt;&lt;BR /&gt;O SmtpGreetingMessage=$j Sendmail $v/$Z; $b&lt;BR /&gt;&lt;BR /&gt;In the headers of emails:&lt;BR /&gt;&lt;BR /&gt;HReceived: $?sfrom $s $.$?_($?s$|from $.$_)  &lt;BR /&gt;    $.by $j ($v/$Z)$?r with $r$. id $i$?u&lt;BR /&gt;    for $u; $|;                          &lt;BR /&gt;    $.$b                                 &lt;BR /&gt;&lt;BR /&gt;...so it looks like the values $v and $Z control what is displayed.&lt;BR /&gt;&lt;BR /&gt;$Z is set with the line:&lt;BR /&gt;&lt;BR /&gt;DZ8.9.3&lt;BR /&gt;&lt;BR /&gt;I'm not sure where $v is set - if anyone knows where to change this value, let me know.&lt;BR /&gt;&lt;BR /&gt;I suppose I could change the 'O Smtp' and 'HReceived:' lines but I'm not sure that's the correct way to do it.&lt;BR /&gt;</description>
    <pubDate>Fri, 27 Dec 2002 17:44:33 GMT</pubDate>
    <dc:creator>Fred Martin_1</dc:creator>
    <dc:date>2002-12-27T17:44:33Z</dc:date>
    <item>
      <title>hiding sendmail version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hiding-sendmail-version/m-p/2870898#M98437</link>
      <description>I believe there is a way to hide the sendmail version from outgoing mail, but I can't locate any information.  I'm running HP-UX 11.0 with sendmail 8.9.3 (PHNE_24419).  Does anyone know how I can change the version info to a given string of characters, or maybe just turn it off?&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Dec 2002 15:30:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hiding-sendmail-version/m-p/2870898#M98437</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2002-12-27T15:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: hiding sendmail version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hiding-sendmail-version/m-p/2870899#M98438</link>
      <description>Take a look at this one,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://info.nixhosting.net/sendmail/" target="_blank"&gt;http://info.nixhosting.net/sendmail/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;search inside the page for hiding.&lt;BR /&gt;&lt;BR /&gt;Hope it helps,&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Fri, 27 Dec 2002 15:40:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hiding-sendmail-version/m-p/2870899#M98438</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2002-12-27T15:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: hiding sendmail version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hiding-sendmail-version/m-p/2870900#M98439</link>
      <description>In the meantime I found this in the cf file:&lt;BR /&gt;&lt;BR /&gt;DZ8.9.3&lt;BR /&gt;&lt;BR /&gt;and changed it to:&lt;BR /&gt;&lt;BR /&gt;DZtest&lt;BR /&gt;&lt;BR /&gt;Now this is displayed:&lt;BR /&gt;&lt;BR /&gt;  .... (8.9.3(PHNE_24419)/test) ...&lt;BR /&gt;&lt;BR /&gt;So that's not entirely it.&lt;BR /&gt;&lt;BR /&gt;I'll look at that info, thanks.&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Dec 2002 15:47:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hiding-sendmail-version/m-p/2870900#M98439</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2002-12-27T15:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: hiding sendmail version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hiding-sendmail-version/m-p/2870901#M98440</link>
      <description>FYI also found this in the cf:&lt;BR /&gt;&lt;BR /&gt;O SmtpGreetingMessage=$j Sendmail $v/$Z; $b&lt;BR /&gt;&lt;BR /&gt;But I don't see the word "Sendmail" in any outgoing headers so I haven't solved it yet.&lt;BR /&gt;&lt;BR /&gt;The article has some interesting information thanks.&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Dec 2002 16:00:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hiding-sendmail-version/m-p/2870901#M98440</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2002-12-27T16:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: hiding sendmail version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hiding-sendmail-version/m-p/2870902#M98441</link>
      <description>I think I found what I was looking for - in the sendmail.cf file, at least for my version of sendmail....&lt;BR /&gt;&lt;BR /&gt;These are the lines in the cf file that display version information....&lt;BR /&gt;&lt;BR /&gt;In the smtp login dialog:&lt;BR /&gt;&lt;BR /&gt;O SmtpGreetingMessage=$j Sendmail $v/$Z; $b&lt;BR /&gt;&lt;BR /&gt;In the headers of emails:&lt;BR /&gt;&lt;BR /&gt;HReceived: $?sfrom $s $.$?_($?s$|from $.$_)  &lt;BR /&gt;    $.by $j ($v/$Z)$?r with $r$. id $i$?u&lt;BR /&gt;    for $u; $|;                          &lt;BR /&gt;    $.$b                                 &lt;BR /&gt;&lt;BR /&gt;...so it looks like the values $v and $Z control what is displayed.&lt;BR /&gt;&lt;BR /&gt;$Z is set with the line:&lt;BR /&gt;&lt;BR /&gt;DZ8.9.3&lt;BR /&gt;&lt;BR /&gt;I'm not sure where $v is set - if anyone knows where to change this value, let me know.&lt;BR /&gt;&lt;BR /&gt;I suppose I could change the 'O Smtp' and 'HReceived:' lines but I'm not sure that's the correct way to do it.&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Dec 2002 17:44:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hiding-sendmail-version/m-p/2870902#M98441</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2002-12-27T17:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: hiding sendmail version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hiding-sendmail-version/m-p/2870903#M98442</link>
      <description>Hi Fred,&lt;BR /&gt;&lt;BR /&gt;Others have you on track for your primary question, but another thing you should do to harden SendMail is to disable verification &amp;amp; username expansion.&lt;BR /&gt;Two ways to do this in the sendmail.cf file:&lt;BR /&gt;A) O PrivacyOptions=goaway  #easiest&lt;BR /&gt;B) O PrivacyOptions=noexpn,novrfy #most granular&lt;BR /&gt;&lt;BR /&gt;If these are enabled - and they are by default - hackers can verify account names on the system.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Fri, 27 Dec 2002 19:03:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hiding-sendmail-version/m-p/2870903#M98442</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2002-12-27T19:03:42Z</dc:date>
    </item>
  </channel>
</rss>

