<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>unsigned long geek = random(); &#187; Internet</title>
	<atom:link href="http://mjturner.net/blog/archives/category/internet/feed/" rel="self" type="application/rss+xml" />
	<link>http://mjturner.net/blog</link>
	<description>Michael-John Turner: Musings from a random UNIX geek</description>
	<lastBuildDate>Fri, 12 Jun 2009 22:28:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
		<item>
		<title>Build a better mail server with NetBSD, part 2</title>
		<link>http://mjturner.net/blog/archives/2007/07/18/build-a-better-mail-server-with-netbsd-part-2/</link>
		<comments>http://mjturner.net/blog/archives/2007/07/18/build-a-better-mail-server-with-netbsd-part-2/#comments</comments>
		<pubDate>Wed, 18 Jul 2007 08:06:45 +0000</pubDate>
		<dc:creator>Michael-John Turner</dc:creator>
				<category><![CDATA[*BSD]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://weblogs.turner.org.za/mj/archives/2007/07/18/build-a-better-mail-server-with-netbsd-part-2/</guid>
		<description><![CDATA[In the first part of this short series, I detailed the reasoning behind my need for a new mail server. In this second part, I&#8217;m going to detail my mail architecture as well as the software choices I made and why.
All mail for my various domains is delivered to the primary MX, which is a [...]]]></description>
			<content:encoded><![CDATA[<p>In the <a href="http://weblogs.turner.org.za/mj/archives/2007/05/14/build-a-better-mail-server-with-netbsd-part-1/">first part</a> of this short series, I detailed the reasoning behind my need for a new mail server. In this second part, I&#8217;m going to detail my mail architecture as well as the software choices I made and why.</p>
<p>All mail for my various domains is delivered to the primary MX, which is a hosted server sitting in the US running <a href="http://www.debian.org">Debian GNU/Linux</a> (unfortunately my hosting provider doesn&#8217;t support NetBSD). It runs <a href="http://www.postfix.org">postfix</a> and makes use of a variety of checks within postfix itself as well as <a href="http://postgrey.schweikert.ch/">postgrey</a> for greylisting. I use a fairly conservative list of RBLs and, in conjunction with greylisting, they stop most spam from being accepted. Why postfix? Well, I stopped using sendmail over ten years ago, and although I&#8217;ve had good results with <a href="http://www.exim.org">Exim</a> in the past, these days I&#8217;m just most comfortable with postfix and it suits my needs perfectly.</p>
<p>The RBLs I use:</p>
<ul>
<li>zen.spamhaus.org</li>
<li>cbl.abuseat.org</li>
<li>list.dsbl.org</li>
</ul>
<p>Once mail has been received by my primary MX, it is delivered to local mailboxes, one per user. None of the users read their mail from the US server, however. All the mail is downloaded to the local mail server via SSL-secured POP3 and accessed here, either locally or via IMAP. The local mail server is a Sun Ultra 2 running NetBSD/sparc64 3.1_STABLE.</p>
<p>Software I&#8217;m using on the local mail server:</p>
<ul>
<li>postfix</li>
<li><a href="http://www.dovecot.org">dovecot</a> for IMAP (over SSL) access. There are a number of IMAP/POP3 servers available, but I chose Dovecot because of its clean design, good security record and flexible support for mail storage, amongst other things.</li>
<li><a href="http://www.ijs.si/software/amavisd/">amavisd-new</a> with <a href="http://spamassassin.apache.org/">spamassasin</a> (with razor and Bayesian filtering enabled) and <a href="http://www.clamav.net/">clamav</a> for content filtering</li>
<li><a href="http://pyropus.ca/software/getmail/">getmail</a> to download mail from the US server</li>
<li><a href="http://mailgraph.schweikert.ch/">mailgraph</a> for simple reporting</li>
</ul>
<p>All of the above are available in pkgsrc. As I have already done any RBL-based checks on the MX, I don&#8217;t do any of them locally.<br />
<!--pp-thumb-start--><!--PictPress found no dir /home/www/weblogs.turner.org.za/mj/images//2007/07/build-a-better-mail-server-with-netbsd-part-2--><!--pp-thumb-end--></p>
]]></content:encoded>
			<wfw:commentRss>http://mjturner.net/blog/archives/2007/07/18/build-a-better-mail-server-with-netbsd-part-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Build a better mail server with NetBSD, part 1</title>
		<link>http://mjturner.net/blog/archives/2007/05/14/build-a-better-mail-server-with-netbsd-part-1/</link>
		<comments>http://mjturner.net/blog/archives/2007/05/14/build-a-better-mail-server-with-netbsd-part-1/#comments</comments>
		<pubDate>Mon, 14 May 2007 10:31:31 +0000</pubDate>
		<dc:creator>Michael-John Turner</dc:creator>
				<category><![CDATA[*BSD]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://weblogs.turner.org.za/mj/archives/2007/05/14/build-a-better-mail-server-with-netbsd-part-1/</guid>
		<description><![CDATA[I&#8217;ve been using basically the same approach for my personal mail for over twelve years &#8211; a curses-based client (currently ]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using basically the same approach for my personal mail for over twelve years &#8211; a curses-based <a href="http://en.wikipedia.org/wiki/Mail_user_agent">client</a> (currently <a href="http://www.mutt.org"/">mutt</a>), mail storage in <a href="http://en.wikipedia.org/wiki/Mbox">mbox</a> format and reading my mail on the mail server itself, logged in via ssh. As can well be imagined, it&#8217;s starting to get a little long in the tooth:</p>
<ul>
<li>The mbox format has a number of limitations (locking, performance, etc), although it is convenient to have a mail folder housed in a single file. Using mbox format also prevents me from using a client that doesn&#8217;t support it.</li>
<li>I have no convenient external access to my mail &#8211; if I&#8217;m not with a laptop, trying to read mail via an ssh connection from a mobile phone is rather uncomfortable.</li>
</ul>
<p>To finally move into the 21st century, over the past few weeks I&#8217;ve put in place a new <a href="http://sunsolve.sun.com/handbook_pub/Systems/U2/U2.html">Sun Ultra 2</a> mail server, running <a href="http://www.netbsd.org">NetBSD</a>/<a href="http://www.netbsd.org/Ports/sparc64/">sparc64</a>. Over the next few days I&#8217;ll be discussing the configuration of the new server, focusing in particular on some of the challenges faced when using a slightly, er, unusual platform.</p>
<p><!--pp-thumb-start--><!--PictPress found no dir /home/www/weblogs.turner.org.za/mj/images//2007/05/build-a-better-mail-server-with-netbsd-part-1--><!--pp-thumb-end--></p>
]]></content:encoded>
			<wfw:commentRss>http://mjturner.net/blog/archives/2007/05/14/build-a-better-mail-server-with-netbsd-part-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>fetchmail configuration syntax sucks</title>
		<link>http://mjturner.net/blog/archives/2007/05/09/fetchmail-configuration-syntax-sucks/</link>
		<comments>http://mjturner.net/blog/archives/2007/05/09/fetchmail-configuration-syntax-sucks/#comments</comments>
		<pubDate>Wed, 09 May 2007 12:20:00 +0000</pubDate>
		<dc:creator>Michael-John Turner</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://weblogs.turner.org.za/mj/archives/2007/05/09/fetchmail-configuration-syntax-sucks/</guid>
		<description><![CDATA[As part of my mail server rebuild (to be discussed in a future series of posts), I&#8217;ve been upgrading some of my mail system configuration files. One of them is fetchmail.conf, the configuration file for fetchmail, which I use to fetch mail from my mail server. It required a few changes after the upgrade to [...]]]></description>
			<content:encoded><![CDATA[<p>As part of my mail server rebuild (to be discussed in a future series of posts), I&#8217;ve been upgrading some of my mail system configuration files. One of them is fetchmail.conf, the configuration file for <a href="http://catb.org/~esr/fetchmail/">fetchmail</a>, which I use to fetch mail from my mail server. It required a few changes after the upgrade to version 6.3.8 and a few changes in my environment.</p>
<p>A snippet from my updated configuration file:
<pre>
        username user1 with password "pass1" is user1 here ssl fetchall
                sslfingerprint "BA:34:74:B6:7F:EF:A7:88:7C:7A:D1:8B:79:C5:10:D9"
                sslcertpath /etc/openssl/certs
                smtphost mail.relay.co.za
        username user2 with password "pass2" is user2 here ssl fetchall
                sslfingerprint "BA:34:74:B6:7F:EF:A7:88:7C:7A:D1:8B:79:C5:10:D9"
                sslcertpath /etc/openssl/certs
                smtphost mail.relay.co.za</pre>
<p>Now, why on earth does one have to specify an SSL fingerprint, certificate path and mail server for each user? Wouldn&#8217;t it make more sense to have a global default and individual overrides where necessary? Chalk this up as another reason why I should move to <a href="http://pyropus.ca/software/getmail/">getmail</a>. Yes, I know I could add the functionality myself, but I really do need to move away from using <a href="http://docs.freebsd.org/cgi/getmsg.cgi?fetch=585008+0+archive/2001/freebsd-arch/20010218.freebsd-arch">an abomination before God</a> to fetch my mail.</p>
<p>Note to self: this is the second &#8220;sucks&#8221; post in two days. Must remember to be more positive.<!--pp-thumb-start--><!--PictPress found no dir /home/www/weblogs.turner.org.za/mj/images//2007/05/fetchmail-configuration-syntax-sucks--><!--pp-thumb-end--></p>
]]></content:encoded>
			<wfw:commentRss>http://mjturner.net/blog/archives/2007/05/09/fetchmail-configuration-syntax-sucks/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Greylisting sucks</title>
		<link>http://mjturner.net/blog/archives/2007/05/08/greylisting-sucks/</link>
		<comments>http://mjturner.net/blog/archives/2007/05/08/greylisting-sucks/#comments</comments>
		<pubDate>Tue, 08 May 2007 06:16:50 +0000</pubDate>
		<dc:creator>Michael-John Turner</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://weblogs.turner.org.za/mj/archives/2007/05/08/greylisting-sucks/</guid>
		<description><![CDATA[&#8230; when you&#8217;re on the receiving end of it

776354139      2946 Tue May  8 07:06:14  mj@turner.org.za
(host mail.netbsd.org[204.152.190.11] said: 450
: Recipient address rejected: Greylisting in action, please try later (in reply to RCPT TO command))
                [...]]]></description>
			<content:encoded><![CDATA[<p>&#8230; when you&#8217;re on the receiving end of it</p>
<p><code><br />
776354139      2946 Tue May  8 07:06:14  mj@turner.org.za<br />
(host mail.netbsd.org[204.152.190.11] said: 450
<port -sparc64@netbsd.org>: Recipient address rejected: Greylisting in action, please try later (in reply to RCPT TO command))<br />
                                         port-sparc64@netbsd.org
</port></code></p>
<p>But seriously, although there are some valid criticisms of <a href="http://en.wikipedia.org/wiki/Greylisting">greylisting</a>, it&#8217;s very effective at reducing spam, albeit at the cost of mail server and network resources. I just wish more mailing lists would make use of it &#8211; most of the spam I get these days is from lists that don&#8217;t have adequate anti-spam measures in place (Debian, FreeBSD and OpenBSD lists I&#8217;m looking to you!).<!--pp-thumb-start--><!--PictPress found no dir /home/www/weblogs.turner.org.za/mj/images//2007/05/greylisting-sucks--><!--pp-thumb-end--></p>
]]></content:encoded>
			<wfw:commentRss>http://mjturner.net/blog/archives/2007/05/08/greylisting-sucks/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Spanning Sync 1.0 available</title>
		<link>http://mjturner.net/blog/archives/2007/03/14/spanning-sync-10-available/</link>
		<comments>http://mjturner.net/blog/archives/2007/03/14/spanning-sync-10-available/#comments</comments>
		<pubDate>Wed, 14 Mar 2007 09:52:09 +0000</pubDate>
		<dc:creator>Michael-John Turner</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://weblogs.turner.org.za/mj/archives/2007/03/14/spanning-sync-10-available/</guid>
		<description><![CDATA[Spanning Sync is finally out of beta and release 1.0 is available. They&#8217;ve adopted both an annual ($25) and once-off pricing model ($65).
In the few days I&#8217;ve been using it, I&#8217;ve been very impressed with the product. If you&#8217;re still fighting with synchronising calendars between devices, sharing calendars with others, etc. give it a try [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://spanningsync.com/">Spanning Sync</a> is finally out of beta and release 1.0 is available. They&#8217;ve adopted both an annual ($25) and once-off pricing model ($65).</p>
<p>In the few days <a href="http://weblogs.turner.org.za/mj/archives/2007/03/12/calendar-synchronisation-with-ical-spanning-sync-and-google-calendar/">I&#8217;ve been using it</a>, I&#8217;ve been very impressed with the product. If you&#8217;re still fighting with synchronising calendars between devices, sharing calendars with others, etc. give it a try &#8211; the combination of Spanning Sync and Google Calendar seems to be a winner.<br />
<!--pp-thumb-start--><!--PictPress found no dir /home/www/weblogs.turner.org.za/mj/images//2007/03/spanning-sync-10-available--><!--pp-thumb-end--></p>
]]></content:encoded>
			<wfw:commentRss>http://mjturner.net/blog/archives/2007/03/14/spanning-sync-10-available/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Calendar synchronisation with iCal, Spanning Sync and Google Calendar</title>
		<link>http://mjturner.net/blog/archives/2007/03/12/calendar-synchronisation-with-ical-spanning-sync-and-google-calendar/</link>
		<comments>http://mjturner.net/blog/archives/2007/03/12/calendar-synchronisation-with-ical-spanning-sync-and-google-calendar/#comments</comments>
		<pubDate>Mon, 12 Mar 2007 19:39:05 +0000</pubDate>
		<dc:creator>Michael-John Turner</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://weblogs.turner.org.za/mj/archives/2007/03/12/calendar-synchronisation-with-ical-spanning-sync-and-google-calendar/</guid>
		<description><![CDATA[Over the years I&#8217;ve tried various approaches to try and synchronise calendars between the various electronic devices I use &#8211; laptop, home workstation, mobile phone and PDA. None of the approaches have been ideal because they&#8217;ve either required me to use applications I don&#8217;t want to (Outlook, for example) or they&#8217;ve required me to change [...]]]></description>
			<content:encoded><![CDATA[<p>Over the years I&#8217;ve tried various approaches to try and synchronise calendars between the various electronic devices I use &#8211; laptop, home workstation, mobile phone and PDA. None of the approaches have been ideal because they&#8217;ve either required me to use applications I don&#8217;t want to (Outlook, for example) or they&#8217;ve required me to change the way I work.</p>
<p>The ideal solution would be for me to be able to maintain my appointments and tasks in whichever calendar is easiest to use at the time &#8211; typically my mobile phone&#8217;s calendar when I&#8217;m in meetings, <a href="http://www.google.com/calendar">Google Calendar</a> when I&#8217;m at my desk and have access to the web and <a href="http://www.apple.com/ical/">iCal</a> when I&#8217;m at home. Anything I maintain in one calendar must be visible in the others.</p>
<p>Yesterday I finally got around to giving the combination of Google Calendar, iCal and <a href="http://spanningsync.com/">Spanning Sync</a> a try. My impressions so far? Definitely favourable. I&#8217;ve setup calendars in Google Calendar to match my iCal configuration, but I&#8217;ve also had to create iCal calendars for each of the public calendars I access in Google (see the screenshot below). Once that&#8217;s done, it&#8217;s a matter of synchronising Google Calendar and iCal using Spanning Sync and iCal and my mobile phone using iSync. Heck, if a Unix geek can do it, anyone can <img src='http://mjturner.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><center><br />
<a class="imagelink" href="http://weblogs.turner.org.za/mj/wp-content/uploads/2007/03/spanning_sync.jpg" title="Spanning Sync"><img id="image155" src="http://weblogs.turner.org.za/mj/wp-content/uploads/2007/03/spanning_sync.jpg" width="50%" height="50%" alt="Spanning Sync" /></a><br />
</center></p>
<p>Next step is to setup a calendar to share with my family so that we&#8217;re all aware of family events, school activities, etc. After that I&#8217;ll have to get them to actually <em>use</em> it&#8230;<!--pp-thumb-start--><!--PictPress found no dir /home/www/weblogs.turner.org.za/mj/images//2007/03/calendar-synchronisation-with-ical-spanning-sync-and-google-calendar--><!--pp-thumb-end--></p>
]]></content:encoded>
			<wfw:commentRss>http://mjturner.net/blog/archives/2007/03/12/calendar-synchronisation-with-ical-spanning-sync-and-google-calendar/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Blindly blocking bogons</title>
		<link>http://mjturner.net/blog/archives/2006/03/15/blindly-blocking-bogons/</link>
		<comments>http://mjturner.net/blog/archives/2006/03/15/blindly-blocking-bogons/#comments</comments>
		<pubDate>Wed, 15 Mar 2006 04:43:29 +0000</pubDate>
		<dc:creator>Michael-John Turner</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://weblogs.turner.org.za/mj/?p=106</guid>
		<description><![CDATA[It amazes me when I come across people who blindly block all traffic from bogons, but who don&#8217;t update their bogon lists at regular intervals. 
My mail server currently sits in the 70.* block, which ARIN only released for use in January 2004. Of course, there are people with out of date bogon filters who [...]]]></description>
			<content:encoded><![CDATA[<p>It amazes me when I come across people who blindly block all traffic from <a href-"http://www.completewhois.com/bogons/">bogons</a>, but who don&#8217;t update their bogon lists at regular intervals. </p>
<p>My mail server currently sits in the 70.* block, which ARIN only released for use in January 2004. Of course, there are people with out of date bogon filters who <i>still</i> block traffic from my mail server over two years later (this is easy to spot as I can connect to them from a variety of other addresses, just not my mail server). I don&#8217;t see this often, but it&#8217;s enought to be mildly annoying. It really isn&#8217;t that difficult to update bogon filters automatically. I promise.<!--pp-thumb-start--><!--PictPress found no dir /home/www/weblogs.turner.org.za/mj/images//2006/03/blindly-blocking-bogons--><!--pp-thumb-end--></p>
]]></content:encoded>
			<wfw:commentRss>http://mjturner.net/blog/archives/2006/03/15/blindly-blocking-bogons/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Auctionchex</title>
		<link>http://mjturner.net/blog/archives/2006/02/01/auctionchex/</link>
		<comments>http://mjturner.net/blog/archives/2006/02/01/auctionchex/#comments</comments>
		<pubDate>Wed, 01 Feb 2006 20:44:00 +0000</pubDate>
		<dc:creator>Michael-John Turner</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://weblogs.turner.org.za/mj/?p=80</guid>
		<description><![CDATA[Just to follow up on last week&#8217;s post about the demise of BidPay &#8211; it seems that Jonathan&#8217;s experiences with Auctionchex have been favourable. 
To quote:

[It] looks like auctionchex may be a good way to go for overseas payments:
(1) it is cheap &#8211; they make their money off the exchange rate differential (not through an [...]]]></description>
			<content:encoded><![CDATA[<p>Just to follow up on last week&#8217;s post about the <a href="http://weblogs.turner.org.za/mj/archives/2006/01/24/rip-bidpay/">demise of BidPay</a> &#8211; it seems that Jonathan&#8217;s experiences with <a href="https://auctionchex.com/">Auctionchex</a> have been favourable. </p>
<p>To quote:</p>
<blockquote><p>
[It] looks like auctionchex may be a good way to go for overseas payments:<br />
(1) it is cheap &#8211; they make their money off the exchange rate differential (not through an extra $5+ like bidpay did), in fact they<br />
only charged an extra R10.00 to post my cheque within the states.<br />
(2) you don&#8217;t even need a credit card &#8211; you pay them by transferring into their FNB account.<br />
(3) they have the appearance of being one of the smaller guys &#8211; which makes them easier to contact should there be problems.
</p></blockquote>
<p>Certainly sounds good to me.<!--pp-thumb-start--><!--PictPress found no dir /home/www/weblogs.turner.org.za/mj/images//2006/02/auctionchex--><!--pp-thumb-end--></p>
]]></content:encoded>
			<wfw:commentRss>http://mjturner.net/blog/archives/2006/02/01/auctionchex/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>RIP BidPay</title>
		<link>http://mjturner.net/blog/archives/2006/01/24/rip-bidpay/</link>
		<comments>http://mjturner.net/blog/archives/2006/01/24/rip-bidpay/#comments</comments>
		<pubDate>Tue, 24 Jan 2006 18:24:28 +0000</pubDate>
		<dc:creator>Michael-John Turner</dc:creator>
				<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://weblogs.turner.org.za/mj/?p=70</guid>
		<description><![CDATA[I was quite surprised when I heard from Jonathan that BidPay ceased operations at the end of December 2005. I&#8217;ve used BidPay many times to pay for my eBay auctions and it was particularly useful in the period when South Africans couldn&#8217;t use PayPal (between 2001 and mid 2005 we weren&#8217;t able to use PayPal [...]]]></description>
			<content:encoded><![CDATA[<p>I was quite surprised when I heard from Jonathan that <a href="http://www.BidPay.com/">BidPay</a> ceased operations at the end of December 2005. I&#8217;ve used BidPay many times to pay for my <a href="http://www.eBay.com/">eBay</a> auctions and it was particularly useful in the period when South Africans couldn&#8217;t use <a href="http://www.PayPal.com/">PayPal</a> (between 2001 and mid 2005 we weren&#8217;t able to use PayPal for some reason). </p>
<p>Jonathan also pointed me in the direction of <a href="https://auctionchex.com/index.php">Auctionchex</a>, a smaller operation who seem to provide similar services to BidPay (and support South Africans, which is somewhat of a rarity these days).<!--pp-thumb-start--><!--PictPress generated thumbnails for dir /home/www/weblogs.turner.org.za/mj/images//2006/01/rip-bidpay-->
<div class="clear">&nbsp;</div>
<p><!--pp-page-start--><!--PictPress generated page for image /2006/01/rip-bidpay/goodbye_BidPay.jpg-->
<div class="picture">
<div class="image"><a title="24-Jan-06 20:24:28 goodbye_BidPay" href="http://weblogs.turner.org.za/mj/wp-content/plugins/pictpress/resize.php?size=0&#038;path=%2F2006%2F01%2Frip-bidpay%2Fgoodbye_BidPay.jpg"><img src="http://weblogs.turner.org.za/mj/wp-content/plugins/pictpress/resize.php?size=0&#038;path=%2F2006%2F01%2Frip-bidpay%2Fgoodbye_BidPay.jpg" width="499" height="101" alt="goodbye_BidPay" /></a></div>
<div class="caption">    499&#215;101 pixels 18.9 kB</div>
</div>
<p><!--pp-page-end-->
<div class="clear">&nbsp;</div>
<p><!--pp-thumb-end--></p>
]]></content:encoded>
			<wfw:commentRss>http://mjturner.net/blog/archives/2006/01/24/rip-bidpay/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>.co.za Price Decrease</title>
		<link>http://mjturner.net/blog/archives/2005/11/22/coza-price-decrease/</link>
		<comments>http://mjturner.net/blog/archives/2005/11/22/coza-price-decrease/#comments</comments>
		<pubDate>Tue, 22 Nov 2005 20:58:20 +0000</pubDate>
		<dc:creator>Michael-John Turner</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[South Africa]]></category>

		<guid isPermaLink="false">http://weblogs.turner.org.za/mj/?p=57</guid>
		<description><![CDATA[As usual, I&#8217;m always a bit behind with the news. This evening I saw that the initial registration fee for a .co.za domain has been dropped as of 1 November 2005 (the annual fee is still R50, about $7).
More information.
]]></description>
			<content:encoded><![CDATA[<p>As usual, I&#8217;m always a bit behind with the news. This evening I saw that the initial registration fee for a <a href="http://www.co.za/">.co.za</a> domain has been dropped as of 1 November 2005 (the annual fee is still R50, about $7).</p>
<p><a href="http://co.za/news/2005/nov-price-decrease.shtml">More information</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://mjturner.net/blog/archives/2005/11/22/coza-price-decrease/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license>
	</item>
	</channel>
</rss>
