On 3/2/07, Ian Dexter R. Marquez <[EMAIL PROTECTED]> wrote:
Using sendmail:

# sendmail -q -v
# man sendmail

With Postfix:

# postsuper -d ALL

Note that "sendmail -q -v", which also works with postfix, only
flushes the queue.

Also, it looks like "cancelmsg" isn't part of sendmail nor postfix.  A
quick google says it comes with the coutier-mta package.  Maybe what
Noel needs is a command-line incantation like:

# mailq | a_combination_of_grep_&_awk_to_list_only_queue_ids | while
read a ; do cancelmsg $a ; done
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
[email protected] (#PLUG @ irc.free.net.ph)
Read the Guidelines: http://linux.org.ph/lists
Searchable Archives: http://archives.free.net.ph

Reply via email to