<?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: forward root e-mail in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/forward-root-e-mail/m-p/2729251#M65012</link>
    <description>Hi All!&lt;BR /&gt;&lt;BR /&gt; both solution are ok: editing /etc/aliases or /.forward;&lt;BR /&gt;Thanx to all.&lt;BR /&gt;By.</description>
    <pubDate>Wed, 22 May 2002 15:43:18 GMT</pubDate>
    <dc:creator>Vogra</dc:creator>
    <dc:date>2002-05-22T15:43:18Z</dc:date>
    <item>
      <title>forward root e-mail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/forward-root-e-mail/m-p/2729241#M65002</link>
      <description>Hi All!&lt;BR /&gt; I'm using  the .forward file to send root e-mail to mail e-mail account. I need to send a copy of e-mail root, but with this solution all e-mail are forwarded. It's possible to have a copy of e-mail on root box?&lt;BR /&gt;Thanx.</description>
      <pubDate>Wed, 22 May 2002 13:40:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/forward-root-e-mail/m-p/2729241#M65002</guid>
      <dc:creator>Vogra</dc:creator>
      <dc:date>2002-05-22T13:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: forward root e-mail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/forward-root-e-mail/m-p/2729242#M65003</link>
      <description>Claudio-&lt;BR /&gt;&lt;BR /&gt;If you are trying to have email that is sent to root directed to another email address (if you have your box configured to send mail to users on your intranet), just modify the aliases file in the /etc/mail directory.&lt;BR /&gt;&lt;BR /&gt;Go to the "Local Aliases" section and make an entry that should look like this:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;root            : you@yourcompany.com&lt;BR /&gt;&lt;BR /&gt;Once you have made this entry, stop and restart sendmail.&lt;BR /&gt;&lt;BR /&gt;Any mail directed to root will be forwarded to the email address you indicate in the aliases file.&lt;BR /&gt;&lt;BR /&gt;Mike-&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 22 May 2002 14:01:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/forward-root-e-mail/m-p/2729242#M65003</guid>
      <dc:creator>Michael Elleby III_1</dc:creator>
      <dc:date>2002-05-22T14:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: forward root e-mail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/forward-root-e-mail/m-p/2729243#M65004</link>
      <description>Hi Claudio,&lt;BR /&gt;&lt;BR /&gt;You can do it by editing the aliases file in the /etc/mail and puting this:&lt;BR /&gt;&lt;BR /&gt;emailrootaddress(full qualified): youremailaddress(full qualified), root&lt;BR /&gt;&lt;BR /&gt;then you must execute the newaliases command.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Justo.</description>
      <pubDate>Wed, 22 May 2002 14:07:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/forward-root-e-mail/m-p/2729243#M65004</guid>
      <dc:creator>Justo Exposito</dc:creator>
      <dc:date>2002-05-22T14:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: forward root e-mail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/forward-root-e-mail/m-p/2729244#M65005</link>
      <description>Hi Claudio,&lt;BR /&gt;&lt;BR /&gt;Try this in your .forward file,&lt;BR /&gt;&lt;BR /&gt;your_new_name@domain, \root&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 22 May 2002 14:08:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/forward-root-e-mail/m-p/2729244#M65005</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-05-22T14:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: forward root e-mail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/forward-root-e-mail/m-p/2729245#M65006</link>
      <description>create a alias in /etc/aliases file. &lt;BR /&gt;&lt;BR /&gt;eg: &lt;BR /&gt;&lt;BR /&gt;root:root,user@company.com&lt;BR /&gt;&lt;BR /&gt;It will send you mails and keep a copy for root.</description>
      <pubDate>Wed, 22 May 2002 14:15:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/forward-root-e-mail/m-p/2729245#M65006</guid>
      <dc:creator>Arockia Jegan</dc:creator>
      <dc:date>2002-05-22T14:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: forward root e-mail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/forward-root-e-mail/m-p/2729246#M65007</link>
      <description>Setting up the mail aliases is the way to go..&lt;BR /&gt;for example (/etc/mail/aliases)&lt;BR /&gt;&lt;BR /&gt;root: root,admins&lt;BR /&gt;admins: skchan@abc.com,jimt@abc.com&lt;BR /&gt;&lt;BR /&gt;Run "newaliases" for the change to take affect.</description>
      <pubDate>Wed, 22 May 2002 14:15:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/forward-root-e-mail/m-p/2729246#M65007</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-05-22T14:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: forward root e-mail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/forward-root-e-mail/m-p/2729247#M65008</link>
      <description>Hi All!&lt;BR /&gt; the solutions presented, I think, redirect all contents of root e-mail to another e-mail. The Sanjay solution reselved in part, that the root received aa e-mail, but with no contents.&lt;BR /&gt;I need to have two copies of a message: one in root box and another in myemail@myserver.com.&lt;BR /&gt;&lt;BR /&gt;idea?&lt;BR /&gt;thanx?</description>
      <pubDate>Wed, 22 May 2002 14:24:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/forward-root-e-mail/m-p/2729247#M65008</guid>
      <dc:creator>Vogra</dc:creator>
      <dc:date>2002-05-22T14:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: forward root e-mail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/forward-root-e-mail/m-p/2729248#M65009</link>
      <description>Hi Claudio,&lt;BR /&gt;&lt;BR /&gt;If you try my solution as I do it, you obtain two copies of the same message, one in the root mailbox and another in your mailbox.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Justo.</description>
      <pubDate>Wed, 22 May 2002 14:31:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/forward-root-e-mail/m-p/2729248#M65009</guid>
      <dc:creator>Justo Exposito</dc:creator>
      <dc:date>2002-05-22T14:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: forward root e-mail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/forward-root-e-mail/m-p/2729249#M65010</link>
      <description>Hi All,&lt;BR /&gt; I think I have another problem. When i execute elm, the following header appear:&lt;BR /&gt;&lt;BR /&gt;============================================&lt;BR /&gt;Executing metamail...&lt;BR /&gt;From: Claudio Lima Filho &lt;CLSF&gt;&lt;BR /&gt;To: "'root@vsurjux2.vsul'" &lt;ROOT&gt;&lt;BR /&gt;Subject: teste /etc/mail/alisases&lt;BR /&gt;Date: Wed, 22 May 2002 12:44:03 -0300&lt;BR /&gt;============================================&lt;BR /&gt;&lt;BR /&gt;But the message have no contents...&lt;BR /&gt;It's occur when I send a message from exchange (Outlook 98)&lt;BR /&gt;Any adeia?&lt;BR /&gt;&lt;/ROOT&gt;&lt;/CLSF&gt;</description>
      <pubDate>Wed, 22 May 2002 14:43:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/forward-root-e-mail/m-p/2729249#M65010</guid>
      <dc:creator>Vogra</dc:creator>
      <dc:date>2002-05-22T14:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: forward root e-mail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/forward-root-e-mail/m-p/2729250#M65011</link>
      <description>Claudia,&lt;BR /&gt;&lt;BR /&gt;No need to update aliases&lt;BR /&gt;&lt;BR /&gt;Just add following entries in .forward.&lt;BR /&gt;&lt;BR /&gt;yourid@abc.com&lt;BR /&gt;\root&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Ameet</description>
      <pubDate>Wed, 22 May 2002 15:25:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/forward-root-e-mail/m-p/2729250#M65011</guid>
      <dc:creator>Ameet_HP</dc:creator>
      <dc:date>2002-05-22T15:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: forward root e-mail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/forward-root-e-mail/m-p/2729251#M65012</link>
      <description>Hi All!&lt;BR /&gt;&lt;BR /&gt; both solution are ok: editing /etc/aliases or /.forward;&lt;BR /&gt;Thanx to all.&lt;BR /&gt;By.</description>
      <pubDate>Wed, 22 May 2002 15:43:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/forward-root-e-mail/m-p/2729251#M65012</guid>
      <dc:creator>Vogra</dc:creator>
      <dc:date>2002-05-22T15:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: forward root e-mail</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/forward-root-e-mail/m-p/2729252#M65013</link>
      <description>Hi Claudio,&lt;BR /&gt;&lt;BR /&gt;Just remeber any time you modify the aliases, just restart the sendmail daemon once again  for the new aliases to take effect,&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/sendmail stop&lt;BR /&gt;/sbin/init.d/sendmail start&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;regds&lt;BR /&gt;</description>
      <pubDate>Wed, 22 May 2002 17:40:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/forward-root-e-mail/m-p/2729252#M65013</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-05-22T17:40:24Z</dc:date>
    </item>
  </channel>
</rss>

