- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Sendmail doubt
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
тАО07-01-2005 12:44 AM
тАО07-01-2005 12:44 AM
Using HP-UX 11i.
I did a script to send me an e-mail everynight reporting the status of the filesystem of our servers here in the company... This way, I can know how much they are growing day by day.
I'm using mailx to send these e-mails...
Some of the servers send me the mail as "root@company.com" in the "From" field only and some send as "Administrator [root@company.com]" ... How can i set the others to e-mail me with the "Administrator" in the field from?
Thanks,
Rafael M. Braga
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-01-2005 12:51 AM
тАО07-01-2005 12:51 AM
Solutionhttp://docs.hp.com/en/5991-0707/ch02s03.html
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-01-2005 12:59 AM
тАО07-01-2005 12:59 AM
Re: Sendmail doubt
i.e.
root:*************:0:3:Administrator:/root:/sbin/sh
Check the servers that 'work' and you will probably find them set up that way.
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-01-2005 01:04 AM
тАО07-01-2005 01:04 AM
Re: Sendmail doubt
-r changes the reply-to [from] field. Substitute the appropriate address.
You'll get an authentication warning like
X-Authentication-Warning: you.you.com: joe set sender to fred@fred.com using -r
if you're not a "Trusted User" from sendmail's perspective. root is generally Trusted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-01-2005 01:10 AM
тАО07-01-2005 01:10 AM
Re: Sendmail doubt
I used David suggestion!!
Thanks a lot!