- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Transfert Mail locally (crontab) to an other 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
11-14-2002 01:13 AM
11-14-2002 01:13 AM
I would like transfer email created from sendmail by the process crontab for example to an other email (administrator@firm.com). I have check all the files of /etc/mail/ but I haven't found. Thank you for your answer.
Best Regards.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2002 01:18 AM
11-14-2002 01:18 AM
SolutionHow about your /etc/mail/aliases file.
Here you can specify the address that needs to receive these mail.
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2002 01:30 AM
11-14-2002 01:30 AM
Re: Transfert Mail locally (crontab) to an other mail x@x.com
basically as above, just need to have an entry such as
root : whoever@where-ever.com
in /etc/mail/aliases
then run /usr/bin/newaliases
only problem would be all root mail would then go to that mail address. (assuming it's root's crontab you want mail from)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2002 01:36 AM
11-14-2002 01:36 AM
Re: Transfert Mail locally (crontab) to an other mail x@x.com
I have done what you say me :) :
(In file alias, I have put all the line with root to administrator@firm.com)
I have killed the process, and execute newaliases but the process send always to root.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2002 01:40 AM
11-14-2002 01:40 AM
Re: Transfert Mail locally (crontab) to an other mail x@x.com
did you do like the example from William ?
And mail still going to root ?
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2002 01:44 AM
11-14-2002 01:44 AM
Re: Transfert Mail locally (crontab) to an other mail x@x.com
I have just input a line root : administrator@firm.com
in aliases file and I have what I wanted
Thank you very much for your support Clemens and William
Best regards.
(Excuse me for my english, I'm french ;) )