<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
     xmlns:atom="http://www.w3.org/2005/Atom"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:wfw="http://wellformedweb.org/CommentAPI/"
     >
  <channel>
    <title>Baruwa blog</title>
    <link>http://www.baruwa.org/blog</link>
    <description>The Baruwa mailbag</description>
    <pubDate>Thu, 17 May 2012 13:55:00 GMT</pubDate>
    <generator>Blogofile</generator>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <item>
      <title>Baruwa Precise Pangolin packages now available</title>
      <link>http://www.baruwa.org/blog/2012/04/28/baruwa-precise-pangolin-packages-now-available</link>
      <pubDate>Sat, 28 Apr 2012 18:30:00 SAST</pubDate>
      <category><![CDATA[Precise]]></category>
      <category><![CDATA["PrecisePangolin"]]></category>
      <category><![CDATA[Baruwa]]></category>
      <category><![CDATA[Releases]]></category>
      <category><![CDATA[Pangolin]]></category>
      <category><![CDATA[Ubuntu]]></category>
      <guid isPermaLink="true">http://www.baruwa.org/blog/2012/04/28/baruwa-precise-pangolin-packages-now-available</guid>
      <description>Baruwa Precise Pangolin packages now available</description>
      <content:encoded><![CDATA[<p>I have just pushed to the Baruwa apt repo - http://apt.baruwa.org
Baruwa packages for Ubuntu Precise Pangolin, as well as the 
following dependency packages</p>
<ul>
<li>mailscanner 4.84.3</li>
</ul>
<p><strong>Note</strong></p>
<p>Ubuntu Precise Pangolin does not ship mailscanner packages so users
of Ubuntu Precise Pangolin who do not use baruwa can also use this
repo to access the mailscanner deb package.</p>
<p><strong>Feedback and support</strong></p>
<p>Please provide feedback via the usual channels, if you need support
use the list.</p>
<ul>
<li>List http://lists.baruwa.org</li>
<li>Blog http://www.baruwa.org/blog/</li>
</ul>]]></content:encoded>
    </item>
    <item>
      <title>Baruwa Centos 5.x puppet installation Howto</title>
      <link>http://www.baruwa.org/blog/2012/03/07/baruwa-centos-5.x-puppet-installation-howto</link>
      <pubDate>Wed, 07 Mar 2012 12:44:00 SAST</pubDate>
      <category><![CDATA[Baruwa]]></category>
      <category><![CDATA[Puppet]]></category>
      <category><![CDATA[Releases]]></category>
      <guid isPermaLink="true">http://www.baruwa.org/blog/2012/03/07/baruwa-centos-5.x-puppet-installation-howto</guid>
      <description>Baruwa Centos 5.x puppet installation Howto</description>
      <content:encoded><![CDATA[<div class="document">
<p>I have received several queries on how to use the puppet toaster
to automate the Baruwa installation on Centos 5.x</p>
<p>This post should guide you on how to do it.</p>
<div class="section" id="requirements">
<h1>Requirements</h1>
<ul class="simple">
<li>Baruwa Repo</li>
<li>EPEL Repo</li>
</ul>
<p>Install the above repos:</p>
<pre class="literal-block">
rpm -Uvh http://download.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm
rpm -Uvh http://repo.baruwa.org/el5/i386/baruwa-release-5-0.noarch.rpm
</pre>
<p>If you have other repo's like the RPMForge repo you may have to disable
them as their packages may conflict with the EPEL packages. All packages
required for MailScanner/Baruwa are available in the two repo's you do
not need any other repo's</p>
<p>Install the required packages:</p>
<pre class="literal-block">
yum install puppet -y
yum install git -y
</pre>
</div>
<div class="section" id="installation">
<h1>Installation</h1>
<p>Clone the Baruwa puppet toaster:</p>
<pre class="literal-block">
cd /usr/local/src
git clone git://github.com/akissa/baruwa-puppet.git
mv baruwa-puppet/modules /etc/puppet/
mv baruwa-puppet/manifests /etc/puppet/
</pre>
</div>
<div class="section" id="configuration">
<h1>Configuration</h1>
<p>Edit the file /etc/puppet/manifests/toasters/baruwa/init.pp and set the
variables to your own settings, make sure you go through the whole list
and confirm they are correct</p>
</div>
<div class="section" id="run-puppet">
<h1>Run Puppet</h1>
<p>Run the following command which will download and install all dependencies
and configure Baruwa for you automatically:</p>
<pre class="literal-block">
puppet -v /etc/puppet/manifests/toasters/baruwa/init.pp
</pre>
<p>If the command issues any errors just rerun it again until everything is
fully configured.</p>
</div>
<div class="section" id="admin-password">
<h1>Admin Password</h1>
<p>Set the admin password:</p>
<pre class="literal-block">
baruwa-admin changepassword &lt;username&gt;
</pre>
</div>
<div class="section" id="support">
<h1>Support</h1>
<p>Post any issues you face on the Baruwa mailing list <a class="reference external" href="http://lists.baruwa.org">http://lists.baruwa.org</a></p>
</div>
<div class="section" id="contributing-extending">
<h1>Contributing &amp; Extending</h1>
<p>Any help extending the puppet toaster to Centos 6 and Debian/Ubuntu is welcome.</p>
</div>
</div>
]]></content:encoded>
    </item>
    <item>
      <title>Baruwa automated installation with puppet</title>
      <link>http://www.baruwa.org/blog/2011/12/10/baruwa-automated-installation-with-puppet</link>
      <pubDate>Sat, 10 Dec 2011 14:55:00 SAST</pubDate>
      <category><![CDATA[Baruwa]]></category>
      <category><![CDATA[Puppet]]></category>
      <category><![CDATA[Releases]]></category>
      <guid isPermaLink="true">http://www.baruwa.org/blog/2011/12/10/baruwa-automated-installation-with-puppet</guid>
      <description>Baruwa automated installation with puppet</description>
      <content:encoded><![CDATA[<div class="document">
<p>I have today open sourced and released a Baruwa puppet tooster on
github. The tooster can be used to run a fully automated puppet
based installation and configuration of Baruwa on Centos 5.</p>
<p>All you do it set a few configuration variables, and run one command
go get a cup of tea, and return to you shiny new system.</p>
<p>Contributions to extend support for other distributions and MTA's
as always are welcome.</p>
<p>You can check it out at <a class="reference external" href="https://github.com/akissa/baruwa-puppet">https://github.com/akissa/baruwa-puppet</a></p>
</div>
]]></content:encoded>
    </item>
    <item>
      <title>Upcoming Baruwa 2.0 screenshots preview</title>
      <link>http://www.baruwa.org/blog/2011/11/04/upcoming-baruwa-2.0-screenshots-preview</link>
      <pubDate>Fri, 04 Nov 2011 10:43:00 SAST</pubDate>
      <category><![CDATA[Screenshots]]></category>
      <category><![CDATA[Baruwa 2.0]]></category>
      <guid isPermaLink="true">http://www.baruwa.org/blog/2011/11/04/upcoming-baruwa-2.0-screenshots-preview</guid>
      <description>Upcoming Baruwa 2.0 screenshots preview</description>
      <content:encoded><![CDATA[<div class="document">
<p>Baruwa 2.0 the ground up rebuild of Baruwa is partially usable
now, to give you a taste of what is to come i have provided some
screenshots.</p>
<div class="section" id="screenshots">
<h1>Screenshots</h1>
<ul class="simple">
<li><a class="reference external" href="http://www.baruwa.org/about/screenshots.html">http://www.baruwa.org/about/screenshots.html</a></li>
</ul>
</div>
</div>
]]></content:encoded>
    </item>
    <item>
      <title>Baruwa vs Mailwatch - a feature comparison</title>
      <link>http://www.baruwa.org/blog/2011/10/24/baruwa-vs-mailwatch---a-feature-comparison</link>
      <pubDate>Mon, 24 Oct 2011 10:55:00 SAST</pubDate>
      <category><![CDATA[Baruwa]]></category>
      <category><![CDATA[Mailwatch]]></category>
      <category><![CDATA[FUD]]></category>
      <guid isPermaLink="true">http://www.baruwa.org/blog/2011/10/24/baruwa-vs-mailwatch---a-feature-comparison</guid>
      <description>Baruwa vs Mailwatch - a feature comparison</description>
      <content:encoded><![CDATA[<div class="document">
<p>The Baruwa Google analytics indicates lots of searches for <cite>Baruwa vs Mailwatch</cite>,
and given the FUD that keeps making the rounds of how Baruwa does not have lots
of options that Mailwatch has.</p>
<p>i have decided to put the facts out there to help users decide.</p>
<table border="1" class="docutils">
<colgroup>
<col width="36%" />
<col width="24%" />
<col width="40%" />
</colgroup>
<thead valign="bottom">
<tr><th class="head">Feature</th>
<th class="head">Mailwatch</th>
<th class="head">Baruwa</th>
</tr>
</thead>
<tbody valign="top">
<tr><td>Message totals &amp; system load display</td>
<td>Y</td>
<td>Y</td>
</tr>
<tr><td>Status tools</td>
<td>Y</td>
<td>Y</td>
</tr>
<tr><td>Display mail queue items</td>
<td>Y (Sendmail, Exim)</td>
<td>Y (Sendmail, Exim, Postfix)</td>
</tr>
<tr><td>Delete mail queue items</td>
<td>N</td>
<td>Y</td>
</tr>
<tr><td>Release, Learn, Delete quarantine</td>
<td>Y</td>
<td>Y</td>
</tr>
<tr><td>Bulk quarantine operations</td>
<td>Y</td>
<td>Y</td>
</tr>
<tr><td>Auto quarantine message release</td>
<td>N</td>
<td>Y</td>
</tr>
<tr><td>Released message from original sender</td>
<td>N</td>
<td>Y</td>
</tr>
<tr><td>Message preview</td>
<td>Y</td>
<td>Y</td>
</tr>
<tr><td>Strip malicious code in preview</td>
<td>N</td>
<td>Y</td>
</tr>
<tr><td>Whitelists &amp; Blacklists</td>
<td>email, domain ip address</td>
<td>email, domain, ip address, network address</td>
</tr>
<tr><td>Reports with filters</td>
<td>Y</td>
<td>Y</td>
</tr>
<tr><td>PDF reports</td>
<td>N</td>
<td>Y</td>
</tr>
<tr><td>Interactive graphs</td>
<td>N</td>
<td>Y</td>
</tr>
<tr><td>Virus scanner status</td>
<td>Y</td>
<td>N</td>
</tr>
<tr><td>Multiple user levels</td>
<td>Y</td>
<td>Y</td>
</tr>
<tr><td>Restrictions on username format</td>
<td>Y</td>
<td>N</td>
</tr>
<tr><td>Built in external auth</td>
<td>N</td>
<td>Y (imap, pop3, smtp, radius/secureid)</td>
</tr>
<tr><td>Mysql status view</td>
<td>Y</td>
<td>N</td>
</tr>
<tr><td>Mailscanner configuration viewer</td>
<td>Y</td>
<td>N</td>
</tr>
<tr><td>Relay info</td>
<td>Y (sendmail, exim)</td>
<td>Y (exim)</td>
</tr>
<tr><td>I18N Multiple languages and locales</td>
<td>N</td>
<td>Y</td>
</tr>
<tr><td>Unicode</td>
<td>N</td>
<td>Y</td>
</tr>
<tr><td>Templates</td>
<td>N</td>
<td>Y</td>
</tr>
<tr><td>XSS protections</td>
<td>N</td>
<td>Y</td>
</tr>
<tr><td>DB support</td>
<td>1 (mysql)</td>
<td>All supported by Python DB-API</td>
</tr>
<tr><td>Split DB reads and writes</td>
<td>N</td>
<td>Y</td>
</tr>
<tr><td>Data loss protection for logger</td>
<td>N</td>
<td>Y</td>
</tr>
<tr><td>AJAX</td>
<td>N</td>
<td>Y</td>
</tr>
<tr><td>Log archiving</td>
<td>N</td>
<td>Y</td>
</tr>
<tr><td>Signature disclaimer management</td>
<td>N</td>
<td>Y</td>
</tr>
<tr><td>Cluster support</td>
<td>Y (XML-RPC)</td>
<td>Y (AMQP)</td>
</tr>
<tr><td>House keeping tools</td>
<td>Y</td>
<td>Y</td>
</tr>
<tr><td>Audit log</td>
<td>Y</td>
<td>N</td>
</tr>
<tr><td>Valid Markup</td>
<td>N</td>
<td>Y</td>
</tr>
<tr><td>IPV6</td>
<td>N</td>
<td>Y</td>
</tr>
<tr><td>MTA intergration</td>
<td>N</td>
<td>Y</td>
</tr>
</tbody>
</table>
<p>Missed anything ? Post a comment and i will add it.</p>
</div>
]]></content:encoded>
    </item>
    <item>
      <title>Baruwa 1.1.1 RHEL/SL/Centos RPM's released</title>
      <link>http://www.baruwa.org/blog/2011/10/22/baruwa-1.1.1-rhel/sl/centos-rpm's-released</link>
      <pubDate>Sat, 22 Oct 2011 09:02:00 SAST</pubDate>
      <category><![CDATA[Repo]]></category>
      <category><![CDATA[EL]]></category>
      <category><![CDATA[Baruwa]]></category>
      <category><![CDATA[Releases]]></category>
      <guid isPermaLink="true">http://www.baruwa.org/blog/2011/10/22/baruwa-1.1.1-rhel/sl/centos-rpm's-released</guid>
      <description>Baruwa 1.1.1 RHEL/SL/Centos RPM's released</description>
      <content:encoded><![CDATA[<div class="document">
<p>Baruwa 1.1.1 packages are now available at <a class="reference external" href="http://repo.baruwa.org">http://repo.baruwa.org</a>,
please test these packages in a test environment before upgrading
your production environments.</p>
<p>As always, use the list to report any issues or provide feedback</p>
<div class="section" id="downloads">
<h1>Downloads</h1>
<ul class="simple">
<li><a class="reference external" href="http://repo.baruwa.org">http://repo.baruwa.org</a></li>
</ul>
</div>
<div class="section" id="support">
<h1>Support</h1>
<ul class="simple">
<li><a class="reference external" href="http://lists.baruwa.org/">http://lists.baruwa.org/</a></li>
</ul>
</div>
</div>
]]></content:encoded>
    </item>
    <item>
      <title>Baruwa 1.1.1 Debian/Ubuntu packages released</title>
      <link>http://www.baruwa.org/blog/2011/10/22/baruwa-1.1.1-debian/ubuntu-packages-released</link>
      <pubDate>Sat, 22 Oct 2011 08:58:00 SAST</pubDate>
      <category><![CDATA[repo]]></category>
      <category><![CDATA[Debian]]></category>
      <category><![CDATA[Releases]]></category>
      <category><![CDATA[Ubuntu]]></category>
      <guid isPermaLink="true">http://www.baruwa.org/blog/2011/10/22/baruwa-1.1.1-debian/ubuntu-packages-released</guid>
      <description>Baruwa 1.1.1 Debian/Ubuntu packages released</description>
      <content:encoded><![CDATA[<div class="document">
<p>Baruwa 1.1.1 packages are now available at <a class="reference external" href="http://apt.baruwa.org">http://apt.baruwa.org</a>,
please test these packages in a test environment before upgrading
your production environments.</p>
<p>As always, use the list to report any issues or provide feedback</p>
<div class="section" id="downloads">
<h1>Downloads</h1>
<ul class="simple">
<li><a class="reference external" href="http://apt.baruwa.org/">http://apt.baruwa.org/</a></li>
</ul>
</div>
<div class="section" id="support">
<h1>Support</h1>
<ul class="simple">
<li><a class="reference external" href="http://lists.baruwa.org/">http://lists.baruwa.org/</a></li>
</ul>
</div>
</div>
]]></content:encoded>
    </item>
    <item>
      <title>Baruwa 1.1.1 released</title>
      <link>http://www.baruwa.org/blog/2011/10/20/baruwa-1.1.1-released</link>
      <pubDate>Thu, 20 Oct 2011 15:04:00 SAST</pubDate>
      <category><![CDATA[Baruwa]]></category>
      <category><![CDATA[Releases]]></category>
      <guid isPermaLink="true">http://www.baruwa.org/blog/2011/10/20/baruwa-1.1.1-released</guid>
      <description>Baruwa 1.1.1 released</description>
      <content:encoded><![CDATA[<div class="document">
<p>Hi All,</p>
<p>I am pleased to announce the release of Baruwa 1.1.1.</p>
<p>This is a maintenance release that includes mostly bug fix's
and a few new features.</p>
<p>This is a source only release, binary packages for various
Linux distributions will be released at a later stage.</p>
<ul class="simple">
<li>FEATURE: issue #27</li>
<li>FEATURE: Email signatures management</li>
<li>FEATURE: Support unicode subject in message logs</li>
<li>FEATURE: Add support for DB migrations with south</li>
<li>FEATURE: Experimental Message Delivery status (Relay info) support (exim only)</li>
<li>FEATURE: #39 Allow the recent messages value to be read from settings.py</li>
<li>FIX: issue #29</li>
<li>FIX: server tests</li>
<li>FIX: saving of filters</li>
<li>FIX: attachment downloads</li>
<li>FIX: exception on top hosts</li>
<li>FIX: celery worker pid directory</li>
<li>FIX: remove base from html messages</li>
<li>FIX: improve queue regex for sendmail</li>
<li>FIX: localization for mail queue status</li>
<li>FIX: database configuration documentation</li>
<li>FIX: exception on ip addrs with port numbers</li>
<li>FIX: support usernames longer than 30 characters</li>
<li>FIX: exception handling for sa-learn path issues</li>
<li>FIX: silence queuestats cron job depreciation errors</li>
<li>FIX: prevent sqlite from accepting null values from ms</li>
<li>FIX: celery jobs not completing due to repeatable read.</li>
<li>FIX: should be checking utf8subject not subject as subject is not being used any more.</li>
</ul>
<div class="section" id="upgrading">
<h1>Upgrading</h1>
<p><a class="reference external" href="http://www.baruwa.org/docs/upgrade.html#id1">http://www.baruwa.org/docs/upgrade.html#id1</a></p>
</div>
<div class="section" id="documentation">
<h1>Documentation</h1>
<ul class="simple">
<li><a class="reference external" href="http://www.baruwa.org/docs/">http://www.baruwa.org/docs/</a></li>
</ul>
</div>
<div class="section" id="downloads">
<h1>Downloads</h1>
<ul class="simple">
<li><a class="reference external" href="http://pypi.python.org/pypi/baruwa">http://pypi.python.org/pypi/baruwa</a></li>
</ul>
</div>
<div class="section" id="support">
<h1>Support</h1>
<ul class="simple">
<li><a class="reference external" href="http://lists.baruwa.org/">http://lists.baruwa.org/</a></li>
</ul>
</div>
</div>
]]></content:encoded>
    </item>
    <item>
      <title>Baruwa Oneiric Ocelot packages now available</title>
      <link>http://www.baruwa.org/blog/2011/10/11/baruwa-oneiric-ocelot-packages-now-available</link>
      <pubDate>Tue, 11 Oct 2011 08:52:00 SAST</pubDate>
      <category><![CDATA[Baruwa]]></category>
      <category><![CDATA[Oneiric]]></category>
      <category><![CDATA[Releases]]></category>
      <category><![CDATA[Ubuntu]]></category>
      <guid isPermaLink="true">http://www.baruwa.org/blog/2011/10/11/baruwa-oneiric-ocelot-packages-now-available</guid>
      <description>Baruwa Oneiric Ocelot packages now available</description>
      <content:encoded><![CDATA[<div class="document">
<p>I have just pushed to the Baruwa apt repo - <a class="reference external" href="http://apt.baruwa.org">http://apt.baruwa.org</a>
Baruwa packages for Ubuntu Oneiric Ocelot, as well as the
following dependency packages</p>
<ul class="simple">
<li>mailscanner 4.84.3</li>
<li>python-celery 2.2.7</li>
<li>python-django-celery 2.2.4</li>
</ul>
<p><strong>Note</strong></p>
<p>Ubuntu Oneiric Ocelot does not ship mailscanner packages so users
of Ubuntu Oneiric Ocelot who do not use baruwa can also use this
repo to access the mailscanner deb package.</p>
<p><strong>Feedback and support</strong></p>
<p>Please provide feedback via the usual channels, if you need support
use the list.</p>
<ul class="simple">
<li>List <a class="reference external" href="http://lists.baruwa.org">http://lists.baruwa.org</a></li>
<li>Blog <a class="reference external" href="http://www.baruwa.org/blog/">http://www.baruwa.org/blog/</a></li>
</ul>
</div>
]]></content:encoded>
    </item>
    <item>
      <title>Django Security releases issued</title>
      <link>http://www.baruwa.org/blog/2011/10/11/django-security-releases-issued</link>
      <pubDate>Tue, 11 Oct 2011 08:52:00 SAST</pubDate>
      <category><![CDATA[EL]]></category>
      <category><![CDATA[Releases]]></category>
      <category><![CDATA[Apt]]></category>
      <category><![CDATA[Django]]></category>
      <category><![CDATA[Repo]]></category>
      <category><![CDATA[Ubuntu]]></category>
      <guid isPermaLink="true">http://www.baruwa.org/blog/2011/10/11/django-security-releases-issued</guid>
      <description>Django Security releases issued</description>
      <content:encoded><![CDATA[<div class="document">
<p>The upstream Django project recently released updated packages
to address various security issues.</p>
<p>These updated packages are now available via the Baruwa apt and
rpm repo's, please study the upstream release notes and update.</p>
<p>Users who use Django from their distro's repo's are also advised to
study the release notes and update from their distro's repo.</p>
<p><strong>Upstreams release notes</strong></p>
<ul class="simple">
<li><a class="reference external" href="https://www.djangoproject.com/weblog/2011/sep/09/security-releases-issued/">https://www.djangoproject.com/weblog/2011/sep/09/security-releases-issued/</a></li>
<li><a class="reference external" href="https://www.djangoproject.com/weblog/2011/sep/10/127/">https://www.djangoproject.com/weblog/2011/sep/10/127/</a></li>
</ul>
</div>
]]></content:encoded>
    </item>
  </channel>
</rss>

