<?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>Ramblings from MostlyChris &#187; Qmail</title>
	<atom:link href="http://blog.mostlychris.com/category/qmail/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mostlychris.com</link>
	<description>Tech stuff and a bit more</description>
	<lastBuildDate>Tue, 27 Dec 2011 14:23:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Deleting Messages Marked as SPAM</title>
		<link>http://blog.mostlychris.com/2010/05/deleting-messages-marked-as-spam/</link>
		<comments>http://blog.mostlychris.com/2010/05/deleting-messages-marked-as-spam/#comments</comments>
		<pubDate>Wed, 12 May 2010 11:29:59 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Qmail]]></category>
		<category><![CDATA[delete messages]]></category>
		<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://blog.mostlychris.com/?p=688</guid>
		<description><![CDATA[Tonight I learned something. Yep! Still learning after all this time. What did I learn? Well I'm glad you asked. I had an occasion to have to delete all emails that were marked as spam but only for accounts that were forwarded to another email address. The players: RHEL 4 Plesk Qmail The magic: for [...]]]></description>
		<wfw:commentRss>http://blog.mostlychris.com/2010/05/deleting-messages-marked-as-spam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sending a Copy of Email to Another Account with Qmail</title>
		<link>http://blog.mostlychris.com/2010/03/sending-a-copy-of-email-to-another-account-with-qmail/</link>
		<comments>http://blog.mostlychris.com/2010/03/sending-a-copy-of-email-to-another-account-with-qmail/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 12:50:49 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Qmail]]></category>
		<category><![CDATA[mail copy]]></category>

		<guid isPermaLink="false">http://blog.mostlychris.com/?p=645</guid>
		<description><![CDATA[Suppose you would like to send a copy of an incoming email to another account while the email still goes to the original account. You can do this by modifying the .qmail file of the original recipient and adding an entry that looks like the following: &#38;user@domain.com On a Plesk server, a full .qmail file [...]]]></description>
		<wfw:commentRss>http://blog.mostlychris.com/2010/03/sending-a-copy-of-email-to-another-account-with-qmail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing the Queue Lifetime in Qmail</title>
		<link>http://blog.mostlychris.com/2009/04/changing-the-queue-lifetime-in-qmail/</link>
		<comments>http://blog.mostlychris.com/2009/04/changing-the-queue-lifetime-in-qmail/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 09:15:20 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Qmail]]></category>
		<category><![CDATA[lifetime]]></category>
		<category><![CDATA[queue]]></category>

		<guid isPermaLink="false">http://blog.mostlychris.com/?p=486</guid>
		<description><![CDATA[I may be wrong here, but I believe the default queue lifetime for a message sitting in the qmail queue is 7 days. To me, that's entirely too long to wait to deliver a defunct message considering most of them are probably SPAM bounces anyway. Here is how to shorten the lifetime. Change to the [...]]]></description>
		<wfw:commentRss>http://blog.mostlychris.com/2009/04/changing-the-queue-lifetime-in-qmail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable Submission Port on a Plesk Server</title>
		<link>http://blog.mostlychris.com/2009/04/enable-submission-port-on-a-plesk-server/</link>
		<comments>http://blog.mostlychris.com/2009/04/enable-submission-port-on-a-plesk-server/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 12:35:01 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Qmail]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[submission port]]></category>

		<guid isPermaLink="false">http://blog.mostlychris.com/?p=474</guid>
		<description><![CDATA[First, copy the smtp_psa file. cp /etc/xinetd.d/smtp_psa /etc/xinetd.d/smtp_additional Edit the newly copied file and replace the first line. Replace 'service smtp' with 'service submission' vi /etc/xinetd.d/smtp_additional Restart xinetd.d service xinetd restart Check that port 587 is listening on the server netstat -ltnp]]></description>
		<wfw:commentRss>http://blog.mostlychris.com/2009/04/enable-submission-port-on-a-plesk-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing qmHandle</title>
		<link>http://blog.mostlychris.com/2009/04/installing-qmhandle/</link>
		<comments>http://blog.mostlychris.com/2009/04/installing-qmhandle/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 22:20:48 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Qmail]]></category>
		<category><![CDATA[qmHandle]]></category>
		<category><![CDATA[queue]]></category>

		<guid isPermaLink="false">http://blog.mostlychris.com/?p=423</guid>
		<description><![CDATA[qmHandle is a handy tool to aid in administering the queue on qmail enabled servers. Get and install qmHandle wget http://ns.nywtc.co.uk/qmHandle &#38;&#38; chmod +x qmHandle &#38;&#38; cp -a qmHandle /usr/local/bin/ Get and replace existing qmHandle wget http://ns.nywtc.co.uk/qmHandle &#38;&#38; chmod +x qmHandle &#38;&#38; cp qmHandle `which qmHandle` Usage is simple. After installing, just issue qmHandle without [...]]]></description>
		<wfw:commentRss>http://blog.mostlychris.com/2009/04/installing-qmhandle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

