Stand by...

Thunderbird doesn’t delete messages off server

I had a little bit of a weird issue – Thunderbird would not delete emails from the Gmail server even though it was being told to do so. To make things even more confusing, one account worked fine, while three other’s didn’t.

I found out that the accounts need to be setup for POP access not IMAP access. IMAP will allow POP connections to receive and send emails, but does not allow some of the advanced flags such as “delete from server.”

In GMAIL, click on the Gear Icon in the upper right hand corner. Then go to “Forwards and POP/IMAP.” Under there, turn off IMAP and turn on POP. If you have a lot of email messages that you want to keep in your Thunderbird Inbox, it might be a good idea to use “Enable POP for mail that arrives from now on”

After doing so, let Thunderbird start downloading emails and everything should work out!

How To: Flush DNS Cache on OS X

Most users don’t need to use this command, but it’s very helpful for web developers and network admins to troubleshoot issues with web sites.

This command is run via terminal.

On Leopard (10.6) and Snow Leopard (10.7):

(as root or admin user) dscacheutil -flushcache

On all other version (10.0 – 10.4):

(as root or admin user) lookupd -flushcache

How To: Fix iPad loosing wireless network

One of the issues being reported with the Apple iPad is that it looses it’s wireless network connection and then has a very hard time reconnecting.

I ran across this bug in the field where I had 6 iPads scattered around a football field, and two (or more) Apple Airport Extremes connected in WDS mode. The issue seems to popup usually when there are either a large number of people in between the Airport Base Station and the iPad, OR when the iPad was too far from one or the other Airports. Weirdly, the Wireless Connection icon in the upper left hand of the screen would have full bars, but still couldn’t get to any network devices or to the Internet.

From the iPad’s main screen, choose “Settings” then tap “Wi-Fi” locations. Choose the default Wireless Network, then tap the right arrow. Scroll down to “HTTP Proxy” and then tap on “Manual.” Back out of these screens and test the wireless out. If it still fails, go back and choose “Auto” instead of “Manual.” Note that there is no need to enter any information in the “Server,” “Port,” or “Authentication” fields. Unless your specific wireless network needs those.

This is reported to also work with iPods and possibly iPhones so the problem seems to be in IOS itself, and not with the hardware. Hopefully a future update will fix this issue.

Other Suggestions:
-Update Firmware on Wireless Access Point
-Turn off the 802.11n mode
-Temporarily disable security measures. If this seems to solve, set router to WPA2
-Disable 40mhz or 20mhz under 802.11n settings – especially in crowded wireless environments
-Set the iPad to get a static IP (only reported to work in one case, so very low on the list)
-Apple’s KB has a few other suggestions: http://support.apple.com/kb/TS1398

How To: Deploy MS Office to Mac

One of the biggest pains in deploying MS Office to OS X in a business or education environment is making sure that the serial number deploys too.

To do this, you need to also deploy the following files:

~/Library/Preferences/com.microsoft.autoupdate2.plist
~/Library/Preferences/com.microsoft.error_reporting.plist
~/Library/Preferences/com.microsoft.office.plist
~/Library/Preferences/com.microsoft.office.setupassistant.plist

Deploying these files will keep also keep the initial setup assistant from running upon first launch.