<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.1" -->
<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/"
	>

<channel>
	<title>trivia</title>
	<link>http://baldric.net</link>
	<description>another voice in the babble on the net</description>
	<pubDate>Tue, 02 Dec 2008 22:14:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>
	<language>en</language>
			<item>
		<title>gun, foot, shoot</title>
		<link>http://baldric.net/2008/09/25/gun-foot-shoot/</link>
		<comments>http://baldric.net/2008/09/25/gun-foot-shoot/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 10:45:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[security]]></category>

		<category><![CDATA[trivial musing]]></category>

		<guid isPermaLink="false">http://baldric.net/2008/09/25/gun-foot-shoot/</guid>
		<description><![CDATA[As a chartered member of the British Computer Society (BCS) I recently received through the post my voting forms for the 2008 AGM. The process gives me the option of voting electronically using a website run by Electoral Reform Services. My security codes (two separate numeric IDs, one of six characters, the other of four) [...]]]></description>
			<content:encoded><![CDATA[<p>As a chartered member of the British Computer Society (BCS) I recently received through the post my voting forms for the 2008 AGM. The process gives me the option of voting electronically using a website run by <a href="http://www.electoralreform.co.uk/">Electoral Reform Services</a>. My security codes (two separate numeric IDs, one of six characters, the other of four) were printed on my personalised letter from the Society. So far so dandy.</p>
<p>However, the following day I received an email from Electoral Reform Services giving me exactly the same information, together with the address of the webite where I may cast my votes.</p>
<p>Am I happy? Guess.</p>
]]></content:encoded>
			<wfw:commentRss>http://baldric.net/2008/09/25/gun-foot-shoot/feed/</wfw:commentRss>
		</item>
		<item>
		<title>webanalytics? just say no.</title>
		<link>http://baldric.net/2008/09/12/webanalytics-just-say-no/</link>
		<comments>http://baldric.net/2008/09/12/webanalytics-just-say-no/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 20:49:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[tips and tricks]]></category>

		<category><![CDATA[security]]></category>

		<category><![CDATA[linux and unix]]></category>

		<category><![CDATA[trivial musing]]></category>

		<guid isPermaLink="false">http://baldric.net/2008/09/12/webanalytics-just-say-no/</guid>
		<description><![CDATA[I have just built myself a new intel core 2 duo based machine to replace one of my older machines which was beginning to struggle under the load of video transcoding I was placing upon it. The new machine is based on an E8400 and is nice and shiny and fast. Because it is a [...]]]></description>
			<content:encoded><![CDATA[<p>I have just built myself a new intel core 2 duo based machine to replace one of my older machines which was beginning to struggle under the load of video transcoding I was placing upon it. The new machine is based on an E8400 and is nice and shiny and fast. Because it is a new build, I decided to install the OS and all my preferred applications, tools and utilities from scratch. Yes, I could have just copied my old setup, or at the least, my home directory and system configuration from my older machine, but I chose to do a completely new clean build on top of a clean install of ubuntu 8.04. I did this largely because my older system has been upgraded and &#8220;tweaked&#8221; so often I am no longer sure exactly what is on there or why. I <strong>am</strong> sure that it contains a lot of unnecessary cruft and I felt it was time for a clear out. A new build should ensure that I only installed what I actually needed. Of course I copied over my mail, bookmarks and other personal data, but the applications themselves I simply installed from new and then configured to my preferred standard. </p>
<p>Like most modern linux distros, Ubuntu is pretty secure straight out of the box. Gone are the (good old, bad old) days when umpteen unnecessary services were fired up by init or run out of inetd by default. But old habits die hard and I still like to check things over and stop/remove stuff I don&#8217;t want, or don&#8217;t trust. I also like to check outbound connections because a lot of programs these days have a habit of &#8220;calling home&#8221; - a habit I dislike. I noticed and cleared up one or two oddities I&#8217;d forgotten about (Ubuntu uses ntpdate to call a canonical server if ntpd is not configured for example. Since I use my own internal ntp server, this was easy to sort). However, after clearing, or identifying all other connections I was left with one outbound http connection I didn&#8217;t recognise, and worse, it was to a network I know to be untrustworthy. The connection was to 66.235.133.2. This machine is on the <a href="http://www.omniture.com/">omniture</a> network. Omniture is <a href="http://en.wikipedia.org/wiki/Omniture">notorious</a> for running the deeply suspicious <a href="http://www.guardian.co.uk/technology/2008/jan/03/adobe.apple">2o7.net</a>. Omniture market webanalytics services and are used by a whole range of (perfectly respectable) companies who pay them for web usage statistics. But omniture have never successfully <a href="http://www.omniture.com/en/privacy/2o7">explained</a> why they choose to use a domain name which looks like, but isn&#8217;t, a local RFC 1918 address from the 16 bit block (e.g. 192.168.112.207). I don&#8217;t trust them, and I didn&#8217;t like the fact that my shiny new machine was connecting to them. So what was responsible? And what to do?</p>
<p>Well, the &#8220;what to do&#8221; bit is easy - just blackhole the whole 66.235.128.0 - 66.235.159.255 network at my firewall. But that feels a bit OTT, even for me. A bit of thought, and a bit of digging gave me a better solution, and one which incidentally solves a range of related problems. What I actually needed was a way of preventing oubound connections to any hosts I don&#8217;t like or don&#8217;t trust. So long as the IP addresses of the hosts are not hard coded in the application (as sometimes happens in trojans) the classic way to do this is to simply map the hostname to the local loopback address in your hosts file. But this can become tedious. Fortunately, it turns out that a guy called Dan Pollock maintains a pretty comprehensive <a href="http://someonewhocares.org/hosts">hosts</a> file on-line at <a href="http://someonewhocares.org">someonewhocares.org</a>. Result. </p>
<p>Because I run my own local DNS server (DNSmasq on one of the slugs) it was easy for me to add Dan&#8217;s host file to my central hosts file. So now all my machines will routinely bin any attempted outbound connection to adservers, porn sites, or whatever in the list. The downside, of course, is that this is a bit of blunt instrument and may cause some difficulty with some sites (ebay for example). But I&#8217;m prepared to put up with that whilst I fine tune the list. I can also pull the list regularly and automatically via cron so that I stay up to date (but of course I won&#8217;t just blindly update my DNS, I&#8217;ll pull the file in for inspection and manual substitution&#8230;..).</p>
<p>So what was making the connection? Well it looks to me as if adobe is the culprit. I had installed the acroreader plugin for firefox.</p>
<p>Silly me. Must remember to avoid proprietary software.</p>
<p>(Oh, and you just have to love omniture&#8217;s <a href="http://www.112.2o7.net/optout.html">guidance</a> on how to opt-out of their aggregation and analysis. You have to install an opt-out cookie. Oh yes, indeedy, I&#8217;ll do that.) </p>
]]></content:encoded>
			<wfw:commentRss>http://baldric.net/2008/09/12/webanalytics-just-say-no/feed/</wfw:commentRss>
		</item>
		<item>
		<title>french slugs?</title>
		<link>http://baldric.net/2008/09/12/french-slugs/</link>
		<comments>http://baldric.net/2008/09/12/french-slugs/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 18:54:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[linux and unix]]></category>

		<category><![CDATA[trivial musing]]></category>

		<guid isPermaLink="false">http://baldric.net/2008/09/12/french-slugs/</guid>
		<description><![CDATA[In an earlier post I speculated that the CherryPal PC might be a possible option for users considering replacements for the slug. But that device has still yet to hit the streets and is beginning to look suspiciously like vapourware. However, linuxdevices, the site devoted to linux on embedded devices, wrote about the interesting looking [...]]]></description>
			<content:encoded><![CDATA[<p>In an earlier <a href="http://baldric.net/2008/07/26/replacement-for-the-slug/">post</a> I speculated that the CherryPal PC might be a possible option for users considering replacements for the slug. But that device has still yet to hit the streets and is beginning to look suspiciously like vapourware. However, <a href="http://www.linuxdevices.com">linuxdevices</a>, the site devoted to linux on embedded devices, wrote about the interesting looking french made linutop some months back. The linutop <a href="http://www.linutop.com">site</a> looks to me as if it is actually taking orders. </p>
<p><a href='http://baldric.net/__oneclick_uploads/2008/09/linutop2-sides.jpg' title='linutop'><img src='http://baldric.net/__oneclick_uploads/2008/09/linutop2-sides.jpg' alt='linutop' /></a></p>
<p>Now if they could just ship one with two ethernet ports, it might make a good base for a firewall.</p>
]]></content:encoded>
			<wfw:commentRss>http://baldric.net/2008/09/12/french-slugs/feed/</wfw:commentRss>
		</item>
		<item>
		<title>chrome *can* get rusty</title>
		<link>http://baldric.net/2008/09/08/chrome-can-get-rusty/</link>
		<comments>http://baldric.net/2008/09/08/chrome-can-get-rusty/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 14:59:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[trivial musing]]></category>

		<guid isPermaLink="false">http://baldric.net/2008/09/08/chrome-can-get-rusty/</guid>
		<description><![CDATA[Amidst all the hype and hullabaloo about Google&#8217;s chrome, el reg tells it like it is. Yes, &#8220;it&#8217;s a f***ing web browser&#8221;.
You just have to love the reg.
]]></description>
			<content:encoded><![CDATA[<p>Amidst all the hype and hullabaloo about Google&#8217;s chrome, <a href="http://www.theregister.co.uk/2008/09/08/dziuba_chrome/">el reg</a> tells it like it is. Yes, &#8220;it&#8217;s a f***ing web browser&#8221;.</p>
<p>You just have to love the reg.</p>
]]></content:encoded>
			<wfw:commentRss>http://baldric.net/2008/09/08/chrome-can-get-rusty/feed/</wfw:commentRss>
		</item>
		<item>
		<title>where did my bandwidth go?</title>
		<link>http://baldric.net/2008/08/20/where-did-my-bandwidth-go/</link>
		<comments>http://baldric.net/2008/08/20/where-did-my-bandwidth-go/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 20:10:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[tips and tricks]]></category>

		<category><![CDATA[linux and unix]]></category>

		<category><![CDATA[trivial musing]]></category>

		<guid isPermaLink="false">http://baldric.net/2008/08/20/where-did-my-bandwidth-go/</guid>
		<description><![CDATA[Have you ever wondered what was eating your network? Would you like to be able to check exactly which application was responsible for that sudden spike in outbound traffic? NetHogs might help. This neat little utility calls itself a &#8220;small &#8216;net top&#8217; tool&#8221;, and that is exactly what it is. NetHogs groups bandwidth usage by [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever wondered what was eating your network? Would you like to be able to check exactly which application was responsible for that sudden spike in outbound traffic? <a href="http://nethogs.sourceforge.net/">NetHogs</a> might help. This neat little utility calls itself a &#8220;small &#8216;net top&#8217; tool&#8221;, and that is exactly what it is. NetHogs groups bandwidth usage by PID so you can immediately see which application is responsible and take whatever action you deem appropriate. </p>
<p>Recommended. </p>
<p>(Oh, and if you want a nice graphical representation of the connections your PC is making whilst you are using it, I recommend you install <a href="http://etherape.sourceforge.net">etherape</a>. It can be a highly educational (not to say scary) experience to leave etherape running whilst you fire up your browser. You will find that your PC is making HTTP connections all over the place. Now try leaving it running whilst you are not doing anything and watch what happens.)  </p>
]]></content:encoded>
			<wfw:commentRss>http://baldric.net/2008/08/20/where-did-my-bandwidth-go/feed/</wfw:commentRss>
		</item>
		<item>
		<title>trusting DNS</title>
		<link>http://baldric.net/2008/08/10/trusting-dns/</link>
		<comments>http://baldric.net/2008/08/10/trusting-dns/#comments</comments>
		<pubDate>Sun, 10 Aug 2008 20:28:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[security]]></category>

		<category><![CDATA[linux and unix]]></category>

		<category><![CDATA[trivial musing]]></category>

		<guid isPermaLink="false">http://baldric.net/2008/08/10/trusting-dns/</guid>
		<description><![CDATA[Dan Kaminsky has (quite rightly) been hitting the press a lot in the weeks since 8 July when he announced the work done to fix a flaw he had discovered in DNS. The vulnerability itself was new, but its impact (cache poisoning) was not. Indeed, we&#8217;ve known about the dangers of poisoned DNS caches for [...]]]></description>
			<content:encoded><![CDATA[<p>Dan Kaminsky has (quite rightly) been hitting the press a lot in the weeks since 8 July when he <a href="http://www.doxpara.com/?p=1162">announced</a> the work done to fix a flaw he had discovered in DNS. The <a href="http://www.unixwiz.net/techtips/iguide-kaminsky-dns-vuln.html">vulnerability</a> itself was new, but its impact (cache poisoning) was not. Indeed, we&#8217;ve known about the dangers of poisoned DNS caches for some years now. Kaminsky originally took a lot of flak about his announcement, its timing (to coincide with Microsoft&#8217;s &#8220;patch tuesday&#8221;), his reluctance to discuss details (&#8221;trust me, it&#8217;s dangerous. I&#8217;ll tell you all about it later&#8221;) and his apparent willingness to &#8220;talk up&#8221; the issue with the non-specialist press. But all that aside, he deserves immense credit for highlighting the flaw and herding all the cats necessary to get vendors on board to create patches. He has also since been as good as his word and described the problem in detail. </p>
<p>However, I have a big problem with one of his blog entries: <a href="http://www.doxpara.com/?p=1165">&#8220;Here comes the cavalry&#8221;</a> where he says &#8220;Note, if you must forward, it’s most secure to do so to a name server that’s still on your network but happens to be patched — but in a pinch, you’re much better off forwarding to <a href="http://www.opendns.com/">OpenDNS</a> or another free and patched name service provider than going direct (and insecure).&#8221;</p>
<p>In my view, this is hugely ironic. Cache poisoning means that you cannot trust the answer your DNS server provides. I do not trust the answer OpenDNS provides. OpenDNS violates principles which in my view are essential to an open, transparent and trustworthy network. They hijack queries and give incorrect answers. For example, they do not reply with NXDOMAIN to a query for a non-existent host or domain. They also hijack queries aimed specifically at Google. See the dig queries below for examples.</p>
<p>I first came across OpenDNS when I installed <a href="http://www.packetprotector.org/">packetprotector</a> on an Asus wireless router I was playing with. OpenDNS servers were hardwired as the default DNS hosts in that package. I run my own dns internally using <a href="http://www.thekelleys.org.uk/dnsmasq/doc.html">DNSmasq</a> and the hosts file on that system contains the private addresses of my internal servers on my network. Imagine my surprise then, when during testing, I pinged one of my internal hosts from the Asus only to get a response back from a server with the address &#8220;208.69.34.132&#8243;. <strong>This should not happen. It is a bad thing (TM)</strong>, regardless of how OpenDNS may attempt to portray this as &#8220;helping&#8221; the community. </p>
<p>In a <a href="http://blog.opendns.com/2007/05/22/google-turns-the-page/">discussion</a> about Google&#8217;s toolbar, David Ulevitch of OpenDNS said, &#8220;The solution to this problem was to route Google requests through a machine we run to check if the request is a typo or one of your shortcuts. If it is a typo or shortcut then we do what we always do, just fix the typo or launch your shortcut and send you off on your way. If it’s not one of those two things, we pass it on to Google for them to give you search results. This solution provides the best of both worlds: OpenDNS users get back the features that they love and Google continues to operate without problems.&#8221;</p>
<p><strong>Wrong.</strong> I do not want some third party fiddling with my DNS requests on the spurious grounds that I may have mistyped some hostname. </p>
<p>Make up your own mind. There is extensive discussion about OpenDNS on-line. See in particular the commentary at <a href="http://www.the-scream.co.uk/forums/t26751.html">the scream</a>  and on <a href="http://en.wikipedia.org/wiki/Talk:OpenDNS">wikipedia</a>. Personally, I prefer to use my ISP&#8217;s DNS servers. I have a contractual relationship with them and I can therefore expect them to provide me with a service which works, and is trustworthy (for some definition of &#8220;trust&#8221;). Oh, and they patched their DNS servers very, very, quickly.</p>
<p>Now some sample dig results:</p>
<p>First using my default (DNSmasq forwarding to my ISP)</p>
<p>mick@slug:~$  dig www.google.com </p>
<p>; <<>> DiG 9.4.2-P1 <<>> www.google.com<br />
;; global options:  printcmd<br />
;; Got answer:<br />
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 47551<br />
;; flags: qr rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 7, ADDITIONAL: 0</p>
<p>;; QUESTION SECTION:<br />
;www.google.com.			IN	A</p>
<p>;; ANSWER SECTION:<br />
www.google.com.		604798	IN	CNAME	www.l.google.com.<br />
www.l.google.com.	299	IN	A	216.239.59.104<br />
www.l.google.com.	299	IN	A	216.239.59.147<br />
www.l.google.com.	299	IN	A	216.239.59.99<br />
www.l.google.com.	299	IN	A	216.239.59.103</p>
<p>;; AUTHORITY SECTION:<br />
l.google.com.		86397	IN	NS	e.l.google.com.<br />
l.google.com.		86397	IN	NS	a.l.google.com.<br />
l.google.com.		86397	IN	NS	c.l.google.com.<br />
l.google.com.		86397	IN	NS	d.l.google.com.<br />
l.google.com.		86397	IN	NS	b.l.google.com.<br />
l.google.com.		86397	IN	NS	g.l.google.com.<br />
l.google.com.		86397	IN	NS	f.l.google.com.</p>
<p>;; Query time: 30 msec<br />
;; SERVER: 192.168.10.10#53(192.168.10.10)<br />
;; WHEN: Sat Jul 26 18:03:08 2008<br />
;; MSG SIZE  rcvd: 228</p>
<p>Now use openDNS</p>
<p>mick@slug:~$ dig www.google.com @208.67.222.222</p>
<p>; <<>> DiG 9.4.2-P1 <<>> www.google.com @208.67.222.222<br />
;; global options:  printcmd<br />
;; Got answer:<br />
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 40840<br />
;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 0</p>
<p>;; QUESTION SECTION:<br />
;www.google.com.			IN	A</p>
<p>;; ANSWER SECTION:<br />
www.google.com.		30	IN	CNAME	google.navigation.opendns.com.<br />
google.navigation.opendns.com. 30 IN	A	208.69.34.230<br />
google.navigation.opendns.com. 30 IN	A	208.69.34.231</p>
<p>;; Query time: 19 msec<br />
;; SERVER: 208.67.222.222#53(208.67.222.222)<br />
;; WHEN: Sat Jul 26 18:04:54 2008<br />
;; MSG SIZE  rcvd: 104</p>
<p>Are you happy with that?</p>
]]></content:encoded>
			<wfw:commentRss>http://baldric.net/2008/08/10/trusting-dns/feed/</wfw:commentRss>
		</item>
		<item>
		<title>replacement for the slug?</title>
		<link>http://baldric.net/2008/07/26/replacement-for-the-slug/</link>
		<comments>http://baldric.net/2008/07/26/replacement-for-the-slug/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 19:24:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[linux and unix]]></category>

		<category><![CDATA[trivial musing]]></category>

		<guid isPermaLink="false">http://baldric.net/2008/07/26/replacement-for-the-slug/</guid>
		<description><![CDATA[I noted in an earlier post that Linksys were ceasing production of the NSLU2. There are now a variety of NAS systems coming onto the market which might make good replacements - but most of them look expensive when compared to the slug.  However I&#8217;ve just seen a review of a box which looks [...]]]></description>
			<content:encoded><![CDATA[<p>I noted in an earlier <a href="http://baldric.net/2008/07/09/slugs-are-history/">post</a> that Linksys were ceasing production of the NSLU2. There are now a variety of NAS systems coming onto the market which might make good replacements - but most of them look expensive when compared to the slug.  However I&#8217;ve just seen a review of a box which looks as if it might be just up my street - the oddly named CherryPal PC, based on Freescale&#8217;s MPC5121e mobileGT processor. </p>
<p><a href='http://baldric.net/__oneclick_uploads/2008/07/cherrypal-pc.jpg' title='CherryPal PC'><img src='http://baldric.net/__oneclick_uploads/2008/07/cherrypal-pc.jpg' alt='CherryPal PC' /></a></p>
<p>The specs look very interesting - indeed, if the press release at <a href="http://www.marketwatch.com/news/story/cherrypal-launch-two-watt-pc-using/story.aspx?guid={1510FBC5-CFF4-4082-9397-DCEFB68FC659}">Marketwatch.com</a> is to be believed, the box has &#8220;256GB of DDR2 DRAM&#8221; to go with the 800 MIPS Freescale&#8217;s MPC5121e processor.</p>
<p>Methinks this may be a typo.</p>
]]></content:encoded>
			<wfw:commentRss>http://baldric.net/2008/07/26/replacement-for-the-slug/feed/</wfw:commentRss>
		</item>
		<item>
		<title>implementing mailman and postfix with lighttpd on debian</title>
		<link>http://baldric.net/2008/07/22/implementing-mailman-and-postfix-with-lighttpd-on-debian/</link>
		<comments>http://baldric.net/2008/07/22/implementing-mailman-and-postfix-with-lighttpd-on-debian/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 12:30:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[tips and tricks]]></category>

		<category><![CDATA[security]]></category>

		<category><![CDATA[linux and unix]]></category>

		<guid isPermaLink="false">http://baldric.net/2008/07/22/implementing-mailman-and-postfix-with-lighttpd-on-debian/</guid>
		<description><![CDATA[I recently needed to set up a mailing list for a group of friends (my bike club). I had become tired of mail bounces and failures because we were all relying on an out of date list of addresses originally cobbled together by one member. That list of addresses was routinely used in &#8220;reply all&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>I recently needed to set up a mailing list for a group of friends (my bike club). I had become tired of mail bounces and failures because we were all relying on an out of date list of addresses originally cobbled together by one member. That list of addresses was routinely used in &#8220;reply all&#8221; messages to others about forthcoming social events. An obvious improvement would be a mail list - ideally one which members could manage themselves. I originally looked at using a quick and dirty system using a mail forwarding mechanism which would simply explode mail sent to one address to the complete list of aliases (I can be lazy). However I discovered that neither my mail/web provider, nor my ISP really offered this facility in quite the way I wanted it. So, an obvious way forward would be do it myself using a <a href="http://baldric.net/2008/04/07/slugs-as-pets/">slug.</a> </p>
<p>I&#8217;ve used <a href="http://www.list.org">mailman</a> in the past and knew it offered everything I wanted (including a web interface for membership management and access to archived messages), but I don&#8217;t (or rather didn&#8217;t) run a mail server on my home network. So that had to be fixed first. The necessary ingredients for the list management were: mailman itself; an MTA (I chose <a href="http://www.postfix.org">postfix</a> because I know it, like it and find the default debian exim unnecessarily complicated); and a webserver (I was already running <a href="http://www.lighttpd.net">lighttpd</a> on both slugs because it performs better than apache on low memory machines). I also wanted to use SSL encryption on the webserver to preserve password integrity (but not to authenticate the webserver itself).</p>
<p>There were a number of steps required to get this all working to my satisfaction. These were:</p>
<p>Step 1 - <a href="http://baldric.net/upstream-authentication-with-tls-on-postfix/">upstream SMTP authentication using TLS with postfix;</a><br />
Step 2 - <a href="http://baldric.net/mailman-with-postfix/">getting a mailman listserver running with postfix;</a><br />
Step 3 - <a href="http://baldric.net/mailman-with-lighttpd-and-ssl/">configuring lighttpd with SSL for mailman;</a><br />
Step 4 - <a href="http://baldric.net/allowing-users-in/">putting it all together and letting the world in.</a> </p>
<p>It all worked, but the main drawback turned out to be the performance of the slug when running mailman. The combination of SSL encryption and mailman python scripts is too big a hit for a device with only 32 Mb of RAM. It would be perfectly feasible to run mailman on the slug if we limited ourselves to management by email alone (i.e. ignore the web management interface). But doing this would severely limit its functionality and in such case we might as well look at alternative <a href="http://www.faqs.org/faqs/mail/list-admin/software-faq/">list managers</a> such as Majordomo or Listproc. In the end, the attractiveness of mailman&#8217;s web interface meant that I moved it all off the slug and onto a more powerful platform (also running debian). Nevertheless, the documentation here may be of use to anyone considering a mailman install with postfix and lighttpd on any linux distro. The notes on SSL usage at <a href="http://baldric.net/mailman-with-lighttpd-and-ssl/">step 3</a> can, of course, also be applied (with suitable modification) to apache or any other webserver supporting SSL certificates. </p>
]]></content:encoded>
			<wfw:commentRss>http://baldric.net/2008/07/22/implementing-mailman-and-postfix-with-lighttpd-on-debian/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ooops</title>
		<link>http://baldric.net/2008/07/16/ooops/</link>
		<comments>http://baldric.net/2008/07/16/ooops/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 11:51:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[linux and unix]]></category>

		<category><![CDATA[trivial musing]]></category>

		<guid isPermaLink="false">http://baldric.net/2008/07/16/ooops/</guid>
		<description><![CDATA[An apt-get dist-upgrade (to bring the kernel up to date and install some new patches) on the slugs killed the webcam. Of course I should have remembered that the gspca module was built against the old kernel and might fail. One quick &#8220;m-a auto-install gspca&#8221; later and all is working again.
Of course the kernel update [...]]]></description>
			<content:encoded><![CDATA[<p>An apt-get dist-upgrade (to bring the kernel up to date and install some new patches) on the slugs killed the webcam. Of course I should have remembered that the gspca module was built against the old kernel and might fail. One quick &#8220;m-a auto-install gspca&#8221; later and all is working again.</p>
<p>Of course the kernel update required a reboot so my uptime is now back to zero, but security is more important than a long running time.</p>
]]></content:encoded>
			<wfw:commentRss>http://baldric.net/2008/07/16/ooops/feed/</wfw:commentRss>
		</item>
		<item>
		<title>slugs are history</title>
		<link>http://baldric.net/2008/07/09/slugs-are-history/</link>
		<comments>http://baldric.net/2008/07/09/slugs-are-history/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 16:43:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[linux and unix]]></category>

		<category><![CDATA[trivial musing]]></category>

		<guid isPermaLink="false">http://baldric.net/2008/07/09/slugs-are-history/</guid>
		<description><![CDATA[Jim Buzbee, of batbox fame and one of the original NSLU2 hackers, apparently gave a presentation about the history of slug hacking at the Boulder Linux Users Group. A PDF copy of his presentation can be found  on his batbox.org site. 
Jim also notes that Linkys are ending production of the NSLU2 after four [...]]]></description>
			<content:encoded><![CDATA[<p>Jim Buzbee, of batbox fame and one of the original NSLU2 hackers, apparently gave a presentation about the history of slug hacking at the Boulder Linux Users Group. A PDF copy of his presentation can be found  on his <a href="http://www.batbox.org/IsThataLampInYourPocket.pdf">batbox.org</a> site. </p>
<p>Jim also notes that Linkys are ending production of the NSLU2 after four years of life. Better get your hands on a few now before they all disappear - or end up at twice the price on ebay.</p>
]]></content:encoded>
			<wfw:commentRss>http://baldric.net/2008/07/09/slugs-are-history/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
