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
02-19-2003 03:51 AM
02-19-2003 03:51 AM
sendmail
the slight prob is that it has no subject is there an option that i can include to give a subject, i have reviewed the man page to no avail.
can some help.
there is no such thing a problem just a challenge.
andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2003 03:54 AM
02-19-2003 03:54 AM
Re: sendmail
i don't know what kind of 'sending server check' you use.
if it's a script you can use
mailx -s 'subject' ....
to add subject to the email.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2003 04:01 AM
02-19-2003 04:01 AM
Re: sendmail
Here's a thread that ought to do the trick for you:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xf6e75e938a10d6118ff40090279cd0f9,00.html
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2003 04:02 AM
02-19-2003 04:02 AM
Re: sendmail
To get a subject with sendmail, send the following example:
echo 'Subject: hello\n\nthis is a message' | /usr/lib/sendmail address@yourcompany.com
in other words the 1st line contains the word "Subject:" followed by the subject, then a blank line, then the body of the message.
rgds, Robin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2003 04:03 AM
02-19-2003 04:03 AM
Re: sendmail
Mailx -s "subject a/z" user@mail.com
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2003 02:44 AM
02-20-2003 02:44 AM
Re: sendmail
just to say that i have assigned pionts although they don't seem to want to show.
can a replyer let me know if they have assigned ok.
regards
andy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2003 03:01 AM
02-20-2003 03:01 AM
Re: sendmail
No points added :-)
Robert-Jan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2003 03:02 AM
02-20-2003 03:02 AM
Re: sendmail
No, the points don't show. Sometimes people have to assign them a couple of times to get them to stick. The folks at HP are working on the problem.
Give it another try.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2003 03:05 AM
02-20-2003 03:05 AM
Re: sendmail
regards
andy