- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- send emails already in /var/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
01-22-2003 10:05 AM
01-22-2003 10:05 AM
Bye!
Leo.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 10:24 AM
01-22-2003 10:24 AM
Re: send emails already in /var/mail/
mailq
lists mail in the que but not delivered.
if there are listings
sendmail -q
as root
This will send them if they are queued.
P
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 02:31 PM
01-22-2003 02:31 PM
Re: send emails already in /var/mail/
Failing that, you'd have to manually break open the mail box, create your envelopes, and then forward them directly into your MTA (sendmail).
How far do you want to take this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2003 02:17 AM
01-23-2003 02:17 AM
Re: send emails already in /var/mail/
First: split text in mbox
Two: rewrite "From" (I think with formail)
Three: send file in mbox format.
For Step three I attach a file I would like to be sent (piping to a MUA....)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2003 05:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2003 09:08 AM
01-23-2003 09:08 AM
Re: send emails already in /var/mail/
when I launched it:#fwd /var/mail/mbox:mailaddress --> it was perfect. Infact it's not a pure forward with the original mail attached, but the mailaddress receive the mail as it was for him. Opening the msg you see the original header and message.
p.s. to get the message I changed the link as follow: http://forums.itrc.hp.com/cm/components/FileAttachment/0,,0xe5155bd3782dd711abdc0090277a778c,00.zip and after download I changed the extention from .zip to .msg; After I had problems unpacking the archive but this was due to my personal "problems" :-))