- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sendmail mqueue
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
09-09-2002 10:07 AM
09-09-2002 10:07 AM
These files exist here because our mail server was down for a bit while the mail was scheduled to go out. Is there a way to signal the sendmail daemon to resend them?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 10:21 AM
09-09-2002 10:21 AM
Solution-v verbose
-q run the queue
In addition, sendmail by default on HP started from /sbin/init.d/sendmail automatically runs the queue every 30 minutes:
from /sbin/init.d/sendmail
/usr/sbin/sendmail -bd -q30m
so if you start sendmail with
/sbin/init.d/sendmail start
by default it'll run the queue every thirty minutes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 10:25 AM
09-09-2002 10:25 AM
Re: sendmail mqueue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 10:29 AM
09-09-2002 10:29 AM
Re: sendmail mqueue
Try stopping y restarting the sendmail service:
/sbin/init.d/./sendmail stop
/sbin/init.d/./sendmail start
Remember that sendmail variable must be set to 1, in /etc/rc.config./mailservers file.
Normally, with this action every queued mails go out. If you wish, you can remove them deleting files in /var/spool/mqueued, each email have 2 files, one is mail header and other is data. Before erasing the file of data, you can use it to resend it as a new mail.
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 10:33 AM
09-09-2002 10:33 AM