<?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: notification from login owner in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/notification-from-login-owner/m-p/3961098#M756873</link>
    <description>aliases are for forwarding mail to different recipients, not changing the sender on outbound mail. Address rewriting (typically using genericstable) allows you to rewrite the headers so that mail from "myuser" appears to be from "whatever@wherever". But I'm not entirely sure what you're trying to do.&lt;BR /&gt;&lt;BR /&gt;Are you trying to make it say "From: user@host" instead of "From: Your Name &lt;USER&gt;"? That's handled entirely by the MUA (mailx), trying to have sendmail change that is a fundamentally wrong approach. However, if this is a generic application account rather than your personal account then it really shouldn't have any individual's name on it in /etc/passwd.&lt;/USER&gt;</description>
    <pubDate>Wed, 14 Mar 2007 10:16:04 GMT</pubDate>
    <dc:creator>Heironimus</dc:creator>
    <dc:date>2007-03-14T10:16:04Z</dc:date>
    <item>
      <title>notification from login owner</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/notification-from-login-owner/m-p/3961093#M756868</link>
      <description>Hello.&lt;BR /&gt;I have one UX account under my ownership. On same system IF application send out any e-mail using mailx , In sender it shows my name. I do not want to use mailx -r option and changing in /etc/passwd/ is also seems not possible. What else can be done so that sender could become login@hostname. I have seen it working in some server but I am not able to figure out how is it working?&lt;BR /&gt;&lt;BR /&gt;Thank you!</description>
      <pubDate>Tue, 13 Mar 2007 13:51:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/notification-from-login-owner/m-p/3961093#M756868</guid>
      <dc:creator>panchpan</dc:creator>
      <dc:date>2007-03-13T13:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: notification from login owner</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/notification-from-login-owner/m-p/3961094#M756869</link>
      <description>You can put the following into a file and send it into the sendmail command to effectively change the from: and subject:&lt;BR /&gt;&lt;BR /&gt;Content of mailfile:&lt;BR /&gt;from: anyone@mycompany.com&lt;BR /&gt;subject: A test&lt;BR /&gt;This is a test&lt;BR /&gt;&lt;BR /&gt;sendmail someone@mycompany.com &amp;lt; mailfile&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Mar 2007 14:37:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/notification-from-login-owner/m-p/3961094#M756869</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2007-03-13T14:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: notification from login owner</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/notification-from-login-owner/m-p/3961095#M756870</link>
      <description>Hello.&lt;BR /&gt;Is it possible to have a solution from system level I want to avoid any commands e.g. sendmail/mailx , automatically any email sent from that server or login has specific sender name.&lt;BR /&gt;&lt;BR /&gt;Is it possible?</description>
      <pubDate>Wed, 14 Mar 2007 02:23:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/notification-from-login-owner/m-p/3961095#M756870</guid>
      <dc:creator>panchpan</dc:creator>
      <dc:date>2007-03-14T02:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: notification from login owner</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/notification-from-login-owner/m-p/3961096#M756871</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Did you check the alias option. Is it what you are looking for.&lt;BR /&gt;&lt;BR /&gt;The file is /etc/mail/aliases&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rasheed Tamton.</description>
      <pubDate>Wed, 14 Mar 2007 05:17:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/notification-from-login-owner/m-p/3961096#M756871</guid>
      <dc:creator>Rasheed Tamton</dc:creator>
      <dc:date>2007-03-14T05:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: notification from login owner</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/notification-from-login-owner/m-p/3961097#M756872</link>
      <description>Sorry - Nothing favorable could be found from /etc/mail/aliases :-( &lt;BR /&gt;Any other tips?</description>
      <pubDate>Wed, 14 Mar 2007 09:49:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/notification-from-login-owner/m-p/3961097#M756872</guid>
      <dc:creator>panchpan</dc:creator>
      <dc:date>2007-03-14T09:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: notification from login owner</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/notification-from-login-owner/m-p/3961098#M756873</link>
      <description>aliases are for forwarding mail to different recipients, not changing the sender on outbound mail. Address rewriting (typically using genericstable) allows you to rewrite the headers so that mail from "myuser" appears to be from "whatever@wherever". But I'm not entirely sure what you're trying to do.&lt;BR /&gt;&lt;BR /&gt;Are you trying to make it say "From: user@host" instead of "From: Your Name &lt;USER&gt;"? That's handled entirely by the MUA (mailx), trying to have sendmail change that is a fundamentally wrong approach. However, if this is a generic application account rather than your personal account then it really shouldn't have any individual's name on it in /etc/passwd.&lt;/USER&gt;</description>
      <pubDate>Wed, 14 Mar 2007 10:16:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/notification-from-login-owner/m-p/3961098#M756873</guid>
      <dc:creator>Heironimus</dc:creator>
      <dc:date>2007-03-14T10:16:04Z</dc:date>
    </item>
  </channel>
</rss>

