- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: /var/spool/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
08-09-2005 04:03 PM
08-09-2005 04:03 PM
/var/spool/mqueue
in my server hpux 11.11, /var/spool/mqueue growth fastly that consists of queue of mails and /var reach up to 100%. I remove all in /var/spool/mqueue directory. How to prevent this problem without doing "rm *"??
regards,
yuli
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 04:10 PM
08-09-2005 04:10 PM
Re: /var/spool/mqueue
First thing you can look into properly configuring sendmail to deliver these mail messages instead of keeping them in the mail spooler until you blow up /var with 100% capacity.
If this is not a feasible solution and you don't care if these messages gets delivered or not, you can create a small (few megabytes big) filesystem and mount it under /var/spoolmqueue. and do not care about it or run "rm /var/spool/mqueue/*" command frequently from the cron.
The ultimate solution is to find the application which is trying to send these emails and either stopping them or directing the mail to the /dev/null.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 04:25 PM
08-09-2005 04:25 PM
Re: /var/spool/mqueue
your mail queuing is cause by either the smtp services is down or your application which sends out email is causing this queue.
most drastic is to shutdown SENDMAIL services or u could check if the smtp service is down.
u may also like to restart SENDMAIL once the smtp service is running:
# killsm
# /sbin/init.d/sendmail start
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 04:29 PM
08-09-2005 04:29 PM
Re: /var/spool/mqueue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2005 04:51 PM
08-09-2005 04:51 PM