<?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"
	>

<channel>
	<title>Jeremy's Toolblox</title>
	<atom:link href="http://www.jeremycole.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeremycole.com/blog</link>
	<description>...or blox of junk?</description>
	<pubDate>Sun, 10 Aug 2008 15:22:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>&#8220;How to stop the &#8216;SBCore Service&#8217; Service&#8221;  or &#8220;How to use SBS2003 as a normal server&#8221;</title>
		<link>http://www.jeremycole.com/blog/2008/06/24/how-to-stop-the-sbcore-service-service-or-how-to-use-sbs2003-as-a-normal-server/</link>
		<comments>http://www.jeremycole.com/blog/2008/06/24/how-to-stop-the-sbcore-service-service-or-how-to-use-sbs2003-as-a-normal-server/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 19:07:30 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
		
		<category><![CDATA[Hackery]]></category>

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

		<guid isPermaLink="false">http://www.jeremycole.com/blog/2008/06/24/how-to-stop-the-sbcore-service-service-or-how-to-use-sbs2003-as-a-normal-server/</guid>
		<description><![CDATA[AKA How to stop Windows SBS2003 from shutting down automatically.
Most of this info was found here: http://forums.speedguide.net/showthread.php?t=173731
Note:  Removing this service apparently violates the license agreement for Microsoft Small Business Server.  See the details here if you care.
Tools you&#8217;ll need – Process Explorer from www.sysInternals.com http://technet.microsoft.com/en-us/sysinternals/default.aspx
As you probably know, you have a service called [...]]]></description>
			<content:encoded><![CDATA[<p>AKA How to stop Windows SBS2003 from shutting down automatically.</p>
<p>Most of this info was found here: <a href="http://forums.speedguide.net/showthread.php?t=173731">http://forums.speedguide.net/showthread.php?t=173731</a></p>
<p><em>Note:  Removing this service apparently violates the license agreement for Microsoft Small Business Server.  See the </em><a href="http://support.microsoft.com/kb/555087" target="_blank"><em>details here</em></a><em> if you care.</em></p>
<blockquote><p>Tools you&#8217;ll need – <strong>Process Explorer</strong> from <span style="text-decoration: line-through;">www.sysInternals.com</span> <a title="http://technet.microsoft.com/en-us/sysinternals/default.aspx" href="http://technet.microsoft.com/en-us/sysinternals/default.aspx">http://technet.microsoft.com/en-us/sysinternals/default.aspx</a></p>
<p>As you probably know, you have a service called &#8220;SBCore Service&#8221;, which executes the following process: C:\WINDOWS\system32\sbscrexe.exe</p>
<p>If you kill it, it just restarts – and if you try and stop it you are told Access Denied.</p>
<p>If you fire up Process Explorer, you can select the process and Suspend it, now we can start to disable the thing.</p>
<p>Run regedt32.exe and find:<br />
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SBCore</p>
<p>Right click this, choose Permissions and give the &#8220;Administrators&#8221; group on the local machine full access (don&#8217;t forget to replace permissions on child nodes).</p>
<p>Press F5 in regedt32 to refresh, and you&#8217;ll see all of the values and data under this key.</p>
<p>Select the &#8220;Start&#8221; DWORD and change it from 2 to 4 – this sets the service to the &#8220;Disabled&#8221; state as far as the MMC services snap-in (and windows for that matter) is concerned.</p></blockquote>
<p>In the original instructions, the author left the service as Disabled and just denied access to the executable:</p>
<blockquote><p>Next, adjust the permissions on the file C:\WINDOWS\system32\sbscrexe.exe so that EVERYONE account is<br />
 denied any sort of access to this file.</p>
<p>Then go back to process explorer, and kill the sbscrexe.exe process, if it doesn&#8217;t restart – congratulations!</p>
<p>Load up the services MMC snap-in and you should find that &#8220;SBS Core Services&#8221; is stopped and marked as Disabled.</p></blockquote>
<p><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" src="http://www.jeremycole.com/blog/wp-content/uploads/grasshopper.jpg" border="0" alt="Grasshopper" width="259" height="259" align="right" />I decided that I wanted the service gone completely, so (after exporting it), I just deleted the registry key while in regedt32.</p>
<p>After rebooting, I verified that the service was indeed gone from the list of services in MMC, and there was no sbscrexe.exe process running.  Then I moved the file sbscrexe.exe from C:\windows\system32 into a tidy little folder along with my exported registry key to keep for future evaluation.  Something like a disgusting little bug under glass.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremycole.com/blog/2008/06/24/how-to-stop-the-sbcore-service-service-or-how-to-use-sbs2003-as-a-normal-server/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to disable hibernation in Windows Vista</title>
		<link>http://www.jeremycole.com/blog/2008/05/18/how-to-disable-hibernation-in-windows-vista/</link>
		<comments>http://www.jeremycole.com/blog/2008/05/18/how-to-disable-hibernation-in-windows-vista/#comments</comments>
		<pubDate>Sun, 18 May 2008 14:26:17 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
		
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.jeremycole.com/blog/2008/05/18/how-to-disable-hibernation-in-windows-vista/</guid>
		<description><![CDATA[4GB of wasted hard drive space for something I don&#8217;t use.  Now you can disable it in 1 second:

Win-R, cmd to open a command prompt.
Type powercfg -h off and press &#60;ENTER&#62;.

That&#8217;s it.
]]></description>
			<content:encoded><![CDATA[<p>4GB of wasted hard drive space for something I don&#8217;t use.  Now you can disable it in 1 second:</p>
<ol>
<li><code>Win-R, cmd</code> to open a command prompt.</li>
<li>Type <code>powercfg -h off</code> and press &lt;ENTER&gt;.</li>
</ol>
<p>That&#8217;s it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremycole.com/blog/2008/05/18/how-to-disable-hibernation-in-windows-vista/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing an OEM Intel 2200bg Mini-PCI card into a BIOS-Locked HP/Compaq nc8000</title>
		<link>http://www.jeremycole.com/blog/2008/04/10/installing-an-oem-intel-2200bg-mini-pci-card-into-a-bios-locked-hpcompaq-nc8000/</link>
		<comments>http://www.jeremycole.com/blog/2008/04/10/installing-an-oem-intel-2200bg-mini-pci-card-into-a-bios-locked-hpcompaq-nc8000/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 19:39:11 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
		
		<category><![CDATA[Hackery]]></category>

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

		<guid isPermaLink="false">http://www.jeremycole.com/blog/2008/04/10/installing-an-oem-intel-2200bg-mini-pci-card-into-a-bios-locked-hpcompaq-nc8000/</guid>
		<description><![CDATA[Thought this was worth a try, so I grabbed a $7 mini-pci card off ebay, and after waiting about a month for shipping from China, installed it into the laptop.  Only then was I hit with the dreaded:
104 unsupported wireless network device detected, system halted, remove device and restart
Ack.  OK, so a quick search brought [...]]]></description>
			<content:encoded><![CDATA[<p>Thought this was worth a try, so I grabbed a $7 mini-pci card off ebay, and after waiting about a month for shipping from China, installed it into the laptop.  Only then was I hit with the dreaded:</p>
<blockquote><p>104 unsupported wireless network device detected, system halted, remove device and restart</p></blockquote>
<p>Ack.  OK, so a quick search brought up <a target="_blank" href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1207853067426+28353475&amp;threadId=567021">this thread</a> from 2004 with many, many angry people trying to figure out how to make this cheap card work without having to buy the HP &#8220;version&#8221;.  Turns out it&#8217;s pretty easy.  A little bit risky, but easy.</p>
<p>Take the keyboard off the laptop, but don&#8217;t unplug it - you&#8217;ll need it.</p>
<p>Take the cover off the mini-pci slot.</p>
<p>Boot the computer off of a knoppix or whatever live CD.  I used <a target="_blank" href="http://www.knopper.net/knoppix-mirrors/index-en.html">knoppix 3.8.2 (2005-05-05)</a> as suggested.  At the boot screen, <strong>HOT-PLUG THE MINI-PCI CARD before pressing &lt;ENTER&gt;</strong>.  That is the risky part, although it seems to work OK.  Now press &lt;ENTER&gt; and the system will boot into the default knoppix environment.  Also, <em>don&#8217;t forget to plug the regular network adapter into something</em>, since you&#8217;ll need internet access.</p>
<p>Open a root terminal session.</p>
<p>Check to see that the wireless card was detected using</p>
<blockquote><p># iwconfig</p></blockquote>
<p>It&#8217;ll say that lo and eth1 have no wireless capabilities, and show you some mumbo-jumbo about eth0.  It&#8217;s not important, just remember that eth0 is your wireless card.  Or eth1 if that&#8217;s what it tells you.  Either way, just remember.</p>
<p>You can also use &#8220;ethtool -e eth0&#8243; to dump the existing EEPROM configuration to the screen so you can write it down and revert back to it when the FCC comes knocking on your door.  You may want to practice this entire procedure a few times in order to make sure you have enough time to finish before they break the door down and confiscate your laptop.</p>
<p>Now all we have to do is download a mystery driver that looks like it might have originally come from sony, and is still (as of April 2008) available here: <a href="http://www.geocities.com/sonyirclib/ipw2200.tar.gz">http://www.geocities.com/sonyirclib/ipw2200.tar.gz</a>.  I&#8217;ll keep a copy of it somewhere in case it disappears, so if you&#8217;re polite and have <strike>good</strike> acceptable grammar, I might make it available to you.</p>
<p>So, in your terminal session, do this:</p>
<blockquote><p># mkdir /usr/tmp<br />
# cd /usr/tmp<br />
# wget <a href="http://www.geocities.com/sonyirclib/ipw2200.tar.gz">http://www.geocities.com/sonyirclib/ipw2200.tar.gz</a><br />
# tar xvzf ipw2200.tar.gz<br />
# cd ipw2200-1.0.3<br />
# ./unload<br />
# ./load<br />
# ethtool -E eth0 magic 0&#215;2200 offset 0&#215;8 value 0xf5<br />
# ethtool -E eth0 magic 0&#215;2200 offset 0&#215;9 value 0&#215;12<br />
# ethtool -E eth0 magic 0&#215;2200 offset 0xa value 0&#215;3c<br />
# ethtool -E eth0 magic 0&#215;2200 offset 0xb value 0&#215;10</p></blockquote>
<p>You have just downloaded and extracted a new wireless driver, unloaded the default knoppix one, loaded the downloaded one, and re-programmed the EEPROM with values that the HP laptop will accept.  At this point, you should be able to shut down the laptop, make sure the little antenna connectors are plugged into the mini-pci card, re-assemble everything, and boot normally.  The new EEPROM values will fool the laptop into thinking that this is a real HP wireless card, so only you will know that it was only $7 and not $200!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremycole.com/blog/2008/04/10/installing-an-oem-intel-2200bg-mini-pci-card-into-a-bios-locked-hpcompaq-nc8000/feed/</wfw:commentRss>
		</item>
		<item>
		<title>&#8220;the iscsi name specified contains invalid characters or is too long&#8221;</title>
		<link>http://www.jeremycole.com/blog/2007/11/09/the-iscsi-name-specified-contains-invalid-characters-or-is-too-long/</link>
		<comments>http://www.jeremycole.com/blog/2007/11/09/the-iscsi-name-specified-contains-invalid-characters-or-is-too-long/#comments</comments>
		<pubDate>Fri, 09 Nov 2007 23:58:46 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
		
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.jeremycole.com/blog/2007/11/09/the-iscsi-name-specified-contains-invalid-characters-or-is-too-long/</guid>
		<description><![CDATA[This applies specifically to the iSCSI Intiator for Windows XP, but might apply to other versions as well. 
Check to see if there are underscores in your volume group and/or volume names.
]]></description>
			<content:encoded><![CDATA[<p><em>This applies specifically to the iSCSI Intiator for Windows XP, but might apply to other versions as well. </em></p>
<p>Check to see if there are underscores in your volume group and/or volume names.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremycole.com/blog/2007/11/09/the-iscsi-name-specified-contains-invalid-characters-or-is-too-long/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Downgrading from Vista to XP on Gateway MX8711 and similar Vista-only laptops without a floppy drive.</title>
		<link>http://www.jeremycole.com/blog/2007/11/09/downgrading-from-vista-to-xp-on-gateway-mx8711-and-similar-vista-only-laptops-without-a-floppy-drive/</link>
		<comments>http://www.jeremycole.com/blog/2007/11/09/downgrading-from-vista-to-xp-on-gateway-mx8711-and-similar-vista-only-laptops-without-a-floppy-drive/#comments</comments>
		<pubDate>Fri, 09 Nov 2007 14:50:06 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
		
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.jeremycole.com/blog/2007/11/09/downgrading-from-vista-to-xp-on-gateway-mx8711-and-similar-vista-only-laptops-without-a-floppy-drive/</guid>
		<description><![CDATA[OK, I was going to finish this off at some point, but I&#8217;ve gotten busy with other projects, so I figure I might as well post what I have so far&#8230;  If there&#8217;s any interest, let me know and I&#8217;ll see if I have any more useful insight&#8230; 
 Step 1: Get this stuff:

Intel Matrix SATA drivers for the Intel(R) 82801GBM [...]]]></description>
			<content:encoded><![CDATA[<p>OK, I was going to finish this off at some point, but I&#8217;ve gotten busy with other projects, so I figure I might as well post what I have so far&#8230;  If there&#8217;s any interest, let me know and I&#8217;ll see if I have any more useful insight&#8230; </p>
<p> Step 1: Get this stuff:</p>
<ul>
<li><a target="_blank" href="http://downloadcenter.intel.com/download.aspx?url=/13806/eng/iata76_enu.exe&amp;agr=N&amp;ProductID=1809&amp;DwnldId=13806&amp;strOSs=All&amp;OSFullName=All+Operating+Systems&amp;lang=eng">Intel Matrix SATA drivers</a> for the Intel(R) 82801GBM SATA AHCI Controller, <a href="http://downloadcenter.intel.com/download.aspx?url=/4275/a08/PRO2KXP.exe&amp;DwnldId=4275&amp;ProductID=407&amp;lang=eng">Network Adapter Drivers</a> for the Intel(R) PRO/100 VE Network Connection, and <a href="http://downloadcenter.intel.com/download.aspx?url=/13881/a08/win2k_xp1431.zip&amp;agr=N&amp;ProductID=2301&amp;DwnldId=13881&amp;strOSs=All&amp;OSFullName=All+Operating+Systems&amp;lang=eng">Video Drivers</a> for the Mobile Intel(R) 945GM Express Chipset Family.</li>
<li><a href="http://www.nliteos.com/download.html">nlite</a>.</li>
<li>Your Windows XP CD.</li>
</ul>
<p>Step 2: Make a new XP CD:</p>
<ul>
<li>Install nlite</li>
<li>Create a new XP CD, and slipstream the Intel drivers you downloaded in Step 1 using nlite.</li>
</ul>
<p>Step 3: Install Windows XP:</p>
<ul>
<li>Installation should be straightforward if you have created your new XP CD properly.  The hard drive will be detected without having to press F6, and the network card and video card will work out of the box.</li>
</ul>
<p>Step 4: Find the other Gateway drivers (I managed to find a laptop in the 64xx series that had most of the same internals, and XP drivers&#8230;):</p>
<ul>
<li>Audio: (SigmaTel Unknown @ Intel 82801GBM ICH7-M - High Definition Audio Controller [B-0])</li>
<li>Wireless: (Broadcom 802.11g Network Adapter) </li>
<li>XP Update for Modem to work properly:</li>
<li>Modem: (Motorola SM56 Data Fax Modem)</li>
<li>Touchpad:</li>
<li>Card Reader:</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremycole.com/blog/2007/11/09/downgrading-from-vista-to-xp-on-gateway-mx8711-and-similar-vista-only-laptops-without-a-floppy-drive/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Procrastination and Firewalls</title>
		<link>http://www.jeremycole.com/blog/2007/09/13/procrastination-and-firewalls/</link>
		<comments>http://www.jeremycole.com/blog/2007/09/13/procrastination-and-firewalls/#comments</comments>
		<pubDate>Fri, 14 Sep 2007 02:48:54 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
		
		<category><![CDATA[Hackery]]></category>

		<guid isPermaLink="false">http://www.jeremycole.com/blog/2007/09/13/procrastination-and-firewalls/</guid>
		<description><![CDATA[I was working on a post about downgrading a Gateway MX8711 from Vista to XP, but it was more fun to go through some old files and put the Smooth And Naked page back up&#8230;  Also fitting because Smoothwall 3 was just released.

]]></description>
			<content:encoded><![CDATA[<p>I was working on a post about downgrading a Gateway MX8711 from Vista to XP, but it was more fun to go through some old files and put the <a href="http://www.jeremycole.com/stuff/smoothie/">Smooth And Naked</a> page back up&#8230;  Also fitting because <a href="http://www.smoothwall.org/">Smoothwall 3</a> was just released.</p>
<p><a href="http://www.jeremycole.com/blog/wp-content/uploads/spinless.jpg" title="Look Ma… No Fans!"><img src="http://www.jeremycole.com/blog/wp-content/uploads/spinless.thumbnail.jpg" alt="Look Ma… No Fans!" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremycole.com/blog/2007/09/13/procrastination-and-firewalls/feed/</wfw:commentRss>
		</item>
		<item>
		<title>mount: wrong fs type, bad option, bad superblock</title>
		<link>http://www.jeremycole.com/blog/2007/08/15/mount-wrong-fs-type-bad-option-bad-superblock/</link>
		<comments>http://www.jeremycole.com/blog/2007/08/15/mount-wrong-fs-type-bad-option-bad-superblock/#comments</comments>
		<pubDate>Thu, 16 Aug 2007 02:16:17 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.jeremycole.com/blog/2007/08/15/mount-wrong-fs-type-bad-option-bad-superblock/</guid>
		<description><![CDATA[When you try this:
mount -t smbfs -o username=jeremy,password=secret //server/share /mnt/directory
and your computer tells you this:
mount: wrong fs type, bad option, bad superblock on //server/share, or too many mounted file systems

You are probably running something like Fedora Core 3, and
You should try this:

mount -t cifs -o username=jeremy,password=secret //server/share /mnt/directory
]]></description>
			<content:encoded><![CDATA[<p>When you try this:</p>
<blockquote><p>mount -t smbfs -o username=jeremy,password=secret //server/share /mnt/directory</p></blockquote>
<p>and your computer tells you this:</p>
<blockquote><p>mount: wrong fs type, bad option, bad superblock on //server/share, or too many mounted file systems</p></blockquote>
<ol>
<li>You are probably running something like Fedora Core 3, and</li>
<li>You should try this:</li>
</ol>
<blockquote><p>mount -t <strong>cifs</strong> -o username=jeremy,password=secret //server/share /mnt/directory</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremycole.com/blog/2007/08/15/mount-wrong-fs-type-bad-option-bad-superblock/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Installing VMWare Server on CentOS 5 64-bit</title>
		<link>http://www.jeremycole.com/blog/2007/07/26/installing-vmware-server-on-centos-5-64-bit/</link>
		<comments>http://www.jeremycole.com/blog/2007/07/26/installing-vmware-server-on-centos-5-64-bit/#comments</comments>
		<pubDate>Thu, 26 Jul 2007 19:06:41 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
		
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.jeremycole.com/blog/2007/07/26/installing-vmware-server-on-centos-5-64-bit/</guid>
		<description><![CDATA[This is basically the same as a regular install, with the addition of step 3.  The extra libraries are for vmware-config.pl, and xinetd is required anyways.
Step 1: Download VMWare Server
wget VMware-server-1.0.3-44356.i386.rpm
Step 2: Install vmware server
rpm -ivh VMware-server-1.0.3-44356.i386.rpm
Step 3: Install required files / libraries
yum install libXtst-devel libXrender-devel xinetd
Step #4: Configure VMWARE server
vmware-config.pl
]]></description>
			<content:encoded><![CDATA[<p>This is basically the same as a regular install, with the addition of step 3.  The extra libraries are for vmware-config.pl, and xinetd is required anyways.</p>
<p>Step 1: Download VMWare Server<br />
<code>wget <a href="http://download3.vmware.com/software/vmserver/VMware-server-1.0.3-44356.i386.rpm">VMware-server-1.0.3-44356.i386.rpm</a></code></p>
<p>Step 2: Install vmware server<br />
<code>rpm -ivh VMware-server-1.0.3-44356.i386.rpm</code></p>
<p>Step 3: Install required files / libraries<br />
<code>yum install libXtst-devel libXrender-devel xinetd</code></p>
<p>Step #4: Configure VMWARE server<br />
<code>vmware-config.pl</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremycole.com/blog/2007/07/26/installing-vmware-server-on-centos-5-64-bit/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Cole&#8217;s Law</title>
		<link>http://www.jeremycole.com/blog/2007/07/25/coles-law/</link>
		<comments>http://www.jeremycole.com/blog/2007/07/25/coles-law/#comments</comments>
		<pubDate>Wed, 25 Jul 2007 20:16:38 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
		
		<category><![CDATA[Hackery]]></category>

		<guid isPermaLink="false">http://www.jeremycole.com/blog/2007/07/25/coles-law/</guid>
		<description><![CDATA[Shredded cabbage.
]]></description>
			<content:encoded><![CDATA[<p>Shredded cabbage.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremycole.com/blog/2007/07/25/coles-law/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SBS2003 Exchange POP3 Connector Polling Interval</title>
		<link>http://www.jeremycole.com/blog/2007/07/25/sbs2003-exchange-pop3-connector-polling-interval/</link>
		<comments>http://www.jeremycole.com/blog/2007/07/25/sbs2003-exchange-pop3-connector-polling-interval/#comments</comments>
		<pubDate>Wed, 25 Jul 2007 14:53:24 +0000</pubDate>
		<dc:creator>Jeremy</dc:creator>
		
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.jeremycole.com/blog/2007/07/25/sbs2003-exchange-pop3-connector-polling-interval/</guid>
		<description><![CDATA[A quick registry fix revealed here shows how to increase the POP3 email retrieval speed on Small Business Server 2003.  Yes, having SMTP mail delivered directly to the server is better, but first things first!
1. Locate and then click the following registry subkey:
&#8220;HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/SmallBusinessServer/Network/POP3 Connector&#8221;
2. On the &#8220;Edit&#8221; menu, point to &#8220;New&#8221;, and then click &#8220;DWORD [...]]]></description>
			<content:encoded><![CDATA[<p>A quick registry fix revealed <a target="_blank" href="http://www.pro-exchange.be/modules.php?name=News&amp;file=article&amp;sid=272">here</a> shows how to increase the POP3 email retrieval speed on Small Business Server 2003.  Yes, having SMTP mail delivered directly to the server is better, but first things first!</p>
<blockquote><p>1. Locate and then click the following registry subkey:<br />
&#8220;HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/SmallBusinessServer/Network/POP3 Connector&#8221;</p>
<p>2. On the &#8220;Edit&#8221; menu, point to &#8220;New&#8221;, and then click &#8220;DWORD Value&#8221;.</p>
<p>3. Type &#8220;ScheduleAccelerator&#8221; as the entry name, and then press ENTER.</p>
<p>5. On the &#8220;Edit&#8221; menu, click &#8220;Modify&#8221;.</p>
<p>6. In the &#8220;Value data&#8221; box, type the value that you want, and then click &#8220;OK&#8221;.  <strong><em>To determine the polling interval, the value that is configured on the &#8220;Scheduling&#8221; tab in the GUI is divided by the value that you type for the ScheduleAccelerator entry. </em></strong>For example, if a 15 minute interval is specified in the GUI and you set the value of the ScheduleAccelerator entry to 3, the connector will poll every five minutes.</p>
<p>7. Quit Registry Editor and restart the &#8220;Microsoft Connector for POP3 Mailboxes&#8221; service.</p></blockquote>
<p><em>Note: I&#8217;m not entirely convinced that the &#8220;[GUI Interval]/[ScheduleAccelerator]=[Minutes]&#8221; theory is correct.</em>  With the server set at 15/5, I should get polling every 3 minutes, but it seems to be more like 45 seconds.  With it set at 15/3, I am getting mixed results between 30 seconds and 5 minutes.  I guess that&#8217;s good enough for government work; YMMV.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeremycole.com/blog/2007/07/25/sbs2003-exchange-pop3-connector-polling-interval/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
