Operating System - HP-UX
1833869 Members
1896 Online
110063 Solutions
New Discussion

elm ... to change owner ...

 
SOLVED
Go to solution
Emerson Berno
New Member

elm ... to change owner ...

Hi,

Friends,

I need to help...

I need to change the owner of the message from
root@domino.com to tower@domino.com...
7 REPLIES 7
F Verschuren
Esteemed Contributor
Solution

Re: elm ... to change owner ...

vi /etc/mail/aliases
ad
root tower

run
newaliases -v
and all mailes sent from root wil become sent from tower.
Steven E. Protter
Exalted Contributor

Re: elm ... to change owner ...

Shalom,

You also might want to try sending the mail from the lower user.

Or.

mailx -r

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
F Verschuren
Esteemed Contributor

Re: elm ... to change owner ...

sorry this is sendmail use:
/var/mail/.elm/aliases.text
ore
$HOME/.elm/aliases.text
and elm -c
F Verschuren
Esteemed Contributor
Emerson Berno
New Member

Re: elm ... to change owner ...

Well,

I did try to do this:
example.
Use the 'DM' masquerade in /etc/mail/sendmail.cf - eg. DMfoo.com,
But don´t working...
I need that mail user@party.com change to
user@festa.com ...
Emerson Berno
New Member

Re: elm ... to change owner ...

Thanks for all
Emerson Berno
New Member

Re: elm ... to change owner ...

..