<?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>BigSmoke &#187; ham</title>
	<atom:link href="http://blog.bigsmoke.us/tag/ham/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.bigsmoke.us</link>
	<description>Smokes your problems, coughs fresh air.</description>
	<lastBuildDate>Sat, 04 Feb 2012 18:03: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>Disabling Zimbra&#8217;s spam learning</title>
		<link>http://blog.bigsmoke.us/2009/12/21/disabling-zimbras-spam-learning</link>
		<comments>http://blog.bigsmoke.us/2009/12/21/disabling-zimbras-spam-learning#comments</comments>
		<pubDate>Mon, 21 Dec 2009 13:03:02 +0000</pubDate>
		<dc:creator>halfgaar</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[ham]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[zimbra]]></category>

		<guid isPermaLink="false">http://blog.bigsmoke.us/?p=940</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>
Zimbra learns ham and spam by sending it to certain mailboxes. For our setup, this doesn&#8217;t work (easily), because our server is configured to always send mail to another SMTP server and not do any local delivery. I did that, because our zimbra server is not actually on the domain it thinks.
</p>

<p>
To disable the learning accounts, I did this:
</p>

<pre class="php">zmprov mcf zimbraSpamIsSpamAccount <span style="color: #ff0000;">''</span>
zmprov mcf zimbraSpamIsNotSpamAccount <span style="color: #ff0000;">''</span>
zmcontrol stop
zmcontrol start</pre>

<p>
I didn&#8217;t delete the accounts, so I can enable it later.
</p>

<p>
To enable it, I guess I have to configure these two accounts on our hosting provider&#8217;s servers, fetch and deliver them to Zimbra and it works. I&#8217;ll do that some time&#8230;
</p>]]></content:encoded>
			<wfw:commentRss>http://blog.bigsmoke.us/2009/12/21/disabling-zimbras-spam-learning/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

