Re: UNIX mail box



On Jul 13, 7:02 am, Keith Thompson <ks...@xxxxxxx> wrote:
Bill Marcum <marcumb...@xxxxxxxxxxxxx> writes:
On Tue, 10 Jul 2007 02:28:44 -0700, star
<shanmugas...@xxxxxxxxx> wrote:

I have HP UX 11i version of UNIX installed by my administrator. A
SMTP server has also been configured on this server. I have been given
a user ID. What should i do to forward the emails which my user ID
receive on this box to a different email ID.

echo 'other@address' > ~/.forward

And if you want to keep your messages on the system as well:

echo '\localusername, other@address' > ~/.forward

--
Keith Thompson (The_Other_Keith) ks...@xxxxxxx <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
"We must do something. This is something. Therefore, we must do this."
-- Antony Jay and Jonathan Lynn, "Yes Minister"

thanks a lot for all your help. It is working perfectly.

.