<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Andrew Beaton :: FAQ &#187; flush</title>
	<atom:link href="http://andrewbeaton.net/faq/tag/flush/feed/" rel="self" type="application/rss+xml" />
	<link>http://andrewbeaton.net/faq</link>
	<description>Tips from the world of a software developer</description>
	<lastBuildDate>Wed, 13 Jul 2011 17:03:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Postfix Mail Queue Commands</title>
		<link>http://andrewbeaton.net/faq/2010/03/10/postfix-mail-queue-commands/</link>
		<comments>http://andrewbeaton.net/faq/2010/03/10/postfix-mail-queue-commands/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 21:03:58 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Postfix]]></category>
		<category><![CDATA[flush]]></category>
		<category><![CDATA[mail queue]]></category>

		<guid isPermaLink="false">http://andrewbeaton.net/faq/?p=105</guid>
		<description><![CDATA[To resend the mails in the mail queue, type either of the following two commands]]></description>
			<content:encoded><![CDATA[<p>To resend the mails in the mail queue, type either of the following two commands:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># postfix flush</span></pre></div></div>


<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># postfix -f</span></pre></div></div>

<p>To see the mail queue, type:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># mailq</span></pre></div></div>

<p>To remove all mail from the mail queue, type:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># postsuper -d ALL</span></pre></div></div>

<p>To remove all mails in the deferred mail queue, type:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># postsuper -d ALL deferred</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://andrewbeaton.net/faq/2010/03/10/postfix-mail-queue-commands/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

