<?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>My Galagzee! &#187; Rants</title>
	<atom:link href="http://my.galagzee.com/category/rants/feed/" rel="self" type="application/rss+xml" />
	<link>http://my.galagzee.com</link>
	<description>Tech in a Galagzee, Not So Far Away.</description>
	<lastBuildDate>Wed, 28 Jul 2010 17:09:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Adding graphics, comments to PDFs</title>
		<link>http://my.galagzee.com/2010/03/05/adding-graphics-comments-to-pdfs/</link>
		<comments>http://my.galagzee.com/2010/03/05/adding-graphics-comments-to-pdfs/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 01:40:50 +0000</pubDate>
		<dc:creator>Ville Walveranta</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Workflow]]></category>
		<category><![CDATA[Acrobat]]></category>
		<category><![CDATA[flatten]]></category>
		<category><![CDATA[PDF]]></category>
		<category><![CDATA[stamp]]></category>

		<guid isPermaLink="false">http://my.galagzee.com/?p=398</guid>
		<description><![CDATA[I needed to fill out a PDF document today, date it, and sign it. It took me a good hour to accomplish the task as while the latest incarnation of Acrobat has custom stamp feature, annotated text doesn&#8217;t print by default (I also wanted to avoid having to print out the document only to scan]]></description>
			<content:encoded><![CDATA[<p>I needed to fill out a PDF document today, date it, and sign it. It took me a good hour to accomplish the task as while the latest incarnation of Acrobat has custom stamp feature, annotated text doesn&#8217;t print by default (I also wanted to avoid having to print out the document only to scan it back in). In fact, I found <em>no</em> way to print text annotations. Whether &#8220;Documents and Stamps&#8221; was selected in the Print properties or not, the text annotations would remain missing from the printout. It should not be this difficult to add a text box to a PDF document and then flatten it to be part of the document, and not an annotation per se.</p>
<p>After some more Googling later I happened on <a href="http://www.aecbytes.com/tipsandtricks/2006/issue2-acrobat.html">this</a> page that outlines a simple way to add &#8220;flatten&#8221; options to the Acrobat document menu. The associated script to be placed in “<strong>Program Files/Adobe/Acrobat 9.0/Acrobat/Javascripts/</strong>” folder (the script works with older Acrobat versions, too, as the mentioned instructions are for Acrobat 7.0) is just two lines long:<br />
<!--DEVFMTCODE--><pre class="devcodeblock" title=""><div class="devcodeoverflow"><ol><li></li><li>app.addMenuItem<span class="br0">&#40;</span><span class="br0">&#123;</span> cName: &quot;Flatten page&quot;, cParent: &quot;Document&quot;, cExec: &quot;flattenPages<span class="br0">&#40;</span>this.pageNum<span class="br0">&#41;</span>&quot;,cEnable: 1, nPos: 16<span class="br0">&#125;</span><span class="br0">&#41;</span>;</li><li>app.addMenuItem<span class="br0">&#40;</span><span class="br0">&#123;</span> cName: &quot;Flatten document&quot;, cParent: &quot;Document&quot;, cExec: &quot;flattenPages<span class="br0">&#40;</span><span class="br0">&#41;</span>&quot;,cEnable: 1, nPos: 17<span class="br0">&#125;</span><span class="br0">&#41;</span>;</li><li></li></ol></div></pre><!--END_DEVFMTCODE--><br />
With the above script installed, the task was a snap: I added my signature from a transparent PNG as a custom stamp, added the text annotations, and then flattened the document. Done! Now the annotations print out as they should (whether or not &#8220;Documents and Stamps&#8221; is selected in the Print properties as now the annotations are part of the &#8216;base&#8217; document). I can&#8217;t imagine why Adobe doesn&#8217;t include &#8220;flatten&#8221; as a default feature!</p>
]]></content:encoded>
			<wfw:commentRss>http://my.galagzee.com/2010/03/05/adding-graphics-comments-to-pdfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fusemail auto-suspends spam-suspect accounts!</title>
		<link>http://my.galagzee.com/2009/05/03/fusemail-auto-suspends/</link>
		<comments>http://my.galagzee.com/2009/05/03/fusemail-auto-suspends/#comments</comments>
		<pubDate>Sun, 03 May 2009 16:23:49 +0000</pubDate>
		<dc:creator>Ville Walveranta</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[comparison]]></category>
		<category><![CDATA[evaluating]]></category>
		<category><![CDATA[fusemail]]></category>
		<category><![CDATA[mailtrust]]></category>
		<category><![CDATA[outsourced email]]></category>
		<category><![CDATA[outsourcing email]]></category>

		<guid isPermaLink="false">http://my.galagzee.com/?p=215</guid>
		<description><![CDATA[My troubles with Fusemail were caused by automated outbound spam filtering system Fusemail utilizes!  Fusemail filters all outbound email for spam and when their system thinks an email you&#8217;re sending is spam, it incredibly deactivates your account, automatically! According to their tech support (who finally returned my call 15 hours later) the block from a]]></description>
			<content:encoded><![CDATA[<p>My <a href="http://my.galagzee.com/index.php/2009/05/03/fusemail-strike-one/" target="_blank">troubles with Fusemail</a> were caused by <em>automated outbound spam filtering system</em> Fusemail utilizes!  Fusemail filters all outbound email for spam and <strong>when their system thinks an email you&#8217;re sending is spam, it incredibly </strong><strong>deactivates your account, automatically!</strong> According to their tech support (who finally returned my call 15 hours later) the block from a suspected spammer account is removed usually very quickly, and in case of my yesterday&#8217;s troubles the block removal, somehow, slipped through the cracks.</p>
<p>Once the account was reactivated, I tried re-sending the email that triggered the trouble, and sure enough, the account became blocked again! This time it was unblocked within minutes, but what&#8217;s concerning is that it&#8217;s just a standard business email with few paragraphs of text, a bulleted list, and few domain names mentioned.  I also sent it to an <em>internal distribution list that I had defined in Fusemail</em>.  No external recipients.</p>
<p>So, basically, it seems I&#8217;m not allowed to send this email because the email is rejected before it&#8217;s sent, and then my account becomes blocked until they unblock it.  What an incredibly, incredibly stupid way of operating an email gateway service!! Because any outbound message that you send can be considered spam and thus lead to the automated account suspension—and if you run a spam filter you know that &#8216;good&#8217; emails get trapped in the spam filter now and then while an occasional spam mail gets through—Fusemail can in a business setting be only considered a mail RECEIVING service.  Imagine sending a completely innocuous email in the middle of a busy day, and your account becomes suspended if their <em>automated </em>filtering system deems your email spam! Perhaps they&#8217;ll unblock it in a few minutes, but how many inbound messages bounce during that time? Or, like in my case, you send an email on Saturday evening and your account is suspended until the next morning — both for sending <em>and</em> receiving.</p>
<p>It is reasonable for a mail service provider to monitor outbound mail for spam to prevent abuse of their systems.  But rather than having an automated system block accounts on its own, it should absolutely work in reverse where potential spammer accounts would be flagged for suspension, and then a technician would assess whether the user was indeed sending spam.  My guess is that false positives occur way more often than actual spammers being shut down; and besides, it&#8217;s much less of a problem if a spammer get few messages out before being shut down than legitimate users being shut down on suspicion. Otherwise, like in the case of my email that triggered the trouble, I can never send the message without reformatting it (or, perhaps, sending it individually to all intended recipients). For all I care I should be able to send <a href="http://en.wikipedia.org/wiki/GTUBE" target="_blank">GTUBE</a> message through the system without it getting blocked. I&#8217;m not sending spam.</p>
<p>Fusemail is still a reasonably good solution for <em>receiving mail</em>; it has integrated spam-filter even with an optional sender confirmation, and there is [supposedly] reasonable amount of redundancy so mail reception for multiple accounts is more stable than, say, running an internal singular mail server.</p>
<p>But for outbound email I will be setting up an internal SMTP server.  I can&#8217;t risk an outbound email disabling mail reception for an unknown period of time. If you&#8217;re considering Fusemail, then consider running <a href="http://www.postfix.org" target="_blank">Postfix</a> on *NIX, or perhaps some simple Windows SMTP server like <a href="http://www.softheap.com/newsmtp.html" target="_blank">Corporate SMTP Server</a> locally for outbound mail.</p>
<p>Fusemail, this sucks! Fix it!</p>
]]></content:encoded>
			<wfw:commentRss>http://my.galagzee.com/2009/05/03/fusemail-auto-suspends/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Fusemail, strike one</title>
		<link>http://my.galagzee.com/2009/05/03/fusemail-strike-one/</link>
		<comments>http://my.galagzee.com/2009/05/03/fusemail-strike-one/#comments</comments>
		<pubDate>Sun, 03 May 2009 06:14:56 +0000</pubDate>
		<dc:creator>Ville Walveranta</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[fusemail]]></category>
		<category><![CDATA[mailtrust]]></category>
		<category><![CDATA[outsourcing]]></category>
		<category><![CDATA[webmail]]></category>

		<guid isPermaLink="false">http://my.galagzee.com/?p=204</guid>
		<description><![CDATA[Over last several weeks I&#8217;ve gradually externalized both my own and my employer&#8217;s mail systems from internal servers to an outsourced service.  My own mail has been running for years on qmail on FreeBSD.  It&#8217;s worked well, but the age of my own server has become a growing concern, and in general in event of]]></description>
			<content:encoded><![CDATA[<p>Over last several weeks I&#8217;ve gradually externalized both my own and my employer&#8217;s mail systems from internal servers to an outsourced service.  My own mail has been running for years on qmail on FreeBSD.  It&#8217;s worked well, but the age of my own server has become a growing concern, and in general in event of a system failure mail would not flow &#8211; that&#8217;s not good, and nobody&#8217;s going to fix it if I&#8217;m out of town.  So paying couple of bucks per month per mailbox is—at least in theory—worth it to not have to stress over mail system (even though I&#8217;ve found Postfix/Dovecot really interesting and actually quite pleasant to configure.. I was going to move the qmail system to Postfix before I started thinking about outsourcing the whole thing to save time).</p>
<p>Meanwhile, my employer&#8217;s email has been running on Exchange for several years, starting preceding my time with the company.  It has been a grief, though I&#8217;m sure it&#8217;s partially due to the fact that the the mail server is also the domain controller of a small office LAN. But why should it be? Qmail or Postfix run quite well on a Linux/*BSD server with Apache, MySQL, BIND. So I&#8217;ve been looking forward getting rid of Exchange, and migrating to Postfix/Dovecot system until, again, I started thinking that perhaps it&#8217;s not worth the stress to run an internal mail server. I&#8217;m the only person tending to it and, say, if I&#8217;m on a vacation and the mail goes down, it would not be good.</p>
<p>Once I started considering outsourcing email an option, I started evaluating various services. Fusemail and Mailtrust quickly bubbled to the top. Fusemail has more features, and the deciding factors (in Fusemail&#8217;s favor) were the ability to adjust the spam filtering (Mailtrust only has &#8220;on&#8221; or &#8220;off&#8221; options which is a bit scary — if the filtering is too stringent or too lenient, there&#8217;d be nothing that could be done about it.. Mailtrust&#8217;s rep suggested that I might want to look into an external spam filtering solution if I wanted more control.. but no thanks; I had been running Katharion for mail filtering for several months which worked ok, but if I was going to outsource the mail, I wanted an integrated solution), and the ability to increase a mailbox allocation for an individual user by purchasing more user accounts and allocating their mailbox allowance to the existing users. Mailtrust is fixed to 10Gb.</p>
<p>On the web there is about 50/50 comments for and against the quality of support for both Fusemail and Mailtrust, so from the comments alone it was impossible to deduce which service would have better support. Pre-sales support was slightly better on Fusemail side, and the few quirks ran across during setup have been addressed satisfactorily.</p>
<p><strong>Strike One</strong></p>
<p>Tonight (Saturday evening) around 18:00 my user account under my employer&#8217;s master account suddenly disappeared.  I access mail from Outlook via IMAP, and suddenly Outlook prompted for the account password. So I logged in to Fusemail admin account and clicked on my user name. [Paraphrasing] &#8220;Cannot edit terminated user account&#8221;.  What?! To terminate a user account in Fusemail you have to check the checkbox next to the user name, click &#8220;Terminate&#8221;, check another checkbox (&#8220;yes, I&#8217;m sure I want to do that&#8221;), and then click on &#8220;Yes&#8221;. Only then does a user account get removed, or scheduled for deletion as it takes many, many hours for the username actually be purged from the system so that it can be taken into use again. I most certainly did not execute those steps.  I&#8217;m the only one with access to that admin account, and the password is sufficiently complex so that it&#8217;s very unlikely the account would&#8217;ve been compromised. This leaves system error as the most likely cause.  I called the emergency support around 18:30 and left a message (they claim to have someone on call), then again again around 20:00, and also opened an &#8220;Urgent&#8221; support ticket through their support system at 22:40.  It&#8217;s now over six hours since my first &#8220;emergency&#8221; support request, so I can only assume the on-call person has gone to party (or that they don&#8217;t have an on-call tech in the first place). The emergency support number instructs the caller that &#8220;while the support technician is not immediately available, it does not mean that support would not be available immediately&#8221;. It&#8217;s looking like they were wrong.</p>
<p>I didn&#8217;t lose a tremendous amount of email (and perhaps Fusemail can restore it), but during this downtime emails to my account which has multiple &#8220;admin&#8221; aliases are being rejected.  If I was running my own mail server I could obviously have fixed a problem already, but an outsourced solution is supposed to *reduce* system management stress.</p>
<p>Longevity of this outsourcing attempt depends largely on how Fusemail will deal with this situation. Having to reconfigure my user account and its associated aliases would be annoying, but more than restore I want to know what caused the problem, can they be sure to prevent it from recurring, and what&#8217;s the deal with the non-existent emergency support.</p>
<p>If the deleted account would&#8217;ve been that of the CEO of my employer, or my personal primary account (which I have also outsourced to Fusemail in a separate account), this first strike would&#8217;ve likely been also the last for Fusemail.</p>
<p>&#8211;</p>
<p>Couple of considerations for those who&#8217;re comparing, say, Fusemail and Mailtrust, or considering mail outsourcing in the first place:</p>
<ul>
<li>Forward/distribution management is currently better implemented in Mailtrust.  It&#8217;s workable in Fusemail, but it&#8217;s more straightforward in Mailtrust. If this is an important feature to you, pay attention when you&#8217;re comparing the services.</li>
<li>Secure connections (SMTP, IMAP, POP) work better with Mailtrust than with Fusemail. Fusemail is supposedly looking into this. Not a huge issue for me since the SMTP traffic is generally not encrypted anyway, so encrypting the last leg (from the service to the client) isn&#8217;t very significant.</li>
<li>Fusemail&#8217;s IMAP is not blazingly fast even when accessed from a fast net connection. Same goes occasionally for their web client. They are, however, generally within acceptable limits.</li>
<li>A general comment if you&#8217;re using SPF: when you use a service provider&#8217;s SMTP servers you can&#8217;t positively lock down who&#8217;s authorized to send mail for your domain. If someone who&#8217;s hosting their mail at Fusemail decides to send spam spoofing one of my domains, they&#8217;ll appear as authorized for the recipient&#8217;s spam filter since I&#8217;ve authorized Fusemail&#8217;s SMTP servers in my domains&#8217; SPF records.</li>
<li>Test (!) the support of different providers by sending them a support request on Saturday evening. See when you get a response. Fusemail claims on their website: &#8220;24x7x365 Support&#8221;, but I&#8217;m now finding that it is not completely solid; it should instead read: &#8220;You can <em>leave us a message</em> 24x7x365&#8243;.</li>
<li>If you don&#8217;t have large number of users to support and they use IMAP to access the remote email, consider setting up backup mailboxes at gmail (free!), and creating a mail rule (available at least in Fusemail) which automatically copies those backup mailboxes for all inbound email.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://my.galagzee.com/2009/05/03/fusemail-strike-one/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Cross-browser insanity!</title>
		<link>http://my.galagzee.com/2009/04/06/cross-browser-insanity/</link>
		<comments>http://my.galagzee.com/2009/04/06/cross-browser-insanity/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 04:57:14 +0000</pubDate>
		<dc:creator>Ville Walveranta</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[compatibility]]></category>
		<category><![CDATA[cross]]></category>

		<guid isPermaLink="false">http://my.galagzee.com/?p=191</guid>
		<description><![CDATA[I&#8217;ve been working on couple web-projects for last couple of months, doing more intense web-development than for some time (my work takes me sometimes to the system side, even to hardware, and then back again to the application level).  This time I&#8217;ve had the pleasure to work on a design that has to work on]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on couple web-projects for last couple of months, doing more intense web-development than for some time (my work takes me sometimes to the system side, even to hardware, and then back again to the application level).  This time I&#8217;ve had the pleasure to work on a design that <em>has</em> to work on all grade A browsers, and also support the evil IE6 as something like 20-30% of the demographics of the users of the site still use that browser. Most of such users are likely locked in by a standard corporate desktop or another.</p>
<p>I have been developing the site for FireFox 3.x and IE7, switching back and forth while using the excellent <a href="http://www.skybound.ca/" target="_blank">Stylizer</a> (of which a new version was just released, btw) to make sure the layout works in both. Then creating exceptions for IE6 and Safari as needed. The new fun thing is IE8. Not only is IE8&#8242;s &#8220;IE7 compatibility mode&#8221; not 100% IE7, but the way the browser renders pages also depends on what operating system it&#8217;s run on. IE8 in IE7 compatibility mode on Vista looks different than IE8 in IE7 compatibility mode on Windows XP! So, in essence, IE8 introduced four (or more!) new browsers to compensate for!</p>
<p>There is a reason for why Google&#8217;s home-page has so simple design: it&#8217;s the only way to ensure the page looks the same and doesn&#8217;t melt down regardless of what browser on whatever platform is used to view it!</p>
<p>We have long since passed a point where it&#8217;s reasonable for an individual web-developer to write a more complex site that reliably looks more or less the same regardless of the browser, or a platform. Different strategies must be adopted to overcome the problem. For one, I&#8217;ll be using a <a title="Browser.php - Detecting a user’s browser from PHP" href="http://chrisschuld.com/projects/browser-php-detecting-a-users-browser-from-php/" target="_blank">back-end browser/platform detection script</a> for all future projects. It&#8217;ll make it fairly straightforward and reliable to serve corrective stylesheets that override the defaults in &#8220;global.css&#8221; for the browsers/platforms that need correcting. Attempting to correct for IE8&#8242;s different modes, or Safari&#8217;s different versions in JavaScript is enough to drive anyone mad. Perhaps the only good thing about IE8&#8242;s arrival is that it will finally force IE6 into obsolescence (I rather take IE8&#8242;s shaky modes than IE6!)</p>
<p>I&#8217;m also increasingly leaning toward Flex RIAs for most any purpose. With Flex/Flash apps the user either sees the application or doesn&#8217;t — and the design will <em>always</em> look the same, regardless of the browser or the platform used to view it.</p>
<p>On the web it&#8217;s obviously impossible to enforce regulations for how the browsers should or should not function, but from a developer&#8217;s point of view it would be great if the browsers would need to be certified to meet fairly tough W3C compliance standards and anyone using a non-certified browsers would be SOL (and moreover, nobody would scorn at—or be surprised about—the lack of a site&#8217;s support for the non-certified browsers).</p>
]]></content:encoded>
			<wfw:commentRss>http://my.galagzee.com/2009/04/06/cross-browser-insanity/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Microsoft Server Products are bad for business!</title>
		<link>http://my.galagzee.com/2008/11/12/microsoft-server-bad-for-business/</link>
		<comments>http://my.galagzee.com/2008/11/12/microsoft-server-bad-for-business/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 03:06:40 +0000</pubDate>
		<dc:creator>Ville Walveranta</dc:creator>
				<category><![CDATA[Ergonomics]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[windows server]]></category>

		<guid isPermaLink="false">http://my.galagzee.com/?p=148</guid>
		<description><![CDATA[I have been using various Windows Server platforms for a good decade now. I&#8217;m not a MCSE, but I know my way fairly well around Windows 2000 and 2003. Yet I&#8217;ve never been able to completely shed the feeling of looking for a needle in a haystack when something goes seriously wrong and Windows gives]]></description>
			<content:encoded><![CDATA[<p>I have been using various Windows Server platforms for a good decade now. I&#8217;m not a MCSE, but I know my way fairly well around Windows 2000 and 2003. Yet I&#8217;ve never been able to completely shed the feeling of looking for a needle in a haystack when something goes seriously wrong and Windows gives an error message such as: <em>&#8220;Error code 00000050, parameter1 a04bd7e8, parameter2 00000000, parameter3 8089c425, parameter4 00000000&#8243;</em> in the System Log as the reason for mysterious, repeated reboots. Perhaps if I were a MCSE I would know how to go about debugging such a problem in a more methodical fashion than the &#8220;shot-in-the-dark-debugging&#8221; I often have to employ in such situations, and thus reach a conclusion (and a fix) in a reasonable amount of time. But maybe it would take just as much effort, MCSE or not; the Windows Server products keep the administrator at an arm&#8217;s length when it comes to divulging their inner workings, or at least they seem to run any diagnostic information through an obsfuscator of some kind. Oftentimes having a good reference library and good web mining skills aren&#8217;t enough and the only remaining option is to contact the support &#8211; which costs money.</p>
<p>Microsoft also often recommends against running various functions (mail, database, directory controller to name a few) on a single server, no matter how small the environment. Domain Controller should have its own box. So should SQL Server, and (of course) Exchange. And the web server often doesn&#8217;t run well in a box with any of the above. Naturally you need an operating system license for all of the servers with dedicated functionality. A SQL Server license costs about $6,000 (per CPU). Exchange starts from about $1,100 for five users, etc. Why does anyone want to pay such high prices when better (more powerful, simpler to maintain) options exist? Support! But if you chose an open source alternative (such as, for example, FreeBSD or Linux for the operating system, MySQL for database, Apache for web server, Postfix for mail server&#8230;) you wouldn&#8217;t <em>need</em> support nearly as often, assuming you have an equally competent administrator for both environments.</p>
<p>My latest harrowing experience with Microsoft Server products was with Exchange 2003 Standard. I was faced with a server reinstall. The server is also a DC, and realizing the potential unexpected interactions between the various components I did a fair amount of research before starting the reinstall. Alas, this did not help. Exchange&#8217;s web access bombed completely even though the install was technically &#8220;clean&#8221; and the different components were carefully installed in the recommended order, and patched to the current patch levels.</p>
<p>I ended up blowing OWA2003 away, redirecting webmail to a FreeBSD server, and setting up Squirrelmail via IMAP to Exchange which worked right off the bat without any messy configuration issues with ASP.NET accounts. And the users have a more versatile web-mail interface than what OWA2003 would&#8217;ve offered.</p>
<p>As a result of this experience I&#8217;ve decided to move the LAN in question away from Exchange — into Postfix on FreeBSD. And yes, the same UNIX server will also handle intranet web, MySQL databases and external domain DNS services (for DNS there will be a secondary elsewhere) with little effort. It also says something about Exchange that <a href="http://www.postfix.org/postconf.5.html" target="_blank">the lengthy list of Postfix&#8217;s configuration parameters</a> feels very straightforward when compared to Exchange&#8217;s configuration (having used both products now for several years). Postfix&#8217;s numerous configuration options give a very fine-grained control over how the MTA should function. If something goes wrong, Postfix (and Dovecot which I&#8217;ll use for IMAP/POP interface) <em>tells you what&#8217;s wrong</em>. And should I be totally stumped, Postfix&#8217;s excellent support community (mailing list) provides almost instantaneous solutions to even the most complex questions.</p>
<p>It is quite apparent that Microsoft is targeting Exchange primarily to large corporations considering that the production version of Exchange 2007 only runs on 64-bit Windows servers. Such organizations can also afford to throw money around for &#8220;Exchange administrators&#8221; whose whole job is to maintain the mail server. Perhaps it&#8217;s not wasted money, large organizations often have complex enough mail systems so that dedicated individuals or even teams are necessary. But when implementing Exchange in a smaller environment—except for perhaps the wizard-driven SMB-version (which keeps the admins at broomstick&#8217;s length away)—the heavier demand for Exchange management is still there even though the mail volume is lower. Small and medium-size organizations can save incredible amounts of money in license fees and in hardware investments simply by choosing Open Source software that will do the job in most cases much better than Microsoft&#8217;s Server Products. I would venture to say that Postfix, for example, offers more detailed control over how the mail is processed than Exchange while at the same time offering lower management complexity, a <em>lot</em> more power, and less <em>need</em> for ongoing maintenance.</p>
<p>Going forward, I will be recommending a mixed solution for the SMBs: Windows desktops (XP, for now) with Windows domain to centralize logins and to facilitate file sharing. That takes two Windows servers for most SMB LAN environments (one generally suffices performance-wise, but a second system is recommended for AD backup and it also functions as a backup server in case the primary server fails. For mail, database, ftp, LDAP, external DNS, and web, however, I&#8217;m recommending UNIX servers. My personal preference is FreeBSD, but Linux will work just as well. Again, perhaps two servers which can share and mirror operations under normal circumstances and function as backup for each other in event of a hardware failure. Total of four boxes (or two if cost is a concern and an outage stemming from a system failure isn&#8217;t devastating to the business) configured as described will create a very versatile system with a high degree of stability.</p>
<p>I end this post with two, somewhat connected observations: First, externalizing spam filtering is a good idea. <a href="http://www.katharion.com" target="_blank">Katharion</a> provides excellent functionality, and around the end of the year they will also include webmail access to users&#8217; email which is cached for thirty days. This doubles as a backup mail service for internal SMB mail servers. I&#8217;ll write more about Katharion in a future post.</p>
<p><span style="text-decoration: line-through;">Second, it may be time to ditch Outlook as well. Why doesn&#8217;t Outlook 2007 provide secure IMAP connections?! If team calendaring is not needed, Thunderbird looks like a much better choice (and even if calendaring and contacts are needed, they can be implemented with other available products).</span></p>
<p><strong>Edit:</strong> Outlook 2007 does offer TLS for IMAP connections (Tools &gt; Account Settings &gt; [select profile] &gt; Change &gt; More Settings &gt; Advanced &gt; Use the following type of encrypted connection: [None/SSL/TLS/Auto]).  Unfortunately, Thunderbird continues to have a number of issues, not least of which is the somewhat clumsy and aged-looking GUI which makes the program less flexible and comfortable to use than Outlook. Outlook&#8217;s superiority isn&#8217;t completely unexpected: while I maintain that Microsoft Server Products are overpriced, underperforming resource-hungry bloatware, I also recognize that their desktop software is pretty good (excluding Vista.. I really hope they get it right with Windows 7). The Office Suite is very well designed, and VisualStudio is a stellar development tool. Now if MS fixed the HTML rendering problem in Outlook 2007&#8230;</p>
<p>To recap: Windows for the desktop, domain controller (obviously), and for Windows LAN file sharing. UNIX for mail, database, web, DNS and other applications requiring good performance, configurability and security on the internet.</p>
]]></content:encoded>
			<wfw:commentRss>http://my.galagzee.com/2008/11/12/microsoft-server-bad-for-business/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>&#8220;Windows 7 is Vista.&#8221; Really?</title>
		<link>http://my.galagzee.com/2008/10/19/windows-7-is-vista-really/</link>
		<comments>http://my.galagzee.com/2008/10/19/windows-7-is-vista-really/#comments</comments>
		<pubDate>Mon, 20 Oct 2008 03:41:36 +0000</pubDate>
		<dc:creator>Ville Walveranta</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://my.galagzee.com/?p=131</guid>
		<description><![CDATA[I see Microsoft has already started to lay down the groundwork for the failure of Windows 7 (Ballmer: Windows 7 is Vista, just &#8216;a lot better&#8217;, InfoWorld). Saying something like that at this point in time should work about as well as if John McCain were to declare that &#8220;he is George W. Bush, just]]></description>
			<content:encoded><![CDATA[<p>I see Microsoft has already started to lay down the groundwork for the failure of Windows 7 (<em><a href="http://www.infoworld.com/article/08/10/17/Ballmer_Windows_7_is_Vista_just_a_lot_better_1.html?source=NLC-TB&amp;cgd=2008-10-17" target="_blank"><strong>Ballmer</strong>: Windows 7 is Vista, just &#8216;a lot better&#8217;</a>, InfoWorld</em>). Saying something like that at this point in time should work about as well as if <strong>John McCain</strong> were to declare that &#8220;he is <strong>George W. Bush</strong>, just a lot better.&#8221; People don&#8217;t like Vista as there is very little apparent gain from it (as compared to XP), and if Windows 7 <em>is</em> Vista 2.0 it must mean that large number of Vista&#8217;s obnoxioius features will still present in Windows 7.</p>
<p>When Windows NT came out its benefits were obvious over Windows 98. Subsequently Windows 2000 took out the rough edges off of NT making the new environment very useable, and lightyears ahead of 98 in stability, features, etc. XP further refined that lineage. Vista, on the other hand, has no such apparent benefits over XP. Even though Microsoft has put significant amount of time into developing the kernel under the hood, to the users it looks more bloated, more resource-hungry, more glitsy, but with few features that leave the user wanting to switch over (DirectX 10 being perhaps one of the only ones.. and if you don&#8217;t play games, even it has little significance to you). Obviously Windows 7 continues the lineage, but just as John McCain is desperately trying to point out that he is <em>not</em> George W. Bush, Microsoft would be well advised to play down the likeness of Windows 7 to Vista.</p>
<p>Rather than advertising Windows 7&#8242;s already painfully obvious lineage, Microsoft could, for a change, attempt something revolutionary such as making the new version of the Windows actually <em>less</em> resource hungry so that it would run <em>faster</em> on the same hardware as its predecessor. With many UNIX distributions such as FreeBSD that is generally the case; new versions squeeze more torque out of the same hardware than did their predecessors.</p>
]]></content:encoded>
			<wfw:commentRss>http://my.galagzee.com/2008/10/19/windows-7-is-vista-really/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>CI Host, an evil-doer of the hosting world</title>
		<link>http://my.galagzee.com/2008/10/08/ci-host-evil-doer-of-hosting-world/</link>
		<comments>http://my.galagzee.com/2008/10/08/ci-host-evil-doer-of-hosting-world/#comments</comments>
		<pubDate>Wed, 08 Oct 2008 19:55:09 +0000</pubDate>
		<dc:creator>Ville Walveranta</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[ci host]]></category>
		<category><![CDATA[ci host sucks]]></category>
		<category><![CDATA[cihost]]></category>
		<category><![CDATA[co-lo]]></category>
		<category><![CDATA[co-location]]></category>
		<category><![CDATA[sucks]]></category>

		<guid isPermaLink="false">http://my.galagzee.com/?p=107</guid>
		<description><![CDATA[If you Google &#8220;CI Host sucks&#8221; you get about 340,000 hits. Even with the quotes (exact string search) you get 70 hits. This post joins that group. I&#8217;ve been a co-location customer with CI Host since January 2002, and used their shared hosting for some time before then. Their shared hosting really sucked&#8230; so I&#8217;m]]></description>
			<content:encoded><![CDATA[<p>If you Google &#8220;CI Host sucks&#8221; you get about 340,000 hits. Even with the quotes (exact string search) you get 70 hits. This post joins that group.</p>
<p>I&#8217;ve been a co-location customer with CI Host since January 2002, and used their shared hosting for some time before then. Their shared hosting <em>really</em> sucked&#8230; so I&#8217;m not sure why I thought their co-lo service would be any better, but to my defense I must note that at the time there were no local co-lo alternatives in the same price-range. Granted, with one&#8217;s own, remotely managed server there has been no need to deal with CI Host&#8217;s non-existent customer service, at least to the same degree as with shared hosting. But co-locating introduced its own issues, <a href="http://my.galagzee.com/index.php/2008/04/11/ci-host-40c-and-rising/" target="_blank">such as periodic loss of A/C</a> while the server power is still available (this has happened three times in last six years) where the server almost cooks before they either got A/C back online, or I found out as my server&#8217;s environmental sensors started sending high temp alerts and I was able to turn off the server before hard drives started failing.</p>
<p>Being now aware of all these problems as well as to save money I started recently a project to consolidate servers into a different, <a href="http://www.colo4dallas.com" target="_blank">much better data center</a>.  I had some credit left on my CI Host account, and it was enough to keep the service up through the 20th of October, this month, or so I thought. In late September I contacted CI Host billing and told them I was planning to cancel the service in early October. &#8220;No problem,&#8221; they said, &#8220;we&#8217;ll erase your credit card info to prevent automatic billing on October 8. Just submit your cancellation notice with instructions so that the service won&#8217;t be terminated when the billing doesn&#8217;t go through.&#8221; So I sent in my cancellation on September 23, and faxed in the signature form (mind you, the fax number they provided on the cancellation confirmation email was &#8220;no longer in service&#8221;, so I had to find their current, functional fax number first).</p>
<p>Today — on October 8 — I received an invoice from their billing department, with the <em>difference between the total amount for the month and the remaining credit due immediately</em>.  Surprised, I called them, and was told that &#8220;CI Host does not pro-rate credit for part of a month,&#8221; and that &#8220;your invoice is due now,&#8221; (or we&#8217;ll terminate the service and won&#8217;t relinguish the server when you come to pick it up) no exceptions.</p>
<p>Arrgh!!  What is this?!  There was also &#8220;nobody else to talk to&#8221; than &#8220;Sheila&#8221; with whom I spoke. No supervisor &#8211; she <em>was</em> the supervisor. The fact that I&#8217;d been a customer for almost seven years, had referred several customers to them (which I now regret), had stated that I don&#8217;t need the remainng credit (about $20) refunded after I&#8217;ve removed the server, and that I had been told otherwise couple of weeks ago (when I still would&#8217;ve had the time to remove the server before the end of September and the beginning of a new billing cycle) made no difference.</p>
<p>I nearly removed the server from the center last Saturday after their network (and cleverly also the customer service phones which probably operate over VoIP) had been down for three hours. I wish I had, because then I could&#8217;ve simply refused to pay. Now I had no choice since my server was being held hostage, and I had not demanded it on the paper that the remaining credit would indeed have been good through October 20th without an extra payment.</p>
<p>Now, some $36 I had to pay is not a huge sum of money, but the way they treated a long-term customer was plain wrong. Considering the number of unsatisfied customers and some major gaffes over the last decade or so, it&#8217;s miraculous that they&#8217;re still in business. My guess (and hope) is that they won&#8217;t last much longer, they don&#8217;t deserve it. I will never refer another person to them, and am sure to tell the story to as many people as possible. Was it worth the $36 for them?</p>
<p>P.S.<br />
If you need top-notch co-lo service, look into <a href="http://www.virtbiz.com/shop/" target="_blank">VIRTBIZ</a> (starting at about $10/mo more than CI Host per month), or <a href="http://www.colo4dallas.com" target="_blank">Colo4Dallas</a>. Both have excellent level of service. For managed hosting try out <a href="http://www.rackspace.com/" target="_blank">Rackspace</a>. Using a sucky hosting company like CI Host is simply not worth the grief!</p>
]]></content:encoded>
			<wfw:commentRss>http://my.galagzee.com/2008/10/08/ci-host-evil-doer-of-hosting-world/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Microsoft Trackball Explorer, discussion continues</title>
		<link>http://my.galagzee.com/2008/09/23/microsoft-trackball-explorer-discussion-continues/</link>
		<comments>http://my.galagzee.com/2008/09/23/microsoft-trackball-explorer-discussion-continues/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 00:26:46 +0000</pubDate>
		<dc:creator>Ville Walveranta</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[microsoft trackball explorer]]></category>
		<category><![CDATA[tbe]]></category>
		<category><![CDATA[trackball]]></category>

		<guid isPermaLink="false">http://my.galagzee.com/?p=104</guid>
		<description><![CDATA[I&#8217;ve today posted an update to the original 03 July 2007 article about the demise of the venerable Microsoft Trackball Explorer pointing device. Check out the original article, the update (following the original article), and the countless comments the post has received over the past year. What&#8217;s the matter with Microsoft?!]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve today posted an update to the original 03 July 2007 article about the demise of the venerable <strong>Microsoft Trackball Explorer</strong> pointing device.  Check out the <a href="http://my.galagzee.com/index.php/2007/07/03/microsoft-trackball-explorer/">original article</a>, the update (following the original article), and the countless comments the post has received over the past year. What&#8217;s the matter with Microsoft?!</p>
]]></content:encoded>
			<wfw:commentRss>http://my.galagzee.com/2008/09/23/microsoft-trackball-explorer-discussion-continues/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Total Uninstall + ExpPrint = *TOTAL* uninstall</title>
		<link>http://my.galagzee.com/2008/08/04/total-uninstall-expprint-total-uninstall/</link>
		<comments>http://my.galagzee.com/2008/08/04/total-uninstall-expprint-total-uninstall/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 21:28:12 +0000</pubDate>
		<dc:creator>Ville Walveranta</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[disaster]]></category>
		<category><![CDATA[total uninstall]]></category>

		<guid isPermaLink="false">http://my.galagzee.com/?p=80</guid>
		<description><![CDATA[I&#8217;ve been using Marteau&#8217;s Total Uninstall for quite some time now, and generally it works very well.  It keeps the system clean of the junk programs generally leave behind when they&#8217;re uninstalled.  However, couple of days ago Total Uninstall totally uninstalled my system.  I needed to print a listing of the contents of a folder,]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using Marteau&#8217;s <a href="http://www.martau.com/" target="_blank">Total Uninstall</a> for quite some time now, and generally it works very well.  It keeps the system clean of the junk programs generally leave behind when they&#8217;re uninstalled.  However, couple of days ago Total Uninstall <em>totally</em> uninstalled my system.  I needed to print a listing of the contents of a folder, and I remembered a program I had tried at some point, <a href="http://www.jddesign.co.uk/products/expprint/expprint.htm" target="_blank">ExpPrint</a>.  I downloaded and installed the latest version of ExpPrint, 3.1.0.1, and printed the directory. Few hours later it occurred to me that the excellent file manager that has long been part of my core utilities, <a href="http://www.gpsoft.com.au/" target="_blank">Directory Opus</a>, might have the directory printing functionality built in — something which I confirmed quickly. It also turned out that that the directory printing features of Directory Opus worked better and were more configurable than those of ExpPrint&#8230; so I decided to uninstall ExpPrint.  I fired up Total Uninstall, selected ExpPrint, and started application uninstall which quickly completed. I then clicked on the &#8220;Uninstall&#8221; button of Total Uninstall to remove the scraps left behind by the software.</p>
<p>Only this time I would be treated to a <em>total</em> uninstall of my Windows XP as I was about to find out. Total Uninstall first displayed few items that &#8220;were added after the program [to be uninstalled] was installed&#8221;. They were generic context-menu items, so I made sure they were unselected, and proceeded. Program worked for some 20 seconds and then produced a lengthy list of all the registry values it had deemed part of the ExpPrint, and thus removed.  Only the list contained good part of my XP&#8217;s registry values including <em>all</em> context-menu items, <em>all</em> file associations, etc. Needless to say, after that nothing worked, including the system restore.</p>
<p>Nor did it help to attempt to restore system state (there would have been a very recent system state available) from the recovery console as outlined in a <a href="http://searchwincomputing.techtarget.com/tip/0,289483,sid68_gci1167895,00.html" target="_blank">TechTarget article</a>. Windows would just not start. Realizing that even if I were able to get it back up and running, the configuration would likely never work very well, I resigned to a full reinstall with a sigh.  Since the filesystem was intact and since I keep good backups, I lost no data, just time.</p>
<p>Lesson learned: it&#8217;s worth keeping a restorable <em>image</em> backup of the system/program files partition in addition to data backups.</p>
<p><span style="color: #ff0000;"><strong>Update 17 September 2008:</strong></span> I&#8217;m still using Total Unintall, or at least &#8220;have been using it&#8221;.  Yesterday I was installing some Photoshop plugins, and while doing so accidentally installed a plugin into inDesign&#8217;s plugin folder.  So I fired up Total Uninstall to remove the software. The result: the entire plugins folder of inDesign was wiped out. Fortunately only files were touched, and fortunately Total Uninstall removed them to Recycle Bin, so restoring them was fairly easy without a lengthy repair/reinstall of inDesign. But as it seems Total Uninstall doesn&#8217;t have a feature to <em>preview</em> what is about to be uninstalled, I&#8217;m now questioning how good of an idea its continued use is. I&#8217;ve found the program quite effective, but errors like this make it hazardous to use. I&#8217;m going to suggest a preview as a new feature, but meanwhile—until/if such feature is added; see <a href="http://www.martau.com/forums/viewtopic.php?f=5&amp;t=435" target="_blank">my feature request on Martau.com</a>—I may opt to use some other uninstaller that does provide the preview as well as the option to choose whether or not to remove the &#8220;left over&#8221; items the uninstaller has found, or if no software provides such feature I may lay off 3rd party uninstallers for now—it&#8217;s better to have clutter in the system than to have to have to reinstall everything. I took a quick peek at Total Install&#8217;s competition (including <a href="http://www.ursoftware.com/uninstaller.htm" target="_blank">Your Uninstaller!</a>, <a href="http://www.innovative-sol.com/uninstaller/" target="_blank">Advanced Uninstaller PRO</a>, free <a href="http://www.revouninstaller.com/" target="_blank">Revo Uninstaller</a>, and the popular, also free <a href="http://www.ccleaner.com/" target="_blank">CCleaner</a>), and I wasn&#8217;t impressed. Let&#8217;s hope Martau adds the uninstall preview; it&#8217;s otherwise the best tool for the job!</p>
<p><span style="color: #ff0000;"><strong>Update 21 September 2008</strong>:</span><strong> </strong>My over-zealous spam-filter had caught Martau&#8217;s response to the initial problem in August. It has been addressed in the current release and &#8220;total uninstall&#8221; should no longer happen! Also, it turns out that the detected changes display (the &#8220;Changes&#8221; tab) in Total Uninstall displays all the changes that the program has detected for each installed program, and that will be reverted or removed during the uninstall. Thus, by reviewing the detected changes in prior to starting the uninstallation process any unpleasant surprises can be avoided. This is pretty much what I was looking for with the &#8220;uninstall preview&#8221; feature (as outlined in 17 September 2008 update above).  Good job, Martau!  <strong>Now I can continue to recommend Total Uninstall as the best uninstall tool available for Windows! </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://my.galagzee.com/2008/08/04/total-uninstall-expprint-total-uninstall/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Slots Are Dead&#8230; Long Live the Slots!</title>
		<link>http://my.galagzee.com/2008/06/06/slots-are-dead-long-live-the-slots/</link>
		<comments>http://my.galagzee.com/2008/06/06/slots-are-dead-long-live-the-slots/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 20:30:45 +0000</pubDate>
		<dc:creator>Ville Walveranta</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[Technical]]></category>

		<guid isPermaLink="false">http://my.galagzee.com/index.php/2008/06/06/slots-are-dead-long-live-the-slots/</guid>
		<description><![CDATA[Some years ago slot-load CD and DVD drives were abound.&#160; Plextor, Pioneer, Sony, Toshiba all made some models that lacked the tray.&#160; Now if you try to find one you&#8217;re out of luck (except, perhaps, on eBay where you might still find a second hand slot-load drive). So what happened? The slot-loaders clearly cannot be]]></description>
			<content:encoded><![CDATA[<p>Some years ago slot-load CD and DVD drives were abound.&#160; Plextor, Pioneer, Sony, Toshiba all made some models that lacked the tray.&#160; Now if you try to find one you&#8217;re out of luck (except, perhaps, on eBay where you might still find a second hand slot-load drive).</p>
<p>So what happened? The slot-loaders clearly cannot be as fragile as the tray units &#8211; the trays are flimsy!&#160; Especially laptop DVD-drive trays almost self-destruct on slightest breeze!&#160; Perhaps there were issues with the alignment&#8230; but then a slot-load DVD-ROM drive that I have had in use from the early part of this decade is still working fine and I&#8217;ve never had any trouble with it.&#160; Perhaps it&#8217;s difficult to make writers that are slot-load?&#160; But there is still a place for read-only units.&#160; Two of the three computers our kids use (each has their own) has currently a destroyed DVD-ROM drive. You guessed it, the tray&#8217;s been bent or ripped out.&#160; If they were slot-load drives, perhaps some items would&#8217;ve been stuffed into them, but likely they would not have been destroyed.&#160; Slot-load drives would also be perfect for laptops: no super-flimsy trays, just a slot where a disk would sleekly slide in.</p>
<p>Clearly it is <em>possible</em> to continue manufacturing reliable slot-load drives as, for example, the popular game-console Wii that was released less than two years ago, comes with a slot-load DVD-drive.&#160; Wii drive reads both 4.7Gb and 9Gb DVD disks so clearly alignment can not be a major issue.</p>
<p>Manufacturers, please bring back the slot-load drives!</p>
]]></content:encoded>
			<wfw:commentRss>http://my.galagzee.com/2008/06/06/slots-are-dead-long-live-the-slots/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
