<?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: Removing a lot of frozen mails from Exim&#8217;s mail queue</title>
	<atom:link href="http://blog.peijnik.at/2008/03/25/removing-a-lot-of-frozen-mails-from-exims-mail-queue/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.peijnik.at/2008/03/25/removing-a-lot-of-frozen-mails-from-exims-mail-queue/</link>
	<description>Stephan's Free Software blog</description>
	<lastBuildDate>Fri, 25 Dec 2009 16:18:33 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mickeyc</title>
		<link>http://blog.peijnik.at/2008/03/25/removing-a-lot-of-frozen-mails-from-exims-mail-queue/comment-page-1/#comment-67</link>
		<dc:creator>mickeyc</dc:creator>
		<pubDate>Sun, 12 Apr 2009 21:10:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.sp.or.at/blog/2008/03/25/removing-a-lot-of-frozen-mails-from-exims-mail-queue/#comment-67</guid>
		<description>It might be handy to learn exiqgrep and xargs. I would have removed those frozen messages without writing to a file, with a simple:

exiqgrep -z -i&#124;xargs exim -Mrm</description>
		<content:encoded><![CDATA[<p>It might be handy to learn exiqgrep and xargs. I would have removed those frozen messages without writing to a file, with a simple:</p>
<p>exiqgrep -z -i|xargs exim -Mrm</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sp</title>
		<link>http://blog.peijnik.at/2008/03/25/removing-a-lot-of-frozen-mails-from-exims-mail-queue/comment-page-1/#comment-13</link>
		<dc:creator>sp</dc:creator>
		<pubDate>Sat, 09 Aug 2008 19:04:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.sp.or.at/blog/2008/03/25/removing-a-lot-of-frozen-mails-from-exims-mail-queue/#comment-13</guid>
		<description>exim -qff starts an exim queue runner process and causes that process to force delivery attempts for all messages, whether frozen or not.

The solution I described is for messages which are frozen which are impossible to deliver for various reasons. In short that means frozen messages which are never going to be deliverable. Now instead of keeping them in your queue and waiting (as I described I had 2.5K messages queued) you can get rid of all of them immediately using my solution.

Hope this comment clarifies that.</description>
		<content:encoded><![CDATA[<p>exim -qff starts an exim queue runner process and causes that process to force delivery attempts for all messages, whether frozen or not.</p>
<p>The solution I described is for messages which are frozen which are impossible to deliver for various reasons. In short that means frozen messages which are never going to be deliverable. Now instead of keeping them in your queue and waiting (as I described I had 2.5K messages queued) you can get rid of all of them immediately using my solution.</p>
<p>Hope this comment clarifies that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cap</title>
		<link>http://blog.peijnik.at/2008/03/25/removing-a-lot-of-frozen-mails-from-exims-mail-queue/comment-page-1/#comment-14</link>
		<dc:creator>Cap</dc:creator>
		<pubDate>Fri, 01 Aug 2008 13:52:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.sp.or.at/blog/2008/03/25/removing-a-lot-of-frozen-mails-from-exims-mail-queue/#comment-14</guid>
		<description>I&#039;ve been told you can type
exim -qff</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been told you can type<br />
exim -qff</p>
]]></content:encoded>
	</item>
</channel>
</rss>
