- 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
04-10-2005 06:51 AM
04-10-2005 06:51 AM
Please what type of files are in /var/spool/mqueue? Is it ok to rm them?
Your urgent response will be appreciated
Regards
Sam
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2005 07:39 AM
04-10-2005 07:39 AM
Solutionhttp://www.javacommerce.com/displaypage.jsp?name=daemon/00000073.sql&id=18230
And here is another helpful link:
http://www.brandonhutchinson.com/deleting_mail_queue.html
It's not a god idea just to remove the files. You should stop sendmail first and then "requeue" the files, like it's said in threads above.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2005 07:46 AM
04-10-2005 07:46 AM
Re: /var/spool/mqueue
The files in /var/spool/mqueue are created by sendmail. Older files can be removed.
Document description: How can I look at mails in the mail queue?
Document id: IVKBRC00006739
Europe
http://www5.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062907037
US
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062907037
# find /var/spool/mqueue -atime +7 -exec rm {} \;
Best regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2005 08:20 AM
04-10-2005 08:20 AM
Re: /var/spool/mqueue
Is this the same server from your last mail question?
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=588643
If yes, go to the /etc/nsswitch.conf and change
aliases: files
# /sbin/init.d/sendmail stop
use the rm command in my previous post to cleanup /var/spool/mqueue
# sbin/init.d/sendmail start
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2005 10:09 PM
04-10-2005 10:09 PM
Re: /var/spool/mqueue
Sam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2005 10:12 PM
04-10-2005 10:12 PM
Re: /var/spool/mqueue
Thanks