<?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>Surgical Diversions &#187; computer</title>
	<atom:link href="http://thefragens.com/blog/category/computer/feed/" rel="self" type="application/rss+xml" />
	<link>http://thefragens.com/blog</link>
	<description>My time out of the operating room.</description>
	<lastBuildDate>Sun, 13 May 2012 18:52:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Fail2ban and OS X Server, part deux</title>
		<link>http://thefragens.com/blog/2010/11/fail2ban-and-os-x-server-part-deux/</link>
		<comments>http://thefragens.com/blog/2010/11/fail2ban-and-os-x-server-part-deux/#comments</comments>
		<pubDate>Thu, 04 Nov 2010 22:10:39 +0000</pubDate>
		<dc:creator>Andy Fragen</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[osx-server]]></category>
		<category><![CDATA[dovecot]]></category>
		<category><![CDATA[fail2ban]]></category>
		<category><![CDATA[snow-leopard]]></category>

		<guid isPermaLink="false">http://thefragens.com/blog/?p=788</guid>
		<description><![CDATA[As some of you might know I run my own installation of OS X Server. I&#8217;ve since updated it to Snow Leopard Server and I think I&#8217;ve got most of it running well. As I check my server logs frequently &#8230; <a href="http://thefragens.com/blog/2010/11/fail2ban-and-os-x-server-part-deux/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://thefragens.com/blog/2010/11/checking-fail2ban-regex/' rel='bookmark' title='Checking Fail2ban regex'>Checking Fail2ban regex</a> <small>I&#8217;ve just stumbled across a great command in Fail2ban to...</small></li>
<li><a href='http://thefragens.com/blog/2009/09/fail2ban-on-leopard-server/' rel='bookmark' title='Fail2ban on Leopard Server'>Fail2ban on Leopard Server</a> <small>So here I am running my own server &#8212; for...</small></li>
<li><a href='http://thefragens.com/blog/2010/12/fail2ban-problems-and-solutions/' rel='bookmark' title='Fail2ban Problems and Solutions'>Fail2ban Problems and Solutions</a> <small>If you use Fail2ban then you are probably aware of...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>As some of you might know I run my own installation of OS X Server. I&#8217;ve since updated it to Snow Leopard Server and I think I&#8217;ve got most of it running well. As I check my server logs frequently I find that there are all sorts of script kiddies attempting to log in to my server in various ways.</p>

<p>The traditional method was to simply try an ssh session with a username and password combination. Unfortunately now I see more attempts to log in via VNC or in attempts to <em>check</em>  or <em>send</em> email. It&#8217;s amazing to see 10 - 15 login attempts in a second. There&#8217;s a real motivating force to stop that kind of attention my poor little server is getting.</p>

<p><a href="http://thefragens.com/blog/tag/fail2ban/">As I&#8217;ve written before</a>, I&#8217;ve found the <a href="http://www.fail2ban.org/wiki/index.php/Main_Page">Fail2ban</a> scripts to to be a perfect solution. I have had to make a number of additions and <em>improvements</em> along the way and now I thought I&#8217;d share.</p>

<p>I&#8217;ve created a couple of new jails and improved upon a couple of the distribution jails so they work better with Snow Leopard. <a href="http://thefragens.com/pub/install_fail2ban_mods.tar.gz">I&#8217;ve packaged up all my modifications.</a> Here&#8217;s how to install them for yourself.</p>

<p><a href="http://thefragens.com/pub/install_fail2ban_mods.tar.gz">Download</a> the modifications tarbell.</p>

<p>Then you&#8217;ll need to issue the following commands from Terminal.</p>

<pre><code>sudo tar xzf install_fail2ban_mods.tar.gz
</code></pre>

<p>This will create a folder containing all the modifications. At this point you can manually put all the files in the proper folders or you can use my installation script. The installation script, <code>install_fail2ban_mod.sh</code> shouldn&#8217;t delete anything. I only use the <code>cp</code> command. If you already have a <code>jail.local</code> file that is backed up. You may also need to modify the <code>jail.local</code> file that I have.</p>

<p>Additionally, I&#8217;ve found that sometimes the fail2ban server might have hung or its process has stopped. I&#8217;ve also written a script and a couple of plists for <code>/Library/LaunchDaemons/</code> that periodically check to make sure fail2ban continues to hum along. You&#8217;ll have to load these plists manually or simply restart.</p>

<p>The jails that I&#8217;ve added check for SMTP, POP, IMAP, VNC and non-existant web pages. These, in addition to monitoring SSH, seem to cover most of it. Please remember that some of these filters are somewhat specific to Snow Leopard so they check against a Dovecot mail server.</p>

<p>So far my only problem has been when a user has changed their password but not correctly transferred these changes to Mail.app. What happens is fail2ban sees them as a break-in attempt and bans their IP for 10 minutes or so. I&#8217;m sure it can be frustrating. Sorry, I&#8217;m doing my best to fix it for you.</p>

<p>By all means, let me know how you&#8217;ve improved Fail2ban for your server.</p>
<p>Related posts:<ol>
<li><a href='http://thefragens.com/blog/2010/11/checking-fail2ban-regex/' rel='bookmark' title='Checking Fail2ban regex'>Checking Fail2ban regex</a> <small>I&#8217;ve just stumbled across a great command in Fail2ban to...</small></li>
<li><a href='http://thefragens.com/blog/2009/09/fail2ban-on-leopard-server/' rel='bookmark' title='Fail2ban on Leopard Server'>Fail2ban on Leopard Server</a> <small>So here I am running my own server &#8212; for...</small></li>
<li><a href='http://thefragens.com/blog/2010/12/fail2ban-problems-and-solutions/' rel='bookmark' title='Fail2ban Problems and Solutions'>Fail2ban Problems and Solutions</a> <small>If you use Fail2ban then you are probably aware of...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://thefragens.com/blog/2010/11/fail2ban-and-os-x-server-part-deux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Customer Service</title>
		<link>http://thefragens.com/blog/2010/08/customer-service-2/</link>
		<comments>http://thefragens.com/blog/2010/08/customer-service-2/#comments</comments>
		<pubDate>Sat, 21 Aug 2010 19:05:08 +0000</pubDate>
		<dc:creator>Andy Fragen</dc:creator>
				<category><![CDATA[computer]]></category>

		<guid isPermaLink="false">http://thefragens.com/blog/?p=782</guid>
		<description><![CDATA[I just had to pass along kudos to APC. I use one of their BackUPS battery backup systems. It&#8217;s been flawless for most of the past 3 years. In the past 3 days the overload light has tripped and it &#8230; <a href="http://thefragens.com/blog/2010/08/customer-service-2/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://thefragens.com/blog/2010/04/new-safari-version/' rel='bookmark' title='New Safari Version??'>New Safari Version??</a> <small>I&#8217;ve just spent the last 40 minutes on the phone...</small></li>
<li><a href='http://thefragens.com/blog/2006/09/customer-service/' rel='bookmark' title='Customer Service'>Customer Service</a> <small>I have to give great kudos to Wendy of the...</small></li>
<li><a href='http://thefragens.com/blog/2002/01/47/' rel='bookmark' title='47'></a> <small>I&#8217;ve been having problems with Airport Base Stations recently. I...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I just had to pass along kudos to <a href="http://www.apc.com/index.cfm">APC</a>. I use one of their BackUPS battery backup systems. It&#8217;s been flawless for most of the past 3 years. In the past 3 days the overload light has tripped and it shuts off power to everything. Not what you want.</p>

<p>I called tech support. They picked up the phone after only 2-3 rings, ran me through some diagnostics, told me there was probably 18 days left on my warranty. Then they told me they were shipping me a new unit.</p>

<p>They are my customer service heroes.</p>
<p>Related posts:<ol>
<li><a href='http://thefragens.com/blog/2010/04/new-safari-version/' rel='bookmark' title='New Safari Version??'>New Safari Version??</a> <small>I&#8217;ve just spent the last 40 minutes on the phone...</small></li>
<li><a href='http://thefragens.com/blog/2006/09/customer-service/' rel='bookmark' title='Customer Service'>Customer Service</a> <small>I have to give great kudos to Wendy of the...</small></li>
<li><a href='http://thefragens.com/blog/2002/01/47/' rel='bookmark' title='47'></a> <small>I&#8217;ve been having problems with Airport Base Stations recently. I...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://thefragens.com/blog/2010/08/customer-service-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Verizon Thinks You&#8217;re a Spammer</title>
		<link>http://thefragens.com/blog/2010/06/verizon-thinks-youre-a-spammer/</link>
		<comments>http://thefragens.com/blog/2010/06/verizon-thinks-youre-a-spammer/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 22:38:46 +0000</pubDate>
		<dc:creator>Andy Fragen</dc:creator>
				<category><![CDATA[computer]]></category>
		<category><![CDATA[osx-server]]></category>

		<guid isPermaLink="false">http://thefragens.com/blog/?p=727</guid>
		<description><![CDATA[They must. Verizon now blocks port 25 and does not allow you to opt out. Why do I care? Well our hospital just opened up free WiFi everywhere and when I found I couldn&#8217;t send email I made a couple &#8230; <a href="http://thefragens.com/blog/2010/06/verizon-thinks-youre-a-spammer/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://thefragens.com/blog/2008/02/forwarding-email-in-leopard-server/' rel='bookmark' title='Forwarding Email in Leopard Server'>Forwarding Email in Leopard Server</a> <small>OK, to put it mildly the Workgroup Manager and Email...</small></li>
<li><a href='http://thefragens.com/blog/2006/01/port-25-blocked/' rel='bookmark' title='Port 25 blocked'>Port 25 blocked</a> <small>If you travel, or use your laptop at wireless hot...</small></li>
<li><a href='http://thefragens.com/blog/2002/05/router-and-airport-2/' rel='bookmark' title='Router and Airport 2'>Router and Airport 2</a> <small>Well I found out my router problem was a simpler...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>They must. <a href="http://www22.verizon.com/ResidentialHelp/HighSpeed/General%2BSupport/Top%2BQuestions/QuestionsOne/124274.htm">Verizon now blocks port 25</a> and does not allow you to opt out. Why do I care? Well our hospital just opened up free WiFi everywhere and when I found I couldn&#8217;t send email I made a couple of trips to the Information Services folks.</p>

<p>They swore up and down that they weren&#8217;t blocking anything at the router. An epiphany later and we figured out it was the Verizon DSL they were using for the access points.</p>

<p>Well, the simple solution is to change email to accept SMTP on port 587. This was simple enough to fix on the server. Just uncomment the following line in <code>/etc/postfix/master.cf</code></p>

<p><code>#submission inet n       -       n       -       -       smtpd</code></p>

<p>Then <code>sudo postfix reload</code> and you&#8217;re good to go.</p>

<p>Of course I also had to change my iPhone SMTP to use port 587. The only tricky part was remembering that I have my router set to provide a basic hardware firewall, in addition to the server&#8217;s ipfw. I had to open a service and a rule on the router to let TCP traffic on port 587 through.</p>
<p>Related posts:<ol>
<li><a href='http://thefragens.com/blog/2008/02/forwarding-email-in-leopard-server/' rel='bookmark' title='Forwarding Email in Leopard Server'>Forwarding Email in Leopard Server</a> <small>OK, to put it mildly the Workgroup Manager and Email...</small></li>
<li><a href='http://thefragens.com/blog/2006/01/port-25-blocked/' rel='bookmark' title='Port 25 blocked'>Port 25 blocked</a> <small>If you travel, or use your laptop at wireless hot...</small></li>
<li><a href='http://thefragens.com/blog/2002/05/router-and-airport-2/' rel='bookmark' title='Router and Airport 2'>Router and Airport 2</a> <small>Well I found out my router problem was a simpler...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://thefragens.com/blog/2010/06/verizon-thinks-youre-a-spammer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Don&#8217;t Send iCal Replies</title>
		<link>http://thefragens.com/blog/2010/04/dont-send-ical-replies/</link>
		<comments>http://thefragens.com/blog/2010/04/dont-send-ical-replies/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 00:18:12 +0000</pubDate>
		<dc:creator>Andy Fragen</dc:creator>
				<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[mac-osx]]></category>

		<guid isPermaLink="false">http://thefragens.com/blog/?p=672</guid>
		<description><![CDATA[I came across a great hint in Mac OS X Hints today. It seems that there&#8217;s an easy way to interrupt the process of sending an email reply when accepting iCal invites. As I tend to play around with iCal &#8230; <a href="http://thefragens.com/blog/2010/04/dont-send-ical-replies/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://thefragens.com/blog/2008/12/ical-exchange-time-zone-fix-chapter-3/' rel='bookmark' title='iCal - Exchange Time Zone Fix - Chapter 3'>iCal - Exchange Time Zone Fix - Chapter 3</a> <small>I&#8217;ve updated the iCal-Invite-Fix script again. This time to allow...</small></li>
<li><a href='http://thefragens.com/blog/2008/04/ical-exchange-time-zone-fix/' rel='bookmark' title='iCal - Exchange Time Zone Fix'>iCal - Exchange Time Zone Fix</a> <small>As any Mac user who deals with Microsoft Exchange invites...</small></li>
<li><a href='http://thefragens.com/blog/2008/08/ical-exchange-time-zone-fix-part-2/' rel='bookmark' title='iCal - Exchange Time Zone Fix - part 2'>iCal - Exchange Time Zone Fix - part 2</a> <small>I&#8217;ve come across a problem with the original MailExchange2iCal-TZ-fix script....</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I came across a <a href="http://www.macosxhints.com/article.php?story=20100408114405109">great hint in Mac OS X Hints</a> today. It seems that there&#8217;s an easy way to interrupt the process of sending an email reply when accepting iCal invites. As I tend to play around with iCal invites a lot (adding and deleting the same event ad nauseum) &#8212; I love this.</p>

<p>I wrote up a <a href="http://thefragens.com/pub/iCal_Reply_Ask.zip">modified script</a> like in the example and bundled it with a shell script, to install and uninstall the modification. You have to run this shell script using <code>sudo</code> from the CLI (Command Line Interface aka Terminal.app).</p>

<p>The zip file contains the shell script, the modified Mail.scpt AppleScript, and the original Mail.scpt AppleScript.</p>

<p>To install run <code>sudo /path/to/iCal_Reply_Send.sh install</code><br />
To uninstall run <code>sudo /path/to/iCal_Reply_Send.sh revert</code><br />
To check usage and status, run <code>/path/to/iCal_Reply_Send.sh</code></p>

<p>If you don&#8217;t like messing with the CLI then there&#8217;s a great little shareware app, <a href="http://www.nhoj.co.uk/icalreplychecker/">iCal Reply Checker</a> that does it all, and more.</p>

<p>It seems that neither method interferes with the code signing of iCal as the script in question is not code signed.</p>

<p><strong>Update</strong><br />
It appears that if you&#8217;re using an Exchange account in Mail.app that this script is being bypassed and this hint won&#8217;t work for you. <img src='http://thefragens.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>Related posts:<ol>
<li><a href='http://thefragens.com/blog/2008/12/ical-exchange-time-zone-fix-chapter-3/' rel='bookmark' title='iCal - Exchange Time Zone Fix - Chapter 3'>iCal - Exchange Time Zone Fix - Chapter 3</a> <small>I&#8217;ve updated the iCal-Invite-Fix script again. This time to allow...</small></li>
<li><a href='http://thefragens.com/blog/2008/04/ical-exchange-time-zone-fix/' rel='bookmark' title='iCal - Exchange Time Zone Fix'>iCal - Exchange Time Zone Fix</a> <small>As any Mac user who deals with Microsoft Exchange invites...</small></li>
<li><a href='http://thefragens.com/blog/2008/08/ical-exchange-time-zone-fix-part-2/' rel='bookmark' title='iCal - Exchange Time Zone Fix - part 2'>iCal - Exchange Time Zone Fix - part 2</a> <small>I&#8217;ve come across a problem with the original MailExchange2iCal-TZ-fix script....</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://thefragens.com/blog/2010/04/dont-send-ical-replies/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>New Safari Version??</title>
		<link>http://thefragens.com/blog/2010/04/new-safari-version/</link>
		<comments>http://thefragens.com/blog/2010/04/new-safari-version/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 18:12:43 +0000</pubDate>
		<dc:creator>Andy Fragen</dc:creator>
				<category><![CDATA[computer]]></category>
		<category><![CDATA[mac-osx]]></category>
		<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://thefragens.com/blog/?p=670</guid>
		<description><![CDATA[I&#8217;ve just spent the last 40 minutes on the phone with Union Bank tech support because for the past 2 weeks I&#8217;ve been unable to log in to my online account with Safari. After all this time the tech support &#8230; <a href="http://thefragens.com/blog/2010/04/new-safari-version/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://thefragens.com/blog/2003/01/safari-updated/' rel='bookmark' title='Safari Updated'>Safari Updated</a> <small>Wow, it&#8217;s only been 3 days and Apple&#8217;s released an...</small></li>
<li><a href='http://thefragens.com/blog/2005/02/uumlber-cool-safari-add-on/' rel='bookmark' title='&Uuml;ber cool Safari add-on'>&amp;Uuml;ber cool Safari add-on</a> <small>Sogudi is very similar to an application by Brent Simmons...</small></li>
<li><a href='http://thefragens.com/blog/2003/01/marks-safari-review/' rel='bookmark' title='Mark&#8217;s Safari Review'>Mark&#8217;s Safari Review</a> <small>Safari review. A review of Apple&#8217;s new browser, Safari, for...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just spent the last 40 minutes on the phone with <a href="http://www.unionbank.com">Union Bank</a> tech support because for the past 2 weeks I&#8217;ve been unable to log in to my online account with <a href="http://www.apple.com/safari">Safari</a>. After all this time the tech support person, who was very nice, told me I was missing a patch to Safari.</p>

<p>I told him I have the latest patches to my OS and I am running the most currently available version of Safari. I told me that someone there <em>&#8220;got some update patch and could log in.&#8221;</em> I told him, with all due respect, I&#8217;ve been using Macs for over 20 years. (I got my first Mac 128K in 1985) I was quite certain that there is no more currently available version of Safari. Naturally I ran Software Update and no updates are available.</p>

<p>Currently I&#8217;m running OS 10.6.3 and Safari Version 4.0.5 (6531.22.7), according to the About box. I&#8217;m not sure why they want to blame Apple, but for their logic to hold true a single user of theirs seems to have a &#8220;more up-to-date&#8221; version of Safari than is obtainable from either Software Update or Apple&#8217;s site.</p>

<p>Fortunately <a href="http://www.mozilla.com/en-US/firefox/firefox.html">Firefox</a> still works.</p>
<p>Related posts:<ol>
<li><a href='http://thefragens.com/blog/2003/01/safari-updated/' rel='bookmark' title='Safari Updated'>Safari Updated</a> <small>Wow, it&#8217;s only been 3 days and Apple&#8217;s released an...</small></li>
<li><a href='http://thefragens.com/blog/2005/02/uumlber-cool-safari-add-on/' rel='bookmark' title='&Uuml;ber cool Safari add-on'>&amp;Uuml;ber cool Safari add-on</a> <small>Sogudi is very similar to an application by Brent Simmons...</small></li>
<li><a href='http://thefragens.com/blog/2003/01/marks-safari-review/' rel='bookmark' title='Mark&#8217;s Safari Review'>Mark&#8217;s Safari Review</a> <small>Safari review. A review of Apple&#8217;s new browser, Safari, for...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://thefragens.com/blog/2010/04/new-safari-version/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>iPad Arrives</title>
		<link>http://thefragens.com/blog/2010/04/ipad-arrives/</link>
		<comments>http://thefragens.com/blog/2010/04/ipad-arrives/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 22:36:55 +0000</pubDate>
		<dc:creator>Andy Fragen</dc:creator>
				<category><![CDATA[computer]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://thefragens.com/blog/?p=668</guid>
		<description><![CDATA[Well, with the Easter weekend over and Apple&#8217;s iPad gaining more headlines than anything else, I have to say I want one, but I can wait. I actually got to touch one. Someone at the hospital brought it with them. &#8230; <a href="http://thefragens.com/blog/2010/04/ipad-arrives/">Continue reading <span class="meta-nav">&#8594;</span></a>
No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Well, with the Easter weekend over and Apple&#8217;s iPad gaining more headlines than anything else, I have to say I want one, but I can wait.</p>

<p>I actually got to touch one. Someone at the hospital brought it with them. </p>

<ul>
<li>It&#8217;s <em>not</em> that heavy.</li>
<li>The display is bright and crisp.</li>
<li>It&#8217;s fast.</li>
</ul>

<p>I played a little with the keyboard and I can see with some practice that it&#8217;s quite usable.</p>

<p>I&#8217;m more excited to see what&#8217;s coming Thursday in the iPhone 4.0 announcement. A unified inbox for the Mail.app and Smart Folders would be great.</p>

<p>The iPad is certainly a machine designed for consuming data, not necessarily manipulating data. There are several scripts that I&#8217;ve written that make my life easier and I don&#8217;t see anyway of making them work on an iPad or iPhone. Not that it&#8217;s a deal-breaker, it just means I can&#8217;t use the iPad for much more than I use my iPhone now. Except it&#8217;s really a faster, better reading environment. I&#8217;ll probably buy one based upon that alone.</p>

<p>Time will tell. But I have to say for all those naysayers, wait till you&#8217;ve held one!</p>
<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://thefragens.com/blog/2010/04/ipad-arrives/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New IP Address</title>
		<link>http://thefragens.com/blog/2009/12/new-ip-address/</link>
		<comments>http://thefragens.com/blog/2009/12/new-ip-address/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 22:26:25 +0000</pubDate>
		<dc:creator>Andy Fragen</dc:creator>
				<category><![CDATA[computer]]></category>
		<category><![CDATA[osx-server]]></category>

		<guid isPermaLink="false">http://thefragens.com/blog/?p=659</guid>
		<description><![CDATA[Well, as a cost saving measure and because we really weren&#8217;t using more than one, we&#8217;ve cut back to a single IP address. Time Warner Cable is the biz Internet provider. They&#8217;ve been very helpful in setting up reverse DNS &#8230; <a href="http://thefragens.com/blog/2009/12/new-ip-address/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://thefragens.com/blog/2010/04/new-safari-version/' rel='bookmark' title='New Safari Version??'>New Safari Version??</a> <small>I&#8217;ve just spent the last 40 minutes on the phone...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Well, as a cost saving measure and because we really weren&#8217;t using more than one, we&#8217;ve cut back to a single IP address. Time Warner Cable is the biz Internet provider. They&#8217;ve been very helpful in setting up reverse DNS lookups and PTR records, but at the same time the transfer to the new IP really screwed with the cable modem.</p>

<p>I spent many hours with some very nice people at TWC tech support, like Jan, but what eventually fixed the problem was changing the fixed IP I was assigned to another fixed IP.</p>

<p>Long and short is everything, mail, web, etc. seems to be back up and running.</p>
<p>Related posts:<ol>
<li><a href='http://thefragens.com/blog/2010/04/new-safari-version/' rel='bookmark' title='New Safari Version??'>New Safari Version??</a> <small>I&#8217;ve just spent the last 40 minutes on the phone...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://thefragens.com/blog/2009/12/new-ip-address/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amavisd settings</title>
		<link>http://thefragens.com/blog/2009/03/amavisd-settings/</link>
		<comments>http://thefragens.com/blog/2009/03/amavisd-settings/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 17:03:40 +0000</pubDate>
		<dc:creator>Andy Fragen</dc:creator>
				<category><![CDATA[computer]]></category>
		<category><![CDATA[osx-server]]></category>
		<category><![CDATA[spamassassin]]></category>

		<guid isPermaLink="false">http://thefragens.com/blog/?p=613</guid>
		<description><![CDATA[I run my own mail server on OS X Server. For the most part I have my SpamAssassin settings tweaked pretty well. Unfortunately, there is some spam that seems to have malformed or incomplete MIME boundaries and these messages don&#8217;t &#8230; <a href="http://thefragens.com/blog/2009/03/amavisd-settings/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://thefragens.com/blog/2007/08/running-spamassassin-locally/' rel='bookmark' title='Running SpamAssassin locally'>Running SpamAssassin locally</a> <small>While I haven&#8217;t yet gotten an iPhone I&#8217;m making preparations....</small></li>
<li><a href='http://thefragens.com/blog/2008/03/unforeseen-circumstances/' rel='bookmark' title='Unforeseen Circumstances'>Unforeseen Circumstances</a> <small>Due to unforeseen circumstances I accidentally trashed my server installation....</small></li>
<li><a href='http://thefragens.com/blog/2010/05/server-side-email-filtering-with-sieve/' rel='bookmark' title='Server-Side Email Filtering with Sieve'>Server-Side Email Filtering with Sieve</a> <small>Another post for the peripheral brain. When I first set...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I run my own mail server on OS X Server. For the most part I have my <a href="http://spamassassin.apache.org/">SpamAssassin</a> settings tweaked pretty well. Unfortunately, there is some spam that seems to have malformed or incomplete MIME boundaries and these messages don&#8217;t seem to be getting passed off from Amavisd to SpamAssassin. As such, they seem to be getting through to the recipient with a null value for the spam score.</p>

<p>After a little Googling I found <a href="http://www200.pair.com/mecham/spam/amavisd-settings.html">Amavisd critical settings</a> and I think the <code>$final_bad_header_destiny</code> is the key. The default setting is set to <code>D_PASS</code>. I&#8217;ve changed mine to <code>D_REJECT</code> now I&#8217;ll see what the logs say and see how much non-spam gets caught. Obviously, if enough good stuff doesn&#8217;t get through then I&#8217;ll have to think of something else.</p>

<p>But the obvoious question remains, <em>Why doesn&#8217;t SpamAssassin score these messages?</em></p>
<p>Related posts:<ol>
<li><a href='http://thefragens.com/blog/2007/08/running-spamassassin-locally/' rel='bookmark' title='Running SpamAssassin locally'>Running SpamAssassin locally</a> <small>While I haven&#8217;t yet gotten an iPhone I&#8217;m making preparations....</small></li>
<li><a href='http://thefragens.com/blog/2008/03/unforeseen-circumstances/' rel='bookmark' title='Unforeseen Circumstances'>Unforeseen Circumstances</a> <small>Due to unforeseen circumstances I accidentally trashed my server installation....</small></li>
<li><a href='http://thefragens.com/blog/2010/05/server-side-email-filtering-with-sieve/' rel='bookmark' title='Server-Side Email Filtering with Sieve'>Server-Side Email Filtering with Sieve</a> <small>Another post for the peripheral brain. When I first set...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://thefragens.com/blog/2009/03/amavisd-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backblaze Backup</title>
		<link>http://thefragens.com/blog/2009/03/backblaze-backup/</link>
		<comments>http://thefragens.com/blog/2009/03/backblaze-backup/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 01:35:37 +0000</pubDate>
		<dc:creator>Andy Fragen</dc:creator>
				<category><![CDATA[computer]]></category>
		<category><![CDATA[mac-osx]]></category>

		<guid isPermaLink="false">http://thefragens.com/blog/2009/03/backblaze-backup/</guid>
		<description><![CDATA[I have an invite or two to distribute for the Backblaze online backup service for OS X. Price is $5 a month per machine for unlimited data. Attached disks are recognized, but not yet network attached storage. My opinion is &#8230; <a href="http://thefragens.com/blog/2009/03/backblaze-backup/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://thefragens.com/blog/2006/03/backup-backup-backup/' rel='bookmark' title='Backup, backup, backup'>Backup, backup, backup</a> <small>I&#8217;m usually not too bad with this, but&#8230; Who thinks...</small></li>
<li><a href='http://thefragens.com/blog/2005/12/backup-is-good/' rel='bookmark' title='Backup is good'>Backup is good</a> <small>Just doing a little backup....</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I have an <em>invite or two</em> to distribute for the <a href="http://www.backblaze.com">Backblaze</a> online backup service for OS X. Price is $5 a month per machine for unlimited data. Attached disks are recognized, but not yet network attached storage. My opinion is once they allow for NAS backup it&#8217;ll be great. </p>

<p>Leave a comment if you want a link to the beta. </p>
<p>Related posts:<ol>
<li><a href='http://thefragens.com/blog/2006/03/backup-backup-backup/' rel='bookmark' title='Backup, backup, backup'>Backup, backup, backup</a> <small>I&#8217;m usually not too bad with this, but&#8230; Who thinks...</small></li>
<li><a href='http://thefragens.com/blog/2005/12/backup-is-good/' rel='bookmark' title='Backup is good'>Backup is good</a> <small>Just doing a little backup....</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://thefragens.com/blog/2009/03/backblaze-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Laptop Envy</title>
		<link>http://thefragens.com/blog/2008/10/laptop-envy/</link>
		<comments>http://thefragens.com/blog/2008/10/laptop-envy/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 22:44:04 +0000</pubDate>
		<dc:creator>Andy Fragen</dc:creator>
				<category><![CDATA[computer]]></category>
		<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://thefragens.com/blog/?p=570</guid>
		<description><![CDATA[OK, I have serious laptop envy. I need a new MacBook. Just have to figure out what to do about no firewire drive. Related posts: Apple USB Ethernet part 2 Well, after spending several hours on the phone with AppleCare... &#8230; <a href="http://thefragens.com/blog/2008/10/laptop-envy/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://thefragens.com/blog/2008/02/apple-usb-ethernet-part-2/' rel='bookmark' title='Apple USB Ethernet part 2'>Apple USB Ethernet part 2</a> <small>Well, after spending several hours on the phone with AppleCare...</small></li>
<li><a href='http://thefragens.com/blog/2008/02/in-for-repairs/' rel='bookmark' title='In for repairs'>In for repairs</a> <small>Well, I&#8217;m going to try and clone my server and...</small></li>
</ol>

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>OK, I have serious laptop envy. I <strong>need</strong> a new MacBook. Just have to figure out what to do about no firewire drive.</p>
<p>Related posts:<ol>
<li><a href='http://thefragens.com/blog/2008/02/apple-usb-ethernet-part-2/' rel='bookmark' title='Apple USB Ethernet part 2'>Apple USB Ethernet part 2</a> <small>Well, after spending several hours on the phone with AppleCare...</small></li>
<li><a href='http://thefragens.com/blog/2008/02/in-for-repairs/' rel='bookmark' title='In for repairs'>In for repairs</a> <small>Well, I&#8217;m going to try and clone my server and...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://thefragens.com/blog/2008/10/laptop-envy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

