- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- forward root e-mail
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2002 06:40 AM
05-22-2002 06:40 AM
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?
Thanx.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2002 07:01 AM
05-22-2002 07:01 AM
SolutionIf 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.
Go to the "Local Aliases" section and make an entry that should look like this:
root : you@yourcompany.com
Once you have made this entry, stop and restart sendmail.
Any mail directed to root will be forwarded to the email address you indicate in the aliases file.
Mike-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2002 07:07 AM
05-22-2002 07:07 AM
Re: forward root e-mail
You can do it by editing the aliases file in the /etc/mail and puting this:
emailrootaddress(full qualified): youremailaddress(full qualified), root
then you must execute the newaliases command.
Regards,
Justo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2002 07:08 AM
05-22-2002 07:08 AM
Re: forward root e-mail
Try this in your .forward file,
your_new_name@domain, \root
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2002 07:15 AM
05-22-2002 07:15 AM
Re: forward root e-mail
eg:
root:root,user@company.com
It will send you mails and keep a copy for root.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2002 07:15 AM
05-22-2002 07:15 AM
Re: forward root e-mail
for example (/etc/mail/aliases)
root: root,admins
admins: skchan@abc.com,jimt@abc.com
Run "newaliases" for the change to take affect.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2002 07:24 AM
05-22-2002 07:24 AM
Re: forward root e-mail
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.
I need to have two copies of a message: one in root box and another in myemail@myserver.com.
idea?
thanx?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2002 07:31 AM
05-22-2002 07:31 AM
Re: forward root e-mail
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.
Regards,
Justo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2002 07:43 AM
05-22-2002 07:43 AM
Re: forward root e-mail
I think I have another problem. When i execute elm, the following header appear:
============================================
Executing metamail...
From: Claudio Lima Filho
To: "'root@vsurjux2.vsul'"
Subject: teste /etc/mail/alisases
Date: Wed, 22 May 2002 12:44:03 -0300
============================================
But the message have no contents...
It's occur when I send a message from exchange (Outlook 98)
Any adeia?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2002 08:25 AM
05-22-2002 08:25 AM
Re: forward root e-mail
No need to update aliases
Just add following entries in .forward.
yourid@abc.com
\root
Ameet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2002 08:43 AM
05-22-2002 08:43 AM
Re: forward root e-mail
both solution are ok: editing /etc/aliases or /.forward;
Thanx to all.
By.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2002 10:40 AM
05-22-2002 10:40 AM
Re: forward root e-mail
Just remeber any time you modify the aliases, just restart the sendmail daemon once again for the new aliases to take effect,
/sbin/init.d/sendmail stop
/sbin/init.d/sendmail start
Hope this helps.
regds