<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to show and empty the Postfix queue</title>
	<atom:link href="http://www.masaokitamura.com/2008/03/how-to-show-and-empty-the-postfix-queue/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.masaokitamura.com/2008/03/how-to-show-and-empty-the-postfix-queue/</link>
	<description>Blog</description>
	<lastBuildDate>Fri, 20 Jan 2012 19:51:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2-beta1-17916</generator>
	<item>
		<title>By: LNeto</title>
		<link>http://www.masaokitamura.com/2008/03/how-to-show-and-empty-the-postfix-queue/#comment-467</link>
		<dc:creator>LNeto</dc:creator>
		<pubDate>Tue, 18 Oct 2011 21:19:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.masaokitamura.com/?p=3#comment-467</guid>
		<description>Thanks dude. Works like a charm on MAMP (Mac OSX) as well.
Saved me a lot of time.</description>
		<content:encoded><![CDATA[<p>Thanks dude. Works like a charm on MAMP (Mac OSX) as well.<br />
Saved me a lot of time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maski</title>
		<link>http://www.masaokitamura.com/2008/03/how-to-show-and-empty-the-postfix-queue/#comment-285</link>
		<dc:creator>Maski</dc:creator>
		<pubDate>Thu, 28 Jul 2011 23:11:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.masaokitamura.com/?p=3#comment-285</guid>
		<description>That wont work, script fails at +2</description>
		<content:encoded><![CDATA[<p>That wont work, script fails at +2</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew</title>
		<link>http://www.masaokitamura.com/2008/03/how-to-show-and-empty-the-postfix-queue/#comment-260</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Sat, 11 Jun 2011 18:58:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.masaokitamura.com/?p=3#comment-260</guid>
		<description>type man postsuper for details...

Delete one message with the named queue ID from the named mail queue(s) (default: hold, incoming, active and deferred).

              If  a  queue_id  of  - is specified, the program reads queue IDs from standard input. For example, to delete all mail with
              exactly one recipient user@example.com:

              mailq &#124; tail +2 &#124; grep -v ’^ *(’ &#124; awk  ´BEGIN { RS = &quot;&quot; }
                  # $7=sender, $8=recipient1, $9=recipient2
                  { if ($8 == &quot;user@example.com&quot; &amp;&amp; $9 == &quot;&quot;)
                        print $1 }
              ´ &#124; tr -d ’*!’ &#124; postsuper -d -</description>
		<content:encoded><![CDATA[<p>type man postsuper for details&#8230;</p>
<p>Delete one message with the named queue ID from the named mail queue(s) (default: hold, incoming, active and deferred).</p>
<p>              If  a  queue_id  of  &#8211; is specified, the program reads queue IDs from standard input. For example, to delete all mail with<br />
              exactly one recipient <a href="mailto:user@example.com">user@example.com</a>:</p>
<p>              mailq | tail +2 | grep -v ’^ *(’ | awk  ´BEGIN { RS = &#8220;&#8221; }<br />
                  # $7=sender, $8=recipient1, $9=recipient2<br />
                  { if ($8 == &#8220;user@example.com&#8221; &amp;&amp; $9 == &#8220;&#8221;)<br />
                        print $1 }<br />
              ´ | tr -d ’*!’ | postsuper -d -</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J$B</title>
		<link>http://www.masaokitamura.com/2008/03/how-to-show-and-empty-the-postfix-queue/#comment-193</link>
		<dc:creator>J$B</dc:creator>
		<pubDate>Mon, 28 Mar 2011 20:20:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.masaokitamura.com/?p=3#comment-193</guid>
		<description>Hi Its helpfull but i need command to delete some particular mails from queue</description>
		<content:encoded><![CDATA[<p>Hi Its helpfull but i need command to delete some particular mails from queue</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabio Varesano</title>
		<link>http://www.masaokitamura.com/2008/03/how-to-show-and-empty-the-postfix-queue/#comment-2</link>
		<dc:creator>Fabio Varesano</dc:creator>
		<pubDate>Sat, 12 Jun 2010 19:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.masaokitamura.com/?p=3#comment-2</guid>
		<description>Thanks dude! Just what I was looking for!</description>
		<content:encoded><![CDATA[<p>Thanks dude! Just what I was looking for!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

