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
12-02-2001 11:33 PM
12-02-2001 11:33 PM
I have a problem. Can I send email by elm which the recipient and attachment stored in a file and redirected to elm, like this :
#elm < file
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2001 11:36 PM
12-02-2001 11:36 PM
Re: elm
Have a look at this link
http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0x7a92ee3e323bd5118fef0090279cd0f9,00.htm
HTH
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2001 12:59 AM
12-03-2001 12:59 AM
Re: elm
elm2.4ME+PL54 has the "-A" option which works in batch mode.
# elm -s"$SUBJECT" -A $ATTFILE $MAILTO < $TXTFILE
If you don't have this version of elm, you can use alternative methods (not using elm), such as using sendmail eg.:
# echo "From: $LOGNAME\nTo: $MAILTO\nSubject: $SUBJECT\nMime-Version: 1.0\nContent-Type: text/plain\n" > /tmp/file
# cat $TXTFILE >> /tmp/file
/usr/lib/sendmail -t -oi < /tmp/file
Hope this helps. Regards.
Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2001 01:12 AM
12-03-2001 01:12 AM
Re: elm
FYI, I'm using HP-UX 11.00 elm version is 17, which version of elm can work on this ? if should be upgraded, what patches I need ?
regards,
Boja
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2001 01:39 AM
12-03-2001 01:39 AM
SolutionNote that the elm version that ships with HP-UX 11.00 suffers from a buffer overflow vulnerability.
So to fix the problem you just need to download the latest stable version (2.5.3) from:
http://www.instinct.org/elm/files/tarballs/elm2.5.3.tar.gz
For more information, please refer to:
http://www.securiteam.com/unixfocus/5HP0B0K3PM.html
Give the commands I specified in my previous posting a try. If it doesn't work, it is not the elm that supports this feature.
In any case, I think you are better off using sendmail. Afterall, it comes with HP-UX anyway. :)
Hope this helps. Regards.
Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com