<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.d3xt3r01.tk//index.php?action=history&amp;feed=atom&amp;title=Clear_Postfix_queue</id>
	<title>Clear Postfix queue - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.d3xt3r01.tk//index.php?action=history&amp;feed=atom&amp;title=Clear_Postfix_queue"/>
	<link rel="alternate" type="text/html" href="https://wiki.d3xt3r01.tk//index.php?title=Clear_Postfix_queue&amp;action=history"/>
	<updated>2026-05-05T15:51:40Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://wiki.d3xt3r01.tk//index.php?title=Clear_Postfix_queue&amp;diff=112&amp;oldid=prev</id>
		<title>Admin: New page: ==WHAT==  I want to get rid of all the weird spam queues  ==HOW==    for i in `mailq|grep &#039;@&#039; |awk {&#039;print $1&#039;}|grep -v &#039;@&#039;`; do postsuper -d $i ; done  you could also just do    postsuper...</title>
		<link rel="alternate" type="text/html" href="https://wiki.d3xt3r01.tk//index.php?title=Clear_Postfix_queue&amp;diff=112&amp;oldid=prev"/>
		<updated>2009-07-31T00:53:51Z</updated>

		<summary type="html">&lt;p&gt;New page: ==WHAT==  I want to get rid of all the weird spam queues  ==HOW==    for i in `mailq|grep &amp;#039;@&amp;#039; |awk {&amp;#039;print $1&amp;#039;}|grep -v &amp;#039;@&amp;#039;`; do postsuper -d $i ; done  you could also just do    postsuper...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==WHAT==&lt;br /&gt;
&lt;br /&gt;
I want to get rid of all the weird spam queues&lt;br /&gt;
&lt;br /&gt;
==HOW==&lt;br /&gt;
&lt;br /&gt;
  for i in `mailq|grep &amp;#039;@&amp;#039; |awk {&amp;#039;print $1&amp;#039;}|grep -v &amp;#039;@&amp;#039;`; do postsuper -d $i ; done&lt;br /&gt;
&lt;br /&gt;
you could also just do&lt;br /&gt;
&lt;br /&gt;
  postsuper -d ALL&lt;br /&gt;
&lt;br /&gt;
to clear all mail queues or even&lt;br /&gt;
&lt;br /&gt;
  postsuper -d ALL deferred&lt;br /&gt;
&lt;br /&gt;
to just get rid of deferred mail from the queue. &lt;br /&gt;
&lt;br /&gt;
[[Category: Linux]]&lt;br /&gt;
[[Category: Postfix]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>