Results 1 to 4 of 4

Thread: How to clear sendmail queue

  1. #1
    Join Date
    Feb 2009
    Posts
    78

    How to clear sendmail queue

    There is a long list of outgoing messages that I have sent, in my sent mail box. I want these messages to be cleared from there. How can I clear this send mail queue ? Can anybody give any ideas regarding same.....plz help
    thanks

  2. #2
    Join Date
    Apr 2008
    Posts
    4,088

    Re: How to clear sendmail queue

    If you are using Linux operating system, you can clear the sendmail queue by the following ways -

    1. manually:
      delete /var/spool/mail/*.* files in this dir –> delete /var/mqueue/*.* files
      all mail will be deleted. then, using mailq command, confirm whether all the mails are cleared

    2. using command:
      use simple command sendmail -v -q in root prompt. it will clear all pending mails. you can also confirm by running mailq command

    If you are interested in deleting particular domain or user or recepitience mail, use this command

    sendmail -qS -v test.com - deletes all mail from *@test.com
    sendmail -qR -v hotmail.com - deletes all mail from recepient of hotmail

  3. #3
    Join Date
    May 2008
    Posts
    4,570

    Re: How to clear sendmail queue

    - stop sendmail
    - delete all the files in /var/spool/mqueue and /var/spool/clientmqueue
    - restart sendmail

  4. #4
    Join Date
    Feb 2009
    Posts
    78

    Re: How to clear sendmail queue

    Thanks a lot for providing the useful information.

    Is there any sofware available that on executing automatically clears all the unwanted sendmails from the queue.....whenever i wish to clear the queue....

Similar Threads

  1. How to clear cydia queue
    By Noble in forum Portable Devices
    Replies: 3
    Last Post: 16-12-2010, 05:13 PM
  2. sendmail in command line
    By Knopper in forum Operating Systems
    Replies: 4
    Last Post: 15-09-2009, 06:36 PM
  3. How to stop sendmail-mta on debian
    By MobiNuX in forum Operating Systems
    Replies: 3
    Last Post: 07-08-2009, 07:47 PM
  4. HELP!!!! Can't clear printer queue!
    By renman in forum Vista Help
    Replies: 3
    Last Post: 13-12-2008, 03:57 AM
  5. HP 7300--print queue won't clear
    By grandmalj in forum Vista Help
    Replies: 3
    Last Post: 18-06-2008, 05:32 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,513,612.72099 seconds with 17 queries