<?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>blog.arithm &#187; Email</title>
	<atom:link href="http://blog.arithm.com/category/email/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.arithm.com</link>
	<description>Software.  Politics.  Tinfoil hat conjecture.</description>
	<lastBuildDate>Fri, 13 Jan 2012 19:00:39 +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>Delete email with a specific email address from the Postfix queue&#8230;</title>
		<link>http://blog.arithm.com/2011/11/01/delete-email-with-a-specific-email-address-from-the-postfix-queue/</link>
		<comments>http://blog.arithm.com/2011/11/01/delete-email-with-a-specific-email-address-from-the-postfix-queue/#comments</comments>
		<pubDate>Wed, 02 Nov 2011 00:45:35 +0000</pubDate>
		<dc:creator>nurikabe</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[postfix]]></category>

		<guid isPermaLink="false">http://blog.arithm.com/?p=1807</guid>
		<description><![CDATA[HowtoForge still comes in handy. This is one of those times: mailq &#124; awk 'BEGIN { RS = "" } / falko@example\.com$/ { print $1 }' &#124; tr -d '*!' &#124; postsuper -d - File under &#8220;what to do when postfix goes berserk&#8221;.]]></description>
			<content:encoded><![CDATA[<p>HowtoForge still comes in handy.  <a href="http://www.howtoforge.com/delete-mails-to-or-from-a-specific-email-address-from-postfix-mail-queue">This</a> is one of those times:</p>
<p><code>mailq | awk 'BEGIN { RS = "" } / falko@example\.com$/ { print $1 }' | tr -d '*!' | postsuper -d -</code></p>
<p>File under &#8220;what to do when postfix goes berserk&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arithm.com/2011/11/01/delete-email-with-a-specific-email-address-from-the-postfix-queue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A good, free Outlook duplicate email remover..</title>
		<link>http://blog.arithm.com/2009/07/07/a-good-free-outlook-duplicate-email-remover/</link>
		<comments>http://blog.arithm.com/2009/07/07/a-good-free-outlook-duplicate-email-remover/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 12:19:19 +0000</pubDate>
		<dc:creator>nurikabe</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[bong]]></category>
		<category><![CDATA[ODIR]]></category>

		<guid isPermaLink="false">http://blog.arithm.com/?p=979</guid>
		<description><![CDATA[Following up to my recent post about emails getting sent twice in Outlook, I discovered a nice little free utility to remove (most) of the thousands of duplicate emails I had managed to generate. ODIR, the Outlook Duplicates Remover from Vaita, adds a convenient de-duper menu item to Outlook.  And it seems to work across [...]]]></description>
			<content:encoded><![CDATA[<p>Following up to my recent post <a href="/2009/05/28/emails-sent-within-outlook-via-gmail-get-saved-twice/">about emails getting sent twice</a> in Outlook, I discovered a nice little free utility to remove (most) of the thousands of duplicate emails I had managed to generate.</p>
<p><a href="http://www.vaita.com/ODIR.asp">ODIR</a>, the Outlook Duplicates Remover from <a href="http://www.vaita.com/">Vaita</a>, adds a convenient de-duper menu item to Outlook.  And it seems to work across all my various IMAP account, Google or otherwise.  I just wish it supported UTF-8.</p>
<p>Recommended for those, who like me, viciously copied themselves twice on all outgoing emails.</p>
<p>PS.  To Tee:  I did, in fact, find this via bing.  Though, really, you guys should have named it &#8220;bong&#8221;.</p>
<p>Bong..   Huh huh.  Huh.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arithm.com/2009/07/07/a-good-free-outlook-duplicate-email-remover/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Emails sent within Outlook, via Gmail, get saved twice&#8230;</title>
		<link>http://blog.arithm.com/2009/05/28/emails-sent-within-outlook-via-gmail-get-saved-twice/</link>
		<comments>http://blog.arithm.com/2009/05/28/emails-sent-within-outlook-via-gmail-get-saved-twice/#comments</comments>
		<pubDate>Thu, 28 May 2009 18:10:24 +0000</pubDate>
		<dc:creator>nurikabe</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.arithm.com/?p=934</guid>
		<description><![CDATA[This has been driving me crazy forever. As soon as IMAP became available for Gmail some time back, I immediately went about hooking it up to Outlook so that I could access Gmail along with my other five plus other email accounts from one central interface. And there was much rejoicing. Except for the fact [...]]]></description>
			<content:encoded><![CDATA[<p>This has been driving me crazy forever.  As soon as IMAP became available for Gmail <a href="http://lifehacker.com/software/gmail/what-gmail-imap-means-for-you-and-your-iphone-314434.php">some time back</a>, I immediately went about <a href="http://www.howtogeek.com/howto/microsoft-office/use-gmail-imap-in-microsoft-outlook-2007/">hooking it up to Outlook</a> so that I could access Gmail along with my other five plus other email accounts from one central interface.</p>
<p>And there was much rejoicing.</p>
<p>Except for the fact that all of my outgoing messages seemed to get saved twice into my Sent folder.  This is a pretty annoying, but not a show stopper.  Like any good geek, I ignored the problem.  For well over a year.</p>
<p>Finally today it dawned on me that both Outlook and Gmail could be saving copies into my Sent folder.  Turning this off in Outlook (Tools -> Options -> E-mail Options&#8230; -> un-check &#8220;Save copies of messages in Sent Items folder&#8221;) reveals that, indeed, my lightning quick powers of deduction are sharper than ever.  Problem solved.</p>
<p>Now perhaps in six months I will deduce a way to remove ten gigabytes of duplicate messages.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arithm.com/2009/05/28/emails-sent-within-outlook-via-gmail-get-saved-twice/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>A quick way to get to Inbox Zero</title>
		<link>http://blog.arithm.com/2009/05/09/a-quick-way-to-get-to-inbox-zero/</link>
		<comments>http://blog.arithm.com/2009/05/09/a-quick-way-to-get-to-inbox-zero/#comments</comments>
		<pubDate>Sat, 09 May 2009 15:31:14 +0000</pubDate>
		<dc:creator>nurikabe</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[inbox zero]]></category>

		<guid isPermaLink="false">http://blog.arithm.com/?p=916</guid>
		<description><![CDATA[This is cheating.. but it feels so good. Switch to Google Apps for free awesome email and calandaring while keeping your domain name. &#8220;Archive&#8221; all of your non-recent email.  (Hey, you&#8217;ll get around to it, right?  It&#8217;s not like your deleting anything&#8230;) Connect your IMAP client to Gmail.  You will see only a few of [...]]]></description>
			<content:encoded><![CDATA[<p>This is cheating.. but it feels so good.</p>
<ol>
<li>Switch to Google Apps for free awesome email and calandaring while keeping your domain name.</li>
<li>&#8220;Archive&#8221; all of your non-recent email.  (Hey, you&#8217;ll get around to it, right?  It&#8217;s not like your deleting anything&#8230;)</li>
<li>Connect your IMAP client to Gmail.  You will see only a few of your recent messages that you didn&#8217;t archive.  Act on them and delete.</li>
</ol>
<p>Congratulations!  You&#8217;re at Inbox Zero!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arithm.com/2009/05/09/a-quick-way-to-get-to-inbox-zero/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to automatically carbon copy all of your email to George W. Bush</title>
		<link>http://blog.arithm.com/2008/07/11/how-to-automatically-carbon-copy-all-of-your-email-to-george-w-bush/</link>
		<comments>http://blog.arithm.com/2008/07/11/how-to-automatically-carbon-copy-all-of-your-email-to-george-w-bush/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 06:36:13 +0000</pubDate>
		<dc:creator>nurikabe</dc:creator>
				<category><![CDATA[Chuckle]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[fisa]]></category>

		<guid isPermaLink="false">http://blog.arithm.com/?p=339</guid>
		<description><![CDATA[Now that the Senate has decided to grant retroactive immunity to the telecoms (video), it probably won&#8217;t be long before the Bush Administration starts routinely tracking your search habits, mining your email, and monitoring your phone calls.  This kind of automated profiling will allow the NSA to determine, among other things, your propensity for terror.  [...]]]></description>
			<content:encoded><![CDATA[<p>Now that the Senate has <a href="http://news.yahoo.com/s/ap/20080709/ap_on_go_co/terrorist_surveillance" class="broken_link">decided to grant retroactive immunity to the telecoms</a> (<a href="http://therealnews.com/t/index.php?option=com_content&amp;task=view&amp;id=31&amp;Itemid=74&amp;jumival=1865&amp;updaterx=2008-07-11+17%3A06%3A01" class="broken_link">video</a>), it probably won&#8217;t be long before the Bush Administration starts routinely tracking your search habits, mining your email, and monitoring your phone calls.  This kind of automated profiling will allow the NSA to determine, among other things, your propensity for terror.  Yes, soon the Bush Administration will be protecting us all from ourselves.</p>
<p>But I say, why wait?! I want the Bush Administration to protect me from myself <em>right now</em>!  Am I a subversive?  Could I be a terrorist?  I need to know!  And I&#8217;m sure you do as well.</p>
<p>That&#8217;s why I have started automatically carbon copying all of my email to George W. Bush.  Okay, well, technically I&#8217;m carbon copying them all to Dick Cheney because <a href="http://www.whitehouse.gov/contact/">it would appear that Cheney reads Bush&#8217;s email for him</a>.  But I have every confidence that Mr. Cheney will keep the president abreast of my goings on.</p>
<p>If you&#8217;re a Microsoft Outlook user, here&#8217;s how you too can automatically carbon copy all of your email to the White House.</p>
<ol>
<li>In Mail, on the <strong class="ui">Tools</strong> menu, click <strong class="ui">Rules and Alerts</strong>.<img class="alignnone size-full wp-image-342" style="margin-top: 10px; margin-bottom: 10px;" title="automatic-carbon-copy-1" src="http://blog.arithm.com/wp-content/uploads/2008/07/automatic-carbon-copy-1.gif" alt="automatic carbon copy 1 How to automatically carbon copy all of your email to George W. Bush" width="369" height="194" /></li>
<li>On the <strong class="ui">E-mail Rules</strong> tab, click <strong class="ui">New Rule</strong>.<br />
<img class="alignnone size-full wp-image-341" style="margin-top: 10px; margin-bottom: 10px;" title="automatic-carbon-copy-2" src="http://blog.arithm.com/wp-content/uploads/2008/07/automatic-carbon-copy-2.gif" alt="automatic carbon copy 2 How to automatically carbon copy all of your email to George W. Bush" width="309" height="134" /></li>
<li>In the <strong class="ui">Rules Wizard</strong> dialog box, under <strong class="ui">Start from a blank rule</strong>, click <strong class="ui">Check messages after sending</strong>, and then click <strong class="ui">Next</strong>.</li>
<li>Click <strong class="ui">Next</strong>.</li>
<li>A confirmation will appear, notifying you that this rule will apply to every message that you send. Click <strong class="ui">Yes</strong>.</li>
<li>Under <strong class="ui">Step 1: Select action(s)</strong>, select the <strong class="ui">Cc the message to people or distribution list</strong> check box.<br />
<img class="alignnone size-full wp-image-340" style="margin-top: 10px; margin-bottom: 10px;" title="automatic-carbon-copy-3" src="http://blog.arithm.com/wp-content/uploads/2008/07/automatic-carbon-copy-3.gif" alt="automatic carbon copy 3 How to automatically carbon copy all of your email to George W. Bush" width="393" height="146" /></li>
<li>Under <strong class="ui">Step 2: Edit the rule description (click an underlined value)</strong>, click people or distribution list.</li>
<li>In the <strong class="ui">Rule Address</strong> dialog box, click a name or distribution list, and then click <strong class="ui">To</strong>. Repeat this step until all names or distribution lists you want to add are included in the <strong class="ui">To</strong> box.</li>
<li>Click <strong class="ui">OK</strong>.</li>
<li>In the <strong class="ui">Rules Wizard</strong> dialog box, click <strong class="ui">Next</strong>.</li>
<li>Click <strong class="ui">Next</strong>.</li>
<li>Under <strong class="ui">Step 1: Specify a name for this rule</strong>, enter a name that you will recognize for this rule.<br />
<img class="alignnone size-full wp-image-343" style="margin-top: 10px; margin-bottom: 10px;" title="automatic-carbon-copy-4" src="http://blog.arithm.com/wp-content/uploads/2008/07/automatic-carbon-copy-4.gif" alt="automatic carbon copy 4 How to automatically carbon copy all of your email to George W. Bush" width="376" height="111" /></li>
<li>Click <strong class="ui">Finish</strong>.</li>
</ol>
<p>That&#8217;s it!  Now all of your email will be automatically carbon copied to Dick Cheney at the White House, who will update President George W. Bush, who will work with the NSA to figure out if you are a terrorist or not.  Because, let&#8217;s face it, who knows what you&#8217;re capable of?  Act now before it&#8217;s too late!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arithm.com/2008/07/11/how-to-automatically-carbon-copy-all-of-your-email-to-george-w-bush/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>clamav crashing on Debian</title>
		<link>http://blog.arithm.com/2008/03/23/clamav-crashing-on-debian/</link>
		<comments>http://blog.arithm.com/2008/03/23/clamav-crashing-on-debian/#comments</comments>
		<pubDate>Sun, 23 Mar 2008 13:59:56 +0000</pubDate>
		<dc:creator>nurikabe</dc:creator>
				<category><![CDATA[Crash]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[clamav]]></category>
		<category><![CDATA[freshclam]]></category>

		<guid isPermaLink="false">http://blog.arithm.com/2008/03/23/clamav-crashing-on-debian/</guid>
		<description><![CDATA[I&#8217;d seen this happen occasionally over the last couple of months, but it seemed to get really bad on Friday. Fri Mar 21 21:31:45 2008 -&#62; SelfCheck: Database modification detected. Forcing reload. Reading databases from /var/lib/clamav ERROR: reload db failed: Unable to lock database directory (try 1) ERROR: reload db failed: Unable to lock database [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;d seen this happen occasionally over the last couple of months, but it seemed to get really bad on Friday.<br />
<code><br />
Fri Mar 21 21:31:45 2008 -&gt; SelfCheck: Database modification detected. Forcing reload.<br />
Reading databases from /var/lib/clamav<br />
ERROR: reload db failed: Unable to lock database directory (try 1)<br />
ERROR: reload db failed: Unable to lock database directory (try 2)<br />
ERROR: reload db failed: Unable to lock database directory (try 3)<br />
ERROR: reload db failed: Unable to lock database directory<br />
Terminating because of a fatal error.<br />
Socket file removed.<br />
Pid file removed.<br />
--- Stopped at Fri Mar 21 21:38:16 2008<br />
</code></p>
<p>Not entirely sure what the problem is, but it seems like clamav is choking on recent updates from freshclam.</p>
<p>And apparently I&#8217;m not the only one.  Took advice from <a href="http://groups.google.com/group/linux.debian.bugs.dist/browse_thread/thread/692a2c6c62cdbfb0">this thread</a> and updated clamav to the version in debian-volatile.  The official ClamAV documentation also <a href="http://www.clamav.org/download/packages/packages-linux/">recommends using the volatile repositories</a>.</p>
<p>I&#8217;m new to Debian and almost took this to mean that I should use etch.  Good to know that Debian maintains a <a href="http://www.debian.org/volatile/">volatile repository</a>.  To pull packages from volatile, just add:</p>
<p><code>deb http://volatile.debian.net/debian-volatile etch/volatile main contrib non-free</code><br />
(though preferably use a mirror)</p>
<p>to <code>/etc/apt/sources.list</code>.  Running a simple <code>apt-get update clamav</code> or <code>aptitude update clamav</code> will find and install the appropriate volatile updates.  Nice.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arithm.com/2008/03/23/clamav-crashing-on-debian/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top ten spam subject tag lines that have actually caused me to pause and consider penis enlargement</title>
		<link>http://blog.arithm.com/2008/02/27/top-ten-spam-subject-tag-lines-that-have-actually-caused-me-to-pause-and-consider-penis-enlargement/</link>
		<comments>http://blog.arithm.com/2008/02/27/top-ten-spam-subject-tag-lines-that-have-actually-caused-me-to-pause-and-consider-penis-enlargement/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 15:57:44 +0000</pubDate>
		<dc:creator>nurikabe</dc:creator>
				<category><![CDATA[Chuckle]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://blog.arithm.com/2008/02/27/top-ten-spam-subject-tag-lines-that-have-actually-caused-me-to-pause-and-consider-penis-enlargement/</guid>
		<description><![CDATA[Who says spam can&#8217;t be fun? 10. think over your agregate size 9. Enormous device is your treasure 8. Improbable effect on your phallus! 7. Your measurement of success is by the INCH. 6. I carry a bazooka in my pants, walking around. 5. Your little soldier will grow up to a big love general! [...]]]></description>
			<content:encoded><![CDATA[<p>Who says spam can&#8217;t be fun?</p>
<blockquote><p> 10.  think over your agregate size</p>
<p>9.  Enormous device is your treasure</p>
<p>8.  Improbable effect on your phallus!</p>
<p>7.  Your measurement of success is by the INCH.</p>
<p>6.  I carry a bazooka in my pants, walking around.</p>
<p>5.  Your little soldier will grow up to a big love general!</p>
<p>4.  inches in your pants will make you the world&#8217;s 8th wonder to women.</p>
<p>3.  Why be a tiny cocktail sausage, when you can be a mighty wiener.</p>
<p>2.  Behind every great man lies a huge secret in his pants.</p>
<p>And the number one spam subject tag line that has actually caused me to pause and seriously consider penis enlargement&#8230;</p>
<p>1.  <strong> Be the master of the universe, with a huge broadsword in your pants? </strong></p></blockquote>
<p>You know, I&#8217;ve thought over my agregate size and.. sure, why not? By the Power of Greyskull!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arithm.com/2008/02/27/top-ten-spam-subject-tag-lines-that-have-actually-caused-me-to-pause-and-consider-penis-enlargement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Desperate Spam Countermeasure</title>
		<link>http://blog.arithm.com/2008/02/26/desperate-spam-countermeasure/</link>
		<comments>http://blog.arithm.com/2008/02/26/desperate-spam-countermeasure/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 14:40:39 +0000</pubDate>
		<dc:creator>nurikabe</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Spam]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[dnsbl]]></category>

		<guid isPermaLink="false">http://blog.arithm.com/2008/02/26/desperate-spam-countermeasure/</guid>
		<description><![CDATA[The spam hitting one of our mail servers is getting completely out of control. Since this particular server is more of a mailing list broker, exclusively for Japan, rather than try to fight the influx of global spam &#8212; which lately even traditional filters and blocklists seem to be ineffective against &#8212; we&#8217;ve decided to [...]]]></description>
			<content:encoded><![CDATA[<p>The spam hitting one of our mail servers is getting completely out of control.  Since this particular server is more of a mailing list broker, exclusively for Japan, rather than try to fight the influx of global spam &#8212; which lately even traditional filters and blocklists seem to be ineffective against &#8212; we&#8217;ve decided to simply not accept email from anywhere except Japan itself.</p>
<p>Andreas Plesner Jacobse maintains an excellent set of geo blocklists, the <a href="http://countries.nerd.dk/">DNSBL</a>.  Turned this on against some of the more naughty spam countries last week.  In Postfix for example:</p>
<p><code>reject_rbl_client cn.countries.nerd.dk</code></p>
<p>Bye bye China.</p>
<p>Anyway, so far so good.   Spam has gone from hundreds (maybe thousands) of messages slipping through our traditional filters each day to a small trickle of Japan-originated spam.</p>
<p>I can&#8217;t imagine what it would be like to maintain a large enterprise email farm.  Maybe like trying to grow corn on a plantation overrun by an ever surging plague of locusts!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arithm.com/2008/02/26/desperate-spam-countermeasure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postfix says &#8220;Recipient address rejected: User unknown in local recipient table;&#8221; even though you&#8217;ve set luser_relay</title>
		<link>http://blog.arithm.com/2008/02/07/postfix-says-recipient-address-rejected-user-unknown-in-local-recipient-table-even-though-youve-set-luser_relay/</link>
		<comments>http://blog.arithm.com/2008/02/07/postfix-says-recipient-address-rejected-user-unknown-in-local-recipient-table-even-though-youve-set-luser_relay/#comments</comments>
		<pubDate>Thu, 07 Feb 2008 06:44:24 +0000</pubDate>
		<dc:creator>nurikabe</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[postfix]]></category>

		<guid isPermaLink="false">http://blog.arithm.com/2008/02/07/postfix-says-recipient-address-rejected-user-unknown-in-local-recipient-table-even-though-youve-set-luser_relay/</guid>
		<description><![CDATA[Unless you set local_recipient_maps to nothing, just so: local_recipient_maps = luser_relay = some@address.com Postfix will ignore the luser_relay setting and winge at you. Documentation is tucked away at the bottom of the page here.]]></description>
			<content:encoded><![CDATA[<p>Unless you set <code>local_recipient_maps</code> to nothing, just so:</p>
<p><b-quote><code><font color="#ff0000">local_recipient_maps =</font><br />
luser_relay = some@address.com<br />
</code><br />
</b-quote></p>
<p>Postfix will ignore the <code>luser_relay</code> setting and winge at you.</p>
<p>Documentation is tucked away at the bottom of the page <a href="http://www.postfix.org/rewrite.html">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arithm.com/2008/02/07/postfix-says-recipient-address-rejected-user-unknown-in-local-recipient-table-even-though-youve-set-luser_relay/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redhat pfqueue Revisited</title>
		<link>http://blog.arithm.com/2008/01/05/redhat-pfqueue-revisited/</link>
		<comments>http://blog.arithm.com/2008/01/05/redhat-pfqueue-revisited/#comments</comments>
		<pubDate>Sat, 05 Jan 2008 17:51:06 +0000</pubDate>
		<dc:creator>nurikabe</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Redhat]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.arithm.com/2008/01/05/redhat-pfqueue-revisited/</guid>
		<description><![CDATA[Finally got around to figuring out how to make pfqueue to run on Redhat. Though I never did get it to install and run from source, today I stumbled upon a copy in Dag Wieers repository. Simply install Dag&#8217;s build and, if you are using Postfix, make sure that the Posftix commands are in your [...]]]></description>
			<content:encoded><![CDATA[<p>Finally got around to figuring  out how to make <a href="/2007/07/06/pfqueue/"><code>pfqueue</code></a> to run on Redhat.  Though I never did get it to install and run from source, today I stumbled upon a copy in <a href="http://dag.wieers.com/rpm/packages/pfqueue/">Dag Wieers repository</a>.  Simply install Dag&#8217;s build and, if you are using Postfix, make sure that the Posftix commands are in your path (I had to add <code>/usr/sbin/</code>to mine.)</p>
<p>Thank you Dag.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.arithm.com/2008/01/05/redhat-pfqueue-revisited/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

