- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: email alias does not send to root
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
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
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
тАО03-25-2004 07:44 AM
тАО03-25-2004 07:44 AM
I have created an email alias in the /etc/aliases file (and ran newaliases). The line is:
sysadmin : root,me@mydomain.com
Mail to sysadmin IS going to me@mydomain.com but is not going to root. Can someone tell what is wrong? Curiously, it worked fine the first time I tested it....
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-25-2004 07:48 AM
тАО03-25-2004 07:48 AM
Re: email alias does not send to root
my file on HP and Linux looks like this.
me@mydomain.com: root
You can test this as follows
sendmail -bt
type in the root account you should get me@mydomain.com back
/QUIT
to terminate test mode
also
sendmail -v -d8.99 -d38.99 root
type some text
.
might be useful in verifying your configuration.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-25-2004 07:54 AM
тАО03-25-2004 07:54 AM
Re: email alias does not send to root
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-25-2004 08:17 AM
тАО03-25-2004 08:17 AM
Re: email alias does not send to root
sysadmin : operator,me@mydomain.com
(Since operator aliases to root). I then tried several emails to sysadmin. The FIRST one only was delivered to BOTH root and the second account. All subsequent messages were received only by the second account. I changed the aliases file back. This time no mail went to root. I have attached the tail of the mail.log file.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-25-2004 08:31 AM
тАО03-25-2004 08:31 AM
Re: email alias does not send to root
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-25-2004 08:43 AM
тАО03-25-2004 08:43 AM
Re: email alias does not send to root
There is no .forward file for root.
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-05-2004 04:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-05-2004 05:00 AM
тАО05-05-2004 05:00 AM
Re: email alias does not send to root
expand_alias sysadm
Should return root anf me@mydomain.com
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-05-2004 05:07 AM
тАО05-05-2004 05:07 AM
Re: email alias does not send to root
FYI - The expand_alias showed both users before and after the change.
Thanks!