<?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>Divide and Conquer &#187; Ubuntu</title>
	<atom:link href="http://www.divideandconquer.se/category/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.divideandconquer.se</link>
	<description>David's Software Development Blog</description>
	<lastBuildDate>Thu, 24 Jun 2010 13:47:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Spotify 0.4 in WINE: &#8220;File is an unsupported format&#8221;</title>
		<link>http://www.divideandconquer.se/2010/05/07/spotify-0-4-in-wine-file-is-an-unsupported-format/</link>
		<comments>http://www.divideandconquer.se/2010/05/07/spotify-0-4-in-wine-file-is-an-unsupported-format/#comments</comments>
		<pubDate>Fri, 07 May 2010 18:08:44 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Spotify]]></category>

		<guid isPermaLink="false">http://www.divideandconquer.se/?p=661</guid>
		<description><![CDATA[I bought Serengeti&#8217;s album Standing Steady on MP3 from Bengans and wanted to play it in Spotify as &#8220;Local Files&#8221;. It worked perfectly in MS Windows, but on Ubuntu I got &#8220;File is an unsupported format&#8221;. WTF?
Spotify acknowledges this:
Spotify uses the system-supplied MP3 decoder on all platforms, and during our limited testing we found the [...]]]></description>
			<content:encoded><![CDATA[<p>I bought <a href="http://serengetimusic.com/" onclick="pageTracker._trackPageview('/outgoing/serengetimusic.com/?referer=');">Serengeti</a>&#8217;s album Standing Steady on MP3 from <a href="http://digital.bengans.se/" onclick="pageTracker._trackPageview('/outgoing/digital.bengans.se/?referer=');">Bengans</a> and wanted to play it in Spotify as &#8220;Local Files&#8221;. It worked perfectly in MS Windows, but on Ubuntu I got &#8220;File is an unsupported format&#8221;. WTF?</p>
<p><a href="http://www.spotify.com/se/help/faq/wine/" onclick="pageTracker._trackPageview('/outgoing/www.spotify.com/se/help/faq/wine/?referer=');">Spotify acknowledges this</a>:</p>
<blockquote><p>Spotify uses the system-supplied MP3 decoder on all platforms, and during our limited testing we found the Wine decoder to be excessively unstable on quite a few MP3 files, including some from our purchase partners. We are therefore blocking codecs with the identifier “WINE-MPEG3″ until the Wine system works satisfactorily.</p></blockquote>
<p>One workaround I found involved <a href="http://blog.mrfjo.org/2010/04/27/how-i-made-spotify-0-4-play-local-mp3-files-on-linux/" onclick="pageTracker._trackPageview('/outgoing/blog.mrfjo.org/2010/04/27/how-i-made-spotify-0-4-play-local-mp3-files-on-linux/?referer=');">recompiling or binary-patching WINE</a>. Not so fun.</p>
<p>The official support forum contained a solution based around <a href="http://getsatisfaction.com/spotify/topics/spotify_under_wine_unable_to_playback_local_files" onclick="pageTracker._trackPageview('/outgoing/getsatisfaction.com/spotify/topics/spotify_under_wine_unable_to_playback_local_files?referer=');">installing Windows Media Player 10</a>. I have downloaded and installed it now according to the instructions, but already the playback froze once. Well, Spotify isn&#8217;t perfectly reliable in WINE anyway, so this is probably Good Enough.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.divideandconquer.se/2010/05/07/spotify-0-4-in-wine-file-is-an-unsupported-format/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ThinkPad X40 with Ubuntu 10.04 (Lucid Lynx)</title>
		<link>http://www.divideandconquer.se/2010/04/30/thinkpad-x40-with-ubuntu-10-04-lucid-lynx/</link>
		<comments>http://www.divideandconquer.se/2010/04/30/thinkpad-x40-with-ubuntu-10-04-lucid-lynx/#comments</comments>
		<pubDate>Fri, 30 Apr 2010 08:32:48 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Lucid Lynx]]></category>

		<guid isPermaLink="false">http://www.divideandconquer.se/?p=659</guid>
		<description><![CDATA[I&#8217;m writing this from Ubuntu 10.04 (Lucid Lynx) on my &#8220;travel&#8221; laptop, a venerable ThinkPad X40. There were two things I needed to fix to make it work:
The Intel Corporation 82852/855GM Integrated Graphics Device [PCI 8086:3582] needed Workaround A: Re-enable KMS found on Lucidi8xxFreezes to start X.
My Huawei E620 USB Modem [USB 12d1:1446/12d1:1001] for mobile [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m writing this from Ubuntu 10.04 (<em>Lucid Lynx</em>) on my &#8220;travel&#8221; laptop, a venerable ThinkPad X40. There were two things I needed to fix to make it work:</p>
<p>The <em>Intel Corporation 82852/855GM Integrated Graphics Device</em> [PCI 8086:3582] needed <a href="https://wiki.ubuntu.com/X/Bugs/Lucidi8xxFreezes" onclick="pageTracker._trackPageview('/outgoing/wiki.ubuntu.com/X/Bugs/Lucidi8xxFreezes?referer=');">Workaround A: Re-enable KMS</a> found on <a href="https://wiki.ubuntu.com/X/Bugs/Lucidi8xxFreezes" onclick="pageTracker._trackPageview('/outgoing/wiki.ubuntu.com/X/Bugs/Lucidi8xxFreezes?referer=');">Lucidi8xxFreezes</a> to start X.</p>
<p>My <em>Huawei E620 USB Modem </em>[USB 12d1:1446/12d1:1001] for mobile broadband worked after removing the /etc/udev/rules.d/15-huawei-e1551.rules file I used to get the same device working in Ubuntu 9.10 (<em>Karmic Koala</em>).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.divideandconquer.se/2010/04/30/thinkpad-x40-with-ubuntu-10-04-lucid-lynx/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Now on IPv6</title>
		<link>http://www.divideandconquer.se/2010/02/14/now-on-ipv6/</link>
		<comments>http://www.divideandconquer.se/2010/02/14/now-on-ipv6/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 13:45:32 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[AAAA]]></category>
		<category><![CDATA[easyDNS]]></category>
		<category><![CDATA[GleSYS]]></category>
		<category><![CDATA[IPv6]]></category>
		<category><![CDATA[Loopia]]></category>
		<category><![CDATA[VPS]]></category>

		<guid isPermaLink="false">http://www.divideandconquer.se/?p=625</guid>
		<description><![CDATA[I configured a bunch of IPv6 addresses on my GleSYS VPS and got it working after setting the proper route.
After that I added AAAA records for the .se domains I buy through Loopia, including this one. Some of my domains are on easyDNS and they do not appear to support AAAA records until the new [...]]]></description>
			<content:encoded><![CDATA[<p>I configured a bunch of IPv6 addresses on my <a href="http://glesys.se/" onclick="pageTracker._trackPageview('/outgoing/glesys.se/?referer=');">GleSYS</a> VPS and got it working after <a href="http://vpsforum.se/viewtopic.php?f=10&amp;t=139" onclick="pageTracker._trackPageview('/outgoing/vpsforum.se/viewtopic.php?f=10_amp_t=139&amp;referer=');">setting the proper route</a>.</p>
<p>After that I added AAAA records for the .se domains I buy through <a href="https://www.loopia.se/" onclick="pageTracker._trackPageview('/outgoing/www.loopia.se/?referer=');">Loopia</a>, including this one. Some of my domains are on <span><a href="http://www.easydns.com/" onclick="pageTracker._trackPageview('/outgoing/www.easydns.com/?referer=');">easyDNS</a> and they do not appear to support AAAA records until the <a href="http://blog.easydns.com/archives/306-Big-Changes-Coming-to-easyDNS.html" onclick="pageTracker._trackPageview('/outgoing/blog.easydns.com/archives/306-Big-Changes-Coming-to-easyDNS.html?referer=');">new member interface launches</a>. According to <a href="http://blog.easydns.com/archives/225-Ten-Years-of-easyDNS.html" onclick="pageTracker._trackPageview('/outgoing/blog.easydns.com/archives/225-Ten-Years-of-easyDNS.html?referer=');">1,5 years old information</a> it should add AAAA support.</span></p>
<p><span>For testing I added an IPv6-only record for this server: </span><a href="http://ipv6.divideandconquer.se/" onclick="pageTracker._trackPageview('/outgoing/ipv6.divideandconquer.se/?referer=');">ipv6.divideandconquer.se</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.divideandconquer.se/2010/02/14/now-on-ipv6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remote control of XBMC, but not too much</title>
		<link>http://www.divideandconquer.se/2010/01/23/remote-control-of-xbmc-but-not-too-much/</link>
		<comments>http://www.divideandconquer.se/2010/01/23/remote-control-of-xbmc-but-not-too-much/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 19:55:29 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[XBMC]]></category>

		<guid isPermaLink="false">http://www.divideandconquer.se/?p=618</guid>
		<description><![CDATA[Yesterday and today I have scripted a small web interface for remote control of XBMC using its HTTP API. (BTW, That API could really use a redesign!)
It&#8217;s actually just a page showing a screen shot and the name of the file that is currently playing, together with some commands to remote control XBMC.
Available commands are [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday and today I have scripted a small web interface for remote control of <a href="http://xbmc.org/" onclick="pageTracker._trackPageview('/outgoing/xbmc.org/?referer=');">XBMC</a> using its <a href="http://xbmc.org/wiki/?title=WebServerHTTP-API" onclick="pageTracker._trackPageview('/outgoing/xbmc.org/wiki/?title=WebServerHTTP-API&amp;referer=');">HTTP API</a>. (BTW, That API could really use a redesign!)</p>
<p>It&#8217;s actually just a page showing a screen shot and the name of the file that is currently playing, together with some commands to remote control XBMC.</p>
<p>Available commands are pause/resume, stop, play another file, and shutdown.</p>
<p>I also implemented support for showing notifications on the XBMC screen, which gave me an idea:</p>
<p>The Google Calendar can e-mail reminders for appointments. If XBMC is running, the reminder could be shown as a notification on the XBMC monitor.</p>
<p>I was just about to start implementing this calendar-reminder-in-XBMC when I reminded myself that there are many other small and big projects that would be more valuable for me. But instead of throwing this idea right down the trashcan I decided to blog about it first. Done!</p>
<p>Now I&#8217;ll spend some valuable time with my son!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.divideandconquer.se/2010/01/23/remote-control-of-xbmc-but-not-too-much/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mark as junk in Evolution, train SpamAssassin on server</title>
		<link>http://www.divideandconquer.se/2009/12/28/mark-as-junk-in-evolution-train-spamassassin-on-server/</link>
		<comments>http://www.divideandconquer.se/2009/12/28/mark-as-junk-in-evolution-train-spamassassin-on-server/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 12:52:10 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.divideandconquer.se/?p=610</guid>
		<description><![CDATA[Evolution has a feature for marking e-mail as junk. This will set an IMAP keyword &#8220;Junk&#8221; on those messages. On my mail server I run Dovecot as IMAP server and Spamassassin through Amavis to filter spam. How could I get Spamassassin to learn that all e-mails marked as junk in Evolution are spam? With a [...]]]></description>
			<content:encoded><![CDATA[<p>Evolution has a feature for marking e-mail as junk. This will set an IMAP keyword &#8220;Junk&#8221; on those messages. On my mail server I run Dovecot as IMAP server and Spamassassin through Amavis to filter spam. How could I get Spamassassin to learn that all e-mails marked as junk in Evolution are spam? With a shell script, of course. I currently run it as root but maybe it is possible to give the amavis user permissions to read my Maildir&#8230;</p>
<blockquote>
<pre>#!/bin/sh

if [ `whoami` != 'root' ]; then
  exec sudo $0 $@
fi

find ~david/Maildir -name dovecot-keywords | (
while read keywords; do

  DIR=`dirname $keywords`
  #echo $DIR &gt;&amp;2
  # XXX only supports 10 keywords
  CHAR=`awk '$2 == "Junk" { print $1; quit;  }' $keywords |
    tr '0-9' 'a-j'`

  if [ "$CHAR" ]; then
    find $DIR/cur $DIR/new -regex "[^,]*,[^,]*$CHAR.*" |
      xargs sa-learn --dbpath /var/lib/amavis/.spamassassin/ --spam
  fi

done
)
/etc/init.d/spamassassin reload</pre>
</blockquote>
<p>Helpful pages: <a href="http://wiki.dovecot.org/MailboxFormat/Maildir" onclick="pageTracker._trackPageview('/outgoing/wiki.dovecot.org/MailboxFormat/Maildir?referer=');">Maildir format used by Dovecot</a>, <a href="Spamassassin with amavis: Tips and tricks">Spamassassin with amavis: Tips and tricks</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.divideandconquer.se/2009/12/28/mark-as-junk-in-evolution-train-spamassassin-on-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PulseAudio support in Wine makes Spotify work better!</title>
		<link>http://www.divideandconquer.se/2009/12/07/pulseaudio-support-in-wine-makes-spotify-work-better/</link>
		<comments>http://www.divideandconquer.se/2009/12/07/pulseaudio-support-in-wine-makes-spotify-work-better/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 20:55:12 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Spotify]]></category>

		<guid isPermaLink="false">http://www.divideandconquer.se/?p=588</guid>
		<description><![CDATA[For various reasons (see bottom of WinePulse – PulseAudio for Wine) the main branch of Wine does not support PulseAudio. This makes Spotify under Wine misbehave a bit, but fortunately there is a solution! A person called Neil Wilson has been kind enough to provide PPA packages of Wine with the WinePulse patch. I&#8217;m installning [...]]]></description>
			<content:encoded><![CDATA[<p>For various reasons (see bottom of <a href="http://art.ified.ca/?page_id=40" onclick="pageTracker._trackPageview('/outgoing/art.ified.ca/?page_id=40&amp;referer=');">WinePulse – PulseAudio for Wine</a>) the main branch of Wine does not support PulseAudio. This makes <a href="http://www.spotify.com/en/help/faq/wine/" onclick="pageTracker._trackPageview('/outgoing/www.spotify.com/en/help/faq/wine/?referer=');">Spotify under Wine</a> misbehave a bit, but fortunately there is a solution! A person called Neil Wilson has been kind enough to provide <a href="https://launchpad.net/~neil-aldur/+archive/ppa" onclick="pageTracker._trackPageview('/outgoing/launchpad.net/_neil-aldur/+archive/ppa?referer=');">PPA packages of Wine with the WinePulse patch</a>. I&#8217;m installning this PPA on all my Ubuntu machines where me of my wife use Spotify.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.divideandconquer.se/2009/12/07/pulseaudio-support-in-wine-makes-spotify-work-better/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu upgrade behind firewall</title>
		<link>http://www.divideandconquer.se/2009/11/06/ubuntu-upgrade-behind-firewall/</link>
		<comments>http://www.divideandconquer.se/2009/11/06/ubuntu-upgrade-behind-firewall/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 07:59:54 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[Jaunty]]></category>
		<category><![CDATA[Karmic]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[Update Manager]]></category>
		<category><![CDATA[VirtualBox]]></category>

		<guid isPermaLink="false">http://www.divideandconquer.se/?p=576</guid>
		<description><![CDATA[I&#8217;m currently upgrading my Ubuntu-in-VirtualBox at work from Jaunty to Karmic, but at first it didn&#8217;t work at all. Update Manager got stuck when I clicked the &#8220;Upgrade&#8221; button.
Due to the Big Corporate Firewall all Internet access must go through the the Enterprisey Proxy so I immediately suspected a firewall/proxy issue. However, Update Manager, apt, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m currently upgrading my Ubuntu-in-VirtualBox at work from Jaunty to Karmic, but at first it didn&#8217;t work at all. Update Manager got stuck when I clicked the &#8220;Upgrade&#8221; button.</p>
<p>Due to the Big Corporate Firewall all Internet access must go through the the Enterprisey Proxy so I immediately suspected a firewall/proxy issue. However, Update Manager, apt, etc have worked fine for a long time, so it must be something upgrade-specific.</p>
<p>Some debugging and googling led me to the <a href="https://bugs.launchpad.net/ubuntu/karmic/+source/update-manager/+bug/446552" onclick="pageTracker._trackPageview('/outgoing/bugs.launchpad.net/ubuntu/karmic/+source/update-manager/+bug/446552?referer=');">url_downloadable ignores proxy settings</a> bug report. Maybe I should have <a href="https://bugs.launchpad.net/ubuntu/karmic/+source/update-manager/+bug/446552/comments/5" onclick="pageTracker._trackPageview('/outgoing/bugs.launchpad.net/ubuntu/karmic/+source/update-manager/+bug/446552/comments/5?referer=');">enabled jaunty-proposed</a> but to get going I simply applied the <a href="http://launchpadlibrarian.net/34695623/lala.diff" onclick="pageTracker._trackPageview('/outgoing/launchpadlibrarian.net/34695623/lala.diff?referer=');">attached patch</a> and was able to get started with the upgrade.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.divideandconquer.se/2009/11/06/ubuntu-upgrade-behind-firewall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Are you still using the old Java plugin for Firefox?</title>
		<link>http://www.divideandconquer.se/2009/11/04/are-you-still-using-the-old-java-plugin-for-firefox/</link>
		<comments>http://www.divideandconquer.se/2009/11/04/are-you-still-using-the-old-java-plugin-for-firefox/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 21:51:22 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.divideandconquer.se/?p=566</guid>
		<description><![CDATA[In about:plugins, what&#8217;s the filename of the Java plugin?
Is it libjavaplugin_oji.so? If so, you should update to the new Java plugin. Run:
sudo update-alternatives --config xulrunner-1.9-javaplugin.so
Now select  libnpjp2.so instead and restart Firefox.
Source: Out of date java 6 plugin installed.
]]></description>
			<content:encoded><![CDATA[<p>In about:plugins, what&#8217;s the filename of the Java plugin?</p>
<p>Is it <strong>libjavaplugin_oji.so</strong>? If so, you should update to the new Java plugin. Run:</p>
<p><code>sudo update-alternatives --config xulrunner-1.9-javaplugin.so</code></p>
<p>Now select  <strong>libnpjp2.so</strong> instead and restart Firefox.</p>
<p>Source: <a href="https://bugs.launchpad.net/ubuntu/+source/sun-java6/+bug/291135" onclick="pageTracker._trackPageview('/outgoing/bugs.launchpad.net/ubuntu/+source/sun-java6/+bug/291135?referer=');">Out of date java 6 plugin installed</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.divideandconquer.se/2009/11/04/are-you-still-using-the-old-java-plugin-for-firefox/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>TaskFreak hacking part 2: date format</title>
		<link>http://www.divideandconquer.se/2009/09/07/taskfreak-hacking-part-2-date-format/</link>
		<comments>http://www.divideandconquer.se/2009/09/07/taskfreak-hacking-part-2-date-format/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 14:17:10 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[taskfreak]]></category>

		<guid isPermaLink="false">http://www.divideandconquer.se/?p=537</guid>
		<description><![CDATA[My TaskFreak hacking goes on. In Sweden we often use ISO 8601 format for dates (year-month-day), but TaskFreak does not offer this out of the box.
Most date formatting comes from the DATE FORMATS section in include/config.php but even after changing these date formats I still don&#8217;t get all dates displayed as I would like.
For example, [...]]]></description>
			<content:encoded><![CDATA[<p>My <a href="http://www.divideandconquer.se/2009/08/27/taskfreak-hacking-changing-first-day-of-week-to-monday/">TaskFreak hacking</a> goes on. In Sweden we often use ISO 8601 format for dates (year-month-day), but TaskFreak does not offer this out of the box.</p>
<p>Most date formatting comes from the DATE FORMATS section in include/config.php but even after changing these date formats I still don&#8217;t get all dates displayed as I would like.</p>
<p>For example, the text box for the date when editing an item is using the TZN_DATE_FRM constant defined in include/classes/tzn_generic.php. There&#8217;s a pretty naïve comment in the source code, saying that there is a &#8220;US format&#8221; for dates and a &#8220;rest of the world&#8221; format. Fortunately (for the US), the rest of the world is not united in opposition.</p>
<p>To get the date format I wanted I changed the constant definition like this:</p>
<pre style="padding-left: 30px;">define("TZN_DATE_FRM","%Y-%m-%d");</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.divideandconquer.se/2009/09/07/taskfreak-hacking-part-2-date-format/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook mail servers blacklisted by Spamhaus XBL!</title>
		<link>http://www.divideandconquer.se/2009/09/04/facebook-mail-servers-blacklisted-by-spamhaus-xbl/</link>
		<comments>http://www.divideandconquer.se/2009/09/04/facebook-mail-servers-blacklisted-by-spamhaus-xbl/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 11:08:11 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[CBL]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[Spamhaus]]></category>
		<category><![CDATA[XBL]]></category>

		<guid isPermaLink="false">http://www.divideandconquer.se/?p=541</guid>
		<description><![CDATA[To be more exact, some Facebook mail servers are listed in the Composite Blocking List (CBL), including but probably not limited to these:

outmail002.ash1.tfbnw.net &#8211; 69.63.184.102
outmail004.ash1.tfbnw.net &#8211; 69.63.184.104
outmail007.ash1.tfbnw.net &#8211; 69.63.184.107
outmail009.ash1.tfbnw.net &#8211; 69.63.184.109
outmail110.ash1.tfbnw.net &#8211; 69.63.184.110

CBL is not very informative, but writes:
ATTENTION: If you are running IPSwitch Imail, or similar shared hosting software, please contact the CBL by [...]]]></description>
			<content:encoded><![CDATA[<p>To be more exact, some <a href="http://cbl.abuseat.org/lookup.cgi?ip=69.63.184.110" onclick="pageTracker._trackPageview('/outgoing/cbl.abuseat.org/lookup.cgi?ip=69.63.184.110&amp;referer=');">Facebook mail servers are listed in the Composite Blocking List (CBL)</a>, including but probably not limited to these:</p>
<ul>
<li>outmail002.ash1.tfbnw.net &#8211; 69.63.184.102</li>
<li>outmail004.ash1.tfbnw.net &#8211; 69.63.184.104</li>
<li>outmail007.ash1.tfbnw.net &#8211; 69.63.184.107</li>
<li>outmail009.ash1.tfbnw.net &#8211; 69.63.184.109</li>
<li>outmail110.ash1.tfbnw.net &#8211; 69.63.184.110</li>
</ul>
<p>CBL is not very informative, but writes:</p>
<blockquote><p>ATTENTION: If you are running IPSwitch Imail, or similar shared hosting software, please contact the CBL by email. If you are running Ensim, please read this for a workaround. Otherwise, this IP is infected with/emitting spamware/spamtrojan traffic and needs to be fixed.</p></blockquote>
<p>This will prevent me and others using sbl-xbl.spamhaus.org from receiving some Facebook e-mails. Good thing they are not so important! :-)</p>
<p><strong>Update</strong> This was corrected around midnight (UTC) between Saturday and Sunday.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.divideandconquer.se/2009/09/04/facebook-mail-servers-blacklisted-by-spamhaus-xbl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
