<?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 Bizarre sendmail issue. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/bizarre-sendmail-issue/m-p/2533972#M594823</link>
    <description>On HP-UX 11.0, running sendmail 8.9.3 (PHNE_18546), I 'm having a strange problem.&lt;BR /&gt;&lt;BR /&gt;Logged on to the machine as root, when I send mail to somebody not on the machine (goes through the relay to another machine) the mail appears to be from someone besides root.  It actually shows up as being from another user on the box.&lt;BR /&gt;&lt;BR /&gt;I've scoured the config files, even reset them to the ones from /usr/newconfig, but it still does the same thing.  Currently, it is running under the default files that come with sendmail with NO modifications..&lt;BR /&gt;&lt;BR /&gt;I did a sendmail -d21.12 -v gwol@chevron.com to look at the rules as they are applied, but they don't make much sense to me.  &lt;BR /&gt;&lt;BR /&gt;One interesting thing is that through the trace, it's root, up to some point where it appears to just arbitrarily call another ruleset with the users name.  See the attached file.&lt;BR /&gt;&lt;BR /&gt;Any ideas?</description>
    <pubDate>Tue, 29 May 2001 18:11:04 GMT</pubDate>
    <dc:creator>Eric Ladner</dc:creator>
    <dc:date>2001-05-29T18:11:04Z</dc:date>
    <item>
      <title>Bizarre sendmail issue.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bizarre-sendmail-issue/m-p/2533972#M594823</link>
      <description>On HP-UX 11.0, running sendmail 8.9.3 (PHNE_18546), I 'm having a strange problem.&lt;BR /&gt;&lt;BR /&gt;Logged on to the machine as root, when I send mail to somebody not on the machine (goes through the relay to another machine) the mail appears to be from someone besides root.  It actually shows up as being from another user on the box.&lt;BR /&gt;&lt;BR /&gt;I've scoured the config files, even reset them to the ones from /usr/newconfig, but it still does the same thing.  Currently, it is running under the default files that come with sendmail with NO modifications..&lt;BR /&gt;&lt;BR /&gt;I did a sendmail -d21.12 -v gwol@chevron.com to look at the rules as they are applied, but they don't make much sense to me.  &lt;BR /&gt;&lt;BR /&gt;One interesting thing is that through the trace, it's root, up to some point where it appears to just arbitrarily call another ruleset with the users name.  See the attached file.&lt;BR /&gt;&lt;BR /&gt;Any ideas?</description>
      <pubDate>Tue, 29 May 2001 18:11:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bizarre-sendmail-issue/m-p/2533972#M594823</guid>
      <dc:creator>Eric Ladner</dc:creator>
      <dc:date>2001-05-29T18:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Bizarre sendmail issue.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bizarre-sendmail-issue/m-p/2533973#M594824</link>
      <description>Hmmm...&lt;BR /&gt;Well, here's one thought. &lt;BR /&gt;Check your /etc/mail/sendmail.cf file and see if there is a line that is uncommented that looks like this:&lt;BR /&gt;UserDatabaseSpec=/etc/mail/&lt;FILENAME.DB_MAYBE&gt;&lt;BR /&gt;&lt;BR /&gt;If there is, than I would say that somebody created a database whereby the FROM is changed to whatever this filename.db has assigned it to be.  There is an HP document regarding this (KBRC00001457).  If you don't have access to it...and your sendmail.cf files looks like this is what happened, I'll post it for you.&lt;BR /&gt;&lt;BR /&gt;Just a thought,&lt;BR /&gt;Rita&lt;/FILENAME.DB_MAYBE&gt;</description>
      <pubDate>Tue, 29 May 2001 19:12:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bizarre-sendmail-issue/m-p/2533973#M594824</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2001-05-29T19:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: Bizarre sendmail issue.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bizarre-sendmail-issue/m-p/2533974#M594825</link>
      <description>That is peculiar. &lt;BR /&gt;&lt;BR /&gt;When I tried to replicate the problem: &lt;BR /&gt;&lt;BR /&gt;1) log in as me&lt;BR /&gt;2) su to root&lt;BR /&gt;3) sendmail mark@xyz.com&lt;BR /&gt;4) mail received from me@localhost&lt;BR /&gt;&lt;BR /&gt;5) log in as root&lt;BR /&gt;6) sendmail mark@xyz.com&lt;BR /&gt;7) mail received from root@localhost&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 30 May 2001 00:40:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bizarre-sendmail-issue/m-p/2533974#M594825</guid>
      <dc:creator>Mark Fenton</dc:creator>
      <dc:date>2001-05-30T00:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Bizarre sendmail issue.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bizarre-sendmail-issue/m-p/2533975#M594826</link>
      <description>Just to avoid confusion over the 'su' issue, sendmail will always use the original login as the "MAIL From: " address (not root if 'su' was used). To display who the "real" user is:&lt;BR /&gt;&lt;BR /&gt;# whoami&lt;BR /&gt;root&lt;BR /&gt;&lt;BR /&gt;# who am i&lt;BR /&gt;user1  pts/1    May 24  14:47&lt;BR /&gt;&lt;BR /&gt;The former shows the 'su' user (root), the latter shows the original login.</description>
      <pubDate>Wed, 30 May 2001 06:52:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bizarre-sendmail-issue/m-p/2533975#M594826</guid>
      <dc:creator>David Chamberlain</dc:creator>
      <dc:date>2001-05-30T06:52:59Z</dc:date>
    </item>
  </channel>
</rss>

