<?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>Tech Prognosis &#187; Small Business Server (SBS)</title>
	<atom:link href="http://blog.techprognosis.com/category/small-business-server-sbs/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.techprognosis.com</link>
	<description>Allowing You to Focus on Work</description>
	<lastBuildDate>Mon, 06 Feb 2012 03:50:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How To Fix Error 80072EFD On Small Business Server 2008</title>
		<link>http://blog.techprognosis.com/2010/07/19/how-to-fix-error-80072efd-in-small-business-server-2008.html</link>
		<comments>http://blog.techprognosis.com/2010/07/19/how-to-fix-error-80072efd-in-small-business-server-2008.html#comments</comments>
		<pubDate>Mon, 19 Jul 2010 14:56:53 +0000</pubDate>
		<dc:creator>Daniel Ihonvbere</dc:creator>
				<category><![CDATA[Enterprise Computing]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Small Business]]></category>
		<category><![CDATA[Small Business Server (SBS)]]></category>
		<category><![CDATA[Software Patches]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Error 80072efd fix]]></category>
		<category><![CDATA[error 80072EFD on SBS 2008]]></category>
		<category><![CDATA[Small Business Server]]></category>
		<category><![CDATA[Windows Server Update Service]]></category>
		<category><![CDATA[Windows update error 80072EFD]]></category>

		<guid isPermaLink="false">http://blog.techprognosis.com/?p=966</guid>
		<description><![CDATA[For several months, I had a client with a Small Business Server 2008 that just would not update. It worked for a while and just suddenly quit after a round of updates through automatic update. No matter what I tried from confirming network connectivity, checking firewall settings, adding and re-adding the update sites to firewall [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.techprognosis.com/wp-content/uploads/2010/07/Windows_Server_2008_v.jpg"><img class="alignleft size-full wp-image-1062" style="margin: 4px 8px;" title="Windows_Server_2008_v" src="http://blog.techprognosis.com/wp-content/uploads/2010/07/Windows_Server_2008_v.jpg" alt="" width="150" height="50" /></a>For several months, I had a client with a Small Business Server 2008 that just would not update. It worked for a while and just suddenly quit after a round of updates through automatic update. No matter what I tried from confirming network connectivity, checking firewall settings, adding and re-adding the update sites to firewall exceptions, disabling anti-virus applications and software accelerators to spending long hours reading Technet articles and <a href="http://support.microsoft.com/?kbid=836941">suggested fixes from Microsoft</a>, and a thorough step-by-step  <a href="http://www.mikenetpc.com/2009/12/28/windows-update-error-80072efd/">here</a>, the problem would not go away and kept giving &#8220;Windows can&#8217;t connect to update&#8230;&#8221;  error 80072efd.<span id="more-966"></span></p>
<p>I finally found a solution in the notes I took while researching this problem that worked, at least temporarily, to allow updates to the server. I am not sure who the original provider of this solution is, but if I come across it again, I will surely give them credit for it.</p>
<p>It appears that the major cause of the 0x80072efd error, at least on the SBS 2008, is a misconfiguration or meltdown of Windows Server Update Services (WSUS) and it can happen if your network goes out of alignment or something screws up like if your NT AUTHORITY\NETWORK SERVICE  entry in the registry says 0 instead of 1.</p>
<p>Since WSUS is a core part of SBS 2008 and is supposed to pull updates from Microsoft and distribute the updates to computers on your network, when you call for updates, the agent goes to http://server:8530 expecting to communicate with the Windows Update Server locally. A problem with WSUS will affect the ability of  the update agent to pull down updates since the WUAgent gets no response back from an assigned WSUS server. It then throws up error 80072efd.</p>
<p>A quick and dirty fix is to temporarily hide or remove the local server and allow the agent to pull down updates directly from the Microsoft website. To do this, I uninstalled WSUS and edited the Windows Update entry in the registry.<br />
To edit the registry:</p>
<ul>
<li>Click Start &gt; Run &gt; type &#8220;regedit&#8221; without the quotes, and accept the UAC prompt to continue</li>
</ul>
<ul>
<li>Navigate to HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate</li>
</ul>
<ul>
<li>Look at the keys in that folder, if they look something like this:<br />
&#8220;WUServer&#8221;=&#8221;http://SERVER:8530&#8243;<br />
&#8220;WUStatusServer&#8221;=&#8221;http://SERVER:8530&#8243;<br />
that means Windows Update is trying to look for updates on your own server. Chances are those updates don&#8217;t exist on the server (unless you have a successful installation of WSUS which was not our case).</li>
</ul>
<ul>
<li>Delete the “WindowsUpdate” key from the registry at HKLM\Software\Policies\Microsoft\Windows.  I’d recommend you export this to a .reg file to be safe. Right-click on the folder and select &#8220;export&#8221; to save.</li>
</ul>
<ul>
<li>Restart the Windows Update service. (located in Start &gt; Run &gt; type &#8220;services.msc&#8221; without quotes), or Start &gt; Administrative Tools &gt; Services &gt; Windows Update Service (for those who like doing things the hard way).</li>
</ul>
<p>If you don&#8217;t even see the HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate folder then this probably doesn&#8217;t apply to you.</p>
<p>This worked for me and I was able to update a server that had not been updated since November 2009!</p>
<p>After making sure that all updates were current, I went back and added WSUS as a role causing a fresh install of the update server. Your mileage may vary on this one. Make sure you have a reliable backup of your server before messing with the registry, and do this on a weekend just in case things go sour for you.</p>
<p>Good luck.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=How+To+Fix+Error+80072EFD+On+Small+Business+Server+2008+http%3A%2F%2Fblog.techprognosis.com%2F%3Fp%3D966" title="Post to Twitter"><img class="nothumb" src="http://blog.techprognosis.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=How+To+Fix+Error+80072EFD+On+Small+Business+Server+2008+http%3A%2F%2Fblog.techprognosis.com%2F%3Fp%3D966" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.techprognosis.com/2010/07/19/how-to-fix-error-80072efd-in-small-business-server-2008.html/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Device Manufacturers and the fleecing of consumers</title>
		<link>http://blog.techprognosis.com/2009/06/13/device-manufacturers-and-the-fleecing-of-consumers.html</link>
		<comments>http://blog.techprognosis.com/2009/06/13/device-manufacturers-and-the-fleecing-of-consumers.html#comments</comments>
		<pubDate>Sun, 14 Jun 2009 01:27:05 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[Ethics]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Small Business Server (SBS)]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Class Action Lawsuit]]></category>
		<category><![CDATA[Device Manufacturers]]></category>
		<category><![CDATA[Drive Mappings]]></category>
		<category><![CDATA[Emc Retrospect]]></category>
		<category><![CDATA[Linux Nas]]></category>
		<category><![CDATA[Nas Devices]]></category>
		<category><![CDATA[Nas Software]]></category>
		<category><![CDATA[Netgear Sc101t]]></category>
		<category><![CDATA[Network Operating Systems]]></category>
		<category><![CDATA[Retrospect Backup Software]]></category>
		<category><![CDATA[Static Ip Address]]></category>
		<category><![CDATA[Web Interface]]></category>

		<guid isPermaLink="false">http://blog.techprognosis.com/?p=314</guid>
		<description><![CDATA[I&#8217;ve recently had cause to wonder if device manufacturers purposely make sure their devices are of limited use to people who buy their products. A few examples: I recently bought a couple of NAS devices and each one of them failed woefully to do what was advertised. First is what I actually started calling the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently had cause to wonder if device manufacturers purposely make sure their devices are of limited use to people who buy their products. A few examples:</p>
<p>I recently bought a couple of NAS devices and each one of them failed woefully to do what was advertised.</p>
<p>First is what I actually started calling the Great White Turd. It is the <a title="Netgear SC101T" href="http://www.netgear.com/Products/Storage/NetworkStorage/SC101T.aspx">Netgear sc101T</a>. I have come across ridiculous devices before, but this one takes the cake for its total uselessness as a NAS device. What is the point of hard coding a &#8220;NAS&#8221; to use DHCP and no option of setting a static IP address. What part of &#8220;network&#8221; was missing during the development of the product? The SC101T forces you to install a client software on all computers that may need access to the device. The software cannot be installed on a server class Operating System like Windows Server 2003 or 2008. You have to mount the drive and share it to be accessible but since it is assigned a DHCP IP address, anytime you restart the computer, the drive mappings are shot to hell and you have to do it all over. For a product that retails for $180, I am almost tempted to start a class action lawsuit so we can recover some lost revenue due to emotional distress caused by this piece of crap.<span id="more-314"></span></p>
<p>Next is the Iomega StorCenter ix2. I was actually enthusiastic when I picked up this $300 device &#8211; compact case, easily accessible drive compartments, sleek brochure, nice web interface etc. That enthusiasm quickly vanished when I wanted to replace the two 500GB hard drives that came with it with 2 ITB  drives I had lying around. Never happened. It looks like these geniuses installed the free Linux NAS software on the hard drive instead of loading it as a ROM on the device. To make things worse, the software would not work on Windows Server 2000, 2003 and 2008. The EMC Retrospect backup software that is included is crippled because you cannot install it on a server. What am I missing? Since when did network Operating Systems become taboo in managing network devices? This lazy attempt to copy Microsoft by segmenting everything as Home, Road, Workplace, Media, Professional, Ultimate etc. is really annoying. Everyone is jumping into the NAS market with all kinds of totally useless devices with fancy titles and making billions of dollars while cranking out repackaged USB devices that should be retailing for nothing more than $50.</p>
<p>I had the same problem with <a title="Bufallo TeraStation II" href="http://www.buffalotech.com/products/network-storage/terastation/">Buffalo Linkstation TeraStation II</a> a while back and encountered the exact same limitations. I could not use the device in a network environment with Active Directory even though the product was advertised as being compatible with an AD environment. After sending a blistering email to the support team, they offered a  replacement with a $2500 model and I had to pass.</p>
<p>When I was going through a box with old box with old devices, I came across a <a title="Franklin eBookman" href="http://en.wikipedia.org/wiki/Franklin_eBookMan">Franklin eBookman 901</a>. It was still in its original box so I decided to try it out. I can tell you right now that I am seriously praying for that company to go bankrupt. The stupidity of their configuration is inexcusable. For some weird reason, they coded it so you cannot access the device unless it is plugged into a USB port. Totally unnecessary. I should not need a USB port to use the other functions of a &#8220;PDA-Like&#8221; device. Needless to say, I promptly trashed it.</p>
<p>I strongly believe OEM&#8217;s are very calculated in the way they release these products to the public. The mindset is that after buying the &#8220;Home/crippled&#8221; edition&#8221; which will obviously fall short of what you need it for, you will be &#8220;encouraged&#8221; to buy the next one in line which is ultimately more expensive and is just a re-badged version of the one you currently have with some disabled functions enabled. To me, this is the worst form of deceptive trade practice.</p>
<p>What I ended up doing was buying a 2-port SATA adapter and slapping it on an old PC I had on hand. I added two 1TB hard drives and installed the free Linux software called <a title="FreeNAS" href="http://www.freenas.org/">FreeNAS</a> which many of these vendors and manufacturers use (although they would rather have you not know that) and I had a fully functional NAS  appliance. Total cost, less than $200 ($87 each for the drives, $20 for the SATA card).</p>
<p>This is a very serous problem, especially for small business owners. Not everyone has $2000 &#8211; $15000 to spend on network storage. In many cases, a simple 1TB  USB device works great, but there are times when it is helpful to make a device available to network users so they can store files they deem critical on the network.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Device+Manufacturers+and+the+fleecing+of+consumers+http%3A%2F%2Fblog.techprognosis.com%2F%3Fp%3D314" title="Post to Twitter"><img class="nothumb" src="http://blog.techprognosis.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=Device+Manufacturers+and+the+fleecing+of+consumers+http%3A%2F%2Fblog.techprognosis.com%2F%3Fp%3D314" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.techprognosis.com/2009/06/13/device-manufacturers-and-the-fleecing-of-consumers.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Outlook 2007 and Gateways</title>
		<link>http://blog.techprognosis.com/2009/06/08/outlook-2007-and-gateways.html</link>
		<comments>http://blog.techprognosis.com/2009/06/08/outlook-2007-and-gateways.html#comments</comments>
		<pubDate>Mon, 08 Jun 2009 14:59:16 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[Email and Spam]]></category>
		<category><![CDATA[Managed Services]]></category>
		<category><![CDATA[Small Business Server (SBS)]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[disconnected from exchange server]]></category>
		<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[Gateway Address]]></category>
		<category><![CDATA[Gateways]]></category>
		<category><![CDATA[Ip Configuration]]></category>
		<category><![CDATA[Ip Settings]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Outlook 2007 and Exchange Server]]></category>
		<category><![CDATA[Static Ip]]></category>

		<guid isPermaLink="false">http://blog.techprognosis.com/?p=309</guid>
		<description><![CDATA[I recently got a call from a client who was having a hard time connecting to their Exchange 2003 server. They kept getting a &#8220;disconnected&#8221; error. I told them to ping the exchange server and other computers on the network to see if they would get a response, they did and everything looked fine. I [...]]]></description>
			<content:encoded><![CDATA[<p>I recently got a call from a client who was having a hard time connecting to their Exchange 2003 server. They kept getting a &#8220;disconnected&#8221; error. I told them to ping the exchange server and other computers on the network to see if they would get a response, they did and everything looked fine. I then asked if they had done anything different lately. It turned out that this particular computer had static IP settings and they had removed the gateway IP address because it was interfering with a specific website. So I told them to plug in the IP  address of their gateway and presto, Outlook started communicating with the exchange server. Obviously, they did not have that problem with Outlook 2003. It only started with the upgrade to Outlook 2007.</p>
<p>So if you get a call from someone complaining that they cannot connect to their exchange server with Outlook 2007, have them check to make sure there is a gateway address in their IP configuration.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Outlook+2007+and+Gateways+http%3A%2F%2Fblog.techprognosis.com%2F%3Fp%3D309" title="Post to Twitter"><img class="nothumb" src="http://blog.techprognosis.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=Outlook+2007+and+Gateways+http%3A%2F%2Fblog.techprognosis.com%2F%3Fp%3D309" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.techprognosis.com/2009/06/08/outlook-2007-and-gateways.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Backup 2008: Another Royal Mess</title>
		<link>http://blog.techprognosis.com/2009/05/06/windows-backup-2008-another-royal-mess.html</link>
		<comments>http://blog.techprognosis.com/2009/05/06/windows-backup-2008-another-royal-mess.html#comments</comments>
		<pubDate>Wed, 06 May 2009 12:42:02 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Data Recovery]]></category>
		<category><![CDATA[Disaster Recovery]]></category>
		<category><![CDATA[Managed Services]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Small Business Server (SBS)]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Backup System]]></category>
		<category><![CDATA[Backup Technology]]></category>
		<category><![CDATA[Backups]]></category>
		<category><![CDATA[Disaster Protection]]></category>
		<category><![CDATA[Floppy Drive]]></category>
		<category><![CDATA[Ntbackup]]></category>
		<category><![CDATA[Operating System]]></category>
		<category><![CDATA[Optical Media]]></category>
		<category><![CDATA[Remote Administration]]></category>
		<category><![CDATA[Removable Media]]></category>
		<category><![CDATA[Server Backup]]></category>
		<category><![CDATA[Single File]]></category>
		<category><![CDATA[Small Business Owner]]></category>
		<category><![CDATA[Small Business Owners]]></category>
		<category><![CDATA[Usage Management]]></category>
		<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://blog.techprognosis.com/?p=253</guid>
		<description><![CDATA[I am always baffled by the constant ability of Microsoft to take something that was working very well and turn it upside down all in the name of trying to improve the product. The list is long so we won&#8217;t even bother. The latest in this list is the supposedly new and improved Windows Server [...]]]></description>
			<content:encoded><![CDATA[<p>I am always baffled by the constant ability of Microsoft to take something that was working very well and turn it upside down all in the name of trying to improve the product. The list is long so we won&#8217;t even bother. The latest in this list is the supposedly new and improved Windows Server Backup 2008. In my opinion, this is one of the most frustrating thing the company has done to small business owners in terms of backing up files. Don&#8217;t get me wrong, the concept behind the product makes sense &#8211; for those who can afford it. It has:</p>
<ul>
<li><strong>Faster backup technology</strong>.</li>
<li><strong>Simplified restoration</strong>.</li>
<li><strong>Simplified recovery of your operating system</strong>.</li>
<li><strong>Ability to recover applications</strong>.</li>
<li><strong>Improved scheduling</strong>.</li>
<li><strong>Offsite removal of backups for disaster protection</strong>.</li>
<li><strong>Remote administration</strong>.</li>
<li><strong>Automatic disk usage management</strong>.</li>
<li><strong>Extensive command-line support</strong>.</li>
<li><strong>Support for optical media drives and removable media</strong>.<span id="more-253"></span></li>
</ul>
<p>The part I have a problem with is Microsoft&#8217;s claim that &#8220;the design makes it especially well-suited for smaller organizations or individuals who are not IT professionals&#8221;. No, the old NTBackup was well suited for smaller organizations and everyone else, as a matter of fact, because it provided something we all cherish: CHOICE. With the old software, you had a choice of backup locations. You had a choice of whether you wanted to backup an entire disk or a single file. You had a choice of backing up to tape, external devices, internal drives or network drives. You could even backup up to a floppy drive for crying out loud. It was less expensive.</p>
<p>The new Windows Backup system will be an expensive and even dangerous experience for the small business owner without an IT person on staff. If a non-IT person had to deal with what I just experienced, there are going to be a lot of calls for data recovery because of hosed drives and lost data. The reason is that if you get hypnotized by the &#8220;Wizard&#8221; and just click through the backup process, you may end up reformatting a non-system drive with critical data. I know this because I tried it. I plugged in an external drive with test data and clicked through the wizard. It reformatted the external drive before creating the backup.</p>
<p>The latest iteration of Windows Backup is another example of the constant argument that Microsoft sometimes has a tendency of wanting to think for the consumer. Having been around this long, we expect more from the software giant. I have a suspicion that backup software vendors had a hand in the creation of this product. With the old software, I had no compelling reason to buy expensive solutions from third party vendors. It just worked. Backup was simple and restoration was the easiest you can imagine: locate your backup file, restore to your preferred location, done.</p>
<p>This latest disappointment came about because I was at a location the other day and we had just finished installing SBS 2008. The client had a Line of Business application with a database of about 100MB so I wanted to set up a nightly schedule to backup that one file. Never happened. It turned out that there was no option to backup single files. I either had to reformat a 1TB external drive to accomplish that goal, or backup the entire disk content totalling about 150GB. All because Microsoft got infatuated with a technology called VDI.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=Windows+Backup+2008%3A+Another+Royal+Mess+http%3A%2F%2Fblog.techprognosis.com%2F%3Fp%3D253" title="Post to Twitter"><img class="nothumb" src="http://blog.techprognosis.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=Windows+Backup+2008%3A+Another+Royal+Mess+http%3A%2F%2Fblog.techprognosis.com%2F%3Fp%3D253" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.techprognosis.com/2009/05/06/windows-backup-2008-another-royal-mess.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Can Astaro Linux Do For You?</title>
		<link>http://blog.techprognosis.com/2009/05/05/what-can-astaro-linux-do-for-you.html</link>
		<comments>http://blog.techprognosis.com/2009/05/05/what-can-astaro-linux-do-for-you.html#comments</comments>
		<pubDate>Tue, 05 May 2009 18:56:14 +0000</pubDate>
		<dc:creator>webmaster</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Network Monitoring]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Remote Connectivity]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Small Business Server (SBS)]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://blog.techprognosis.com/?p=243</guid>
		<description><![CDATA[I had a client who was just getting killed by spammers. Every morning their inbox was loaded with junk mail and they had as much as five thousand (5,000) emails in their spam filter box when they came in. I decided to help them out with the free version of Astaro Security Gateway. We threw [...]]]></description>
			<content:encoded><![CDATA[<p>I had a client who was just getting killed by spammers. Every morning their inbox was loaded with junk mail and they had as much as five thousand (5,000) emails in their spam filter box when they came in. I decided to help them out with the free version of <a href="http://www.astaro.com">Astaro Security Gateway</a>. We threw the software version (v7) on an old AMD box they had lying around &#8211; 2GHz processor, 20GB IDE drive, 512 RAM, two NICS. What a difference spam filtering at the perimeter of the network makes! The first week was like &#8220;wow&#8221;. Astaro actually generates a daily report and for email filtering we had 36,930 processed. Get this, out of that number, 36,832 was categorized as &#8220;Spam emails blocked&#8221;. And the live log was right there for us to see. Emails the system was not sure about were placed in quarantine and you have the option of having an admin view, release or delete those emails, or have a report sent to the affected user. The report even had a &#8220;Top 10 Spam Sender&#8221; entry with the IP addresses and countries of origin (little flags) of the bad guys. There was also a &#8220;Top 5 Spam Countries&#8221; entry on the report.<span id="more-243"></span>Management of the system is web-based through an https channel. There is even an option for remote management through a so-called &#8220;User Portal&#8221;. In addition to spam filtering, Astaro has a solid web filter with an extensive list of categories to help control internet usage in a business environment, including a built-in virus scanner that scans downloads. There is VPN capability with SSH, L2TP, IPSec and good old PPTP.</p>
<p>The point I was trying to make to this client was that enterprise-class solutions for small businesses do not have to cost a fortune. Of course, they could decide to keep using the &#8220;home&#8221; edition of Astaro, or, as I advised, donate some money to a good cause by buying the relatively inexpensive license for updates. If you have a small business and are putting off protecting your environment because of &#8220;cost&#8221;, you are not helping your business. Security software is an investment. If you can stop the threat before it gets into your environment, you have more time to focus on growing your business, not baby-sitting a spam or virus-infested mailbox every day.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://twitter.com/intent/tweet?text=What+Can+Astaro+Linux+Do+For+You%3F+http%3A%2F%2Fblog.techprognosis.com%2F%3Fp%3D243" title="Post to Twitter"><img class="nothumb" src="http://blog.techprognosis.com/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter4.png" alt="Post to Twitter" /></a> <a class="tt" href="http://twitter.com/intent/tweet?text=What+Can+Astaro+Linux+Do+For+You%3F+http%3A%2F%2Fblog.techprognosis.com%2F%3Fp%3D243" title="Post to Twitter">Tweet This Post</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.techprognosis.com/2009/05/05/what-can-astaro-linux-do-for-you.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

