<?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>HiS SlyneSS &#187; remove</title>
	<atom:link href="http://hisslyness.com/tag/remove/feed/" rel="self" type="application/rss+xml" />
	<link>http://hisslyness.com</link>
	<description>Adventures In The I.T. Jungle</description>
	<lastBuildDate>Tue, 23 May 2017 15:01:17 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>remove qmail queue</title>
		<link>http://hisslyness.com/2011/06/remove-qmail-queue/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=remove-qmail-queue</link>
		<comments>http://hisslyness.com/2011/06/remove-qmail-queue/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 15:01:55 +0000</pubDate>
		<dc:creator>slyness</dc:creator>
				<category><![CDATA[Technical Stuff]]></category>
		<category><![CDATA[qmail]]></category>
		<category><![CDATA[queue]]></category>
		<category><![CDATA[remove]]></category>

		<guid isPermaLink="false">http://hisslyness.com/?p=10</guid>
		<description><![CDATA[<p>Quick command if you need to remove all emails in your qmail queue</p> <p>qmailctl stop<br /> find /var/qmail/queue/mess -type f -exec rm {} \;<br /> find /var/qmail/queue/info -type f -exec rm {} \;<br /> find /var/qmail/queue/local -type f -exec rm {} \;<br /> find /var/qmail/queue/intd -type f -exec rm {} \;<br /> find /var/qmail/queue/todo -type [...]]]></description>
				<content:encoded><![CDATA[<p>Quick command if you need to remove all emails in your qmail queue</p>
<p>qmailctl stop<br />
find /var/qmail/queue/mess -type f -exec rm {} \;<br />
find /var/qmail/queue/info -type f -exec rm {} \;<br />
find /var/qmail/queue/local -type f -exec rm {} \;<br />
find /var/qmail/queue/intd -type f -exec rm {} \;<br />
find /var/qmail/queue/todo -type f -exec rm {} \;<br />
find /var/qmail/queue/remote -type f -exec rm {} \;<br />
qmailctl start</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://hisslyness.com/2011/06/remove-qmail-queue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
