![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| send email from unix with attachment | chiru_h | Shell Programming and Scripting | 1 | 08-13-2007 01:18 PM |
| How to Send email in UNIX | cooolthud | Shell Programming and Scripting | 1 | 01-23-2007 08:49 AM |
| Can we send email with C program on Unix? | whatisthis | High Level Programming | 3 | 07-07-2006 11:18 AM |
| Send email where # is in the email address - Using Unix | jingi1234 | UNIX for Dummies Questions & Answers | 1 | 05-23-2005 11:23 AM |
| Unable to send eMail from a UNIX-Host ( using mailx ) to a Outlook-email-addres(Win) | Vetrivela | UNIX for Advanced & Expert Users | 2 | 02-15-2005 10:43 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
How to send email from HP Unix box
Hi everyone, I am new to HP/UX and I would like to know if there is a way to receive system alerts and logs via email on daily bases. Recently our system crashed due to Hard Disk failure, and since then we are checking ELM every day. I would like to automate that process and have UNIX mail send directly to our exchange mailboxes.
Thank you |
|
||||
|
you can send mail this way:
echo "ERROR ERROR HD FAILURE" | mail -s "HD FAILURE" me@you.com Sounds like you want the system mails that goto the unix mail system to come to you instead, no ideal on that.. Make your own alert program to send mail alerts to you is another solution. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|