- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Deleting /var/spool/mqueue
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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-07-2005 09:36 AM
12-07-2005 09:36 AM
Deleting /var/spool/mqueue
/var/spool/mqueue ?
Thanks, Manuales.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2005 09:41 AM
12-07-2005 09:41 AM
Re: Deleting /var/spool/mqueue
Everything under /var/spool/mqueue belongs to the sendmail subsystem.
There will be two files for each mail sent from your system. Deleting them from /var/spool/mqueue means those mail which have not been sent yet will never be sent.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2005 09:54 AM
12-07-2005 09:54 AM
Re: Deleting /var/spool/mqueue
why are there the messages in /var/spool/mqueue?
probably not exist the e-mail?
or why?
Thanks, Manuales :0)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2005 09:57 AM
12-07-2005 09:57 AM
Re: Deleting /var/spool/mqueue
I have like 20 files for every second !!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2005 10:16 AM
12-07-2005 10:16 AM
Re: Deleting /var/spool/mqueue
Do "mailq". this will list all the mails stuck into the queue. If you can clear the mail queue, that will clear the queue.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2005 10:29 AM
12-07-2005 10:29 AM
Re: Deleting /var/spool/mqueue
i atached an image for your check ...
there are many sendmails daemons is correct?
and every second are many files ..
could be better restart sendmail daemon?
how do i do this if this is correct?
Thanks, Manuales
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2005 10:38 AM
12-07-2005 10:38 AM
Re: Deleting /var/spool/mqueue
probably they are consuming many memory because system is very low when i type a command ...
Thanks, Manuales
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2005 11:30 AM
12-07-2005 11:30 AM
Re: Deleting /var/spool/mqueue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2005 12:17 PM
12-07-2005 12:17 PM
Re: Deleting /var/spool/mqueue
if there are no more jobs in your mailq then I would stop sendmail and restart it...before restarting it...do a ps -ef |grep sendmail and make sure all of those processes are gone. Then restart it back up cleanly. Also check the ITRC for sendmail patches.....we've had sendmail issues before where messages would get deferred for a long time and sit in the mailq...we entered a cronjob to flush the mailq every 45 min...after applying the latest patch bundles we don't seem to be having that issue anymore.
Something to consider.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 06:08 AM
12-08-2005 06:08 AM
Re: Deleting /var/spool/mqueue
Thanks, Manuales.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 06:09 AM
12-08-2005 06:09 AM
Re: Deleting /var/spool/mqueue
Thanks, Manuales.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2005 06:37 AM
12-08-2005 06:37 AM
Re: Deleting /var/spool/mqueue
First - I would stop sentmail:
/sbin/init.d/sendmail stop
Then, check the maillog:
tail -1000 /var/adm/syslog/mail.log
That should tell you who is the culprit...
Rgds...Geoff