WordPress for BlackBerry

This week Automattic released a beta version of it’s mobile app for BlackBerry mobile phones.  I’ve downloaded and am trying this new app on my Curve 8330.  So far, so good.

Take a quick tour:

Michael Jackson’s Death Inspires Spammers

With the reported deaths of Farrah Fawcett and Michael Jackson this week, it was only a matter of time before malware latent spam started making the rounds.  Those reported in the wild by security consultants including The SANS Institute’s Internet Storm Center invite the receiver to download “exclusive” images and video of Michael Jackson’s death (see a sample below).  Those downloads have been confirmed to install malware, viruses and bot’s on victim’s computers.

Text and image asking user to download the video

Therefore, Wright PC Consulting reminds its customers to be suspicious of any email that asks you to download anything from an unknown source even if the e-mail comes from someone familiar.  For those who host your e-mail account(s) with us, we’ll keeping monitoring the situation and place appropriate filters in place if warranted.

Sprint’s Palm Pre Hotter than Expected?

preSprint launched its long awaited Palm Pre this weekend.  While the lines were not as long as AT&T/Apple’s legendary iPhone release a couple of years ago, they were reportedly very respectable.  The Pre has been long hyped as the iPhone killer with its slick touch screen, mature features and sexy look.  However, soon after many of the early adopters left the store, they discovered that their new Pre was hotter than they expected.

According to many posting in the forums at precentral.net, the first sign of trouble began with the appearance of distorted, smeary circles near the bottom of the screen.  Others noticed the same distorted circles near the top.  A little further investigation by forum posters began connecting the distortions with above normal temperatures of their new phones and heating during charging.  Even those who have exchanged their Pre’s for new ones are seening similar heat and distortion issues with their new phones.

Perhaps Sprint and Palm have generated more heat than they had hoped?

Google Secrets Exposed: A Data Center Tour

Take a peek inside a Google data center to see how the big boys do it (personal transport device included).

Google Apps and cPanel 11/WHM 11

After several weeks of trial and error, Wright PC Consulting has finally made a transition to Google Apps for mail and other services.  This transition has no direct affect on current or future clients.

As a Google Market Place vendor, we have helped others smoothly migrate to the Google Apps platform before.  However, while the transition is typically a pretty straight forward process, the were several variables that made this one slightly more complicated, including billing scripts, BlackBerrys, server notifications via e-mail to name a few.

Why the change?  There were several reasons for our desire to utilize Google Apps:

  1. Space.  I’d rather keep as much space available to customers as possible.
  2. Spam.  Google, with their acquisition of Postini have a reputation for controlling spam.  As a forward facing company with many e-mail addresses floating around cyber-space, better spam control is always a welcome addition.
  3. Uptime.  While Google, specifically, Gmail has has some recent well publicized outages, their overall uptime is excellent.  Additionally, in the unlikely event of an extended DimeNOC network outage, I want the ability to continue to communicate with customers in order to keep them updated.

Now to the challenges… There were only two, but those two consumed a significant amount of time.

The first was figuring out why, despite all MX records and the etc/remotedomains and etc/localdoamins files being updated correctly was my server refusing the send mail to my domain.  I was able to get the server via scripts to send to others and those outside of the domain could send mail that was received for my domain on the Google servers.  After much searching and testing I discovered that the issue was with Exim and hubbed hosts.  So, I added a file,  /etc/hubbed_hosts with one line of text:  wrightpcconsulting.com:  ASPMX.L.GOOGLE.COM.  I then added the following to the ROUTERS section of the Exim Advanced Configuration in WHM:

hubbed_hosts:
driver = manualroute
domains = “${if exists{/etc/hubbed_hosts}\
{partial-lsearch;/etc/hubbed_hosts}\
fail}”

route_data = ${lookup{$domain}partial-lsearch{/etc/hubbed_hosts}}
transport = remote_smtp

Once Exim was restarted by WHM I began getting mail from the server and all scripts that I run, including the billing scripts.

The second was much easier.  My BlackBerry was not getting e-mails via push.  Rather, they were delayed by about 15 minutes suggesting polling rather than push.  The new BIS 2.6 update solved that.  I deleted all accounts in BIS and re added them.  Suddenly instant push.

I hope that my experience helps someone…

UpdateLooks like BIS 2.6 is not yet ready for prime time.  I recently discovered that sending from two of my accounts using a desktop client (Thunderbird) caused my entire Sent box to be pushed to the my BlackBerry.  First time is was 58 messages, the second was over 183.  That is not acceptable!

Update 2The solution to the issue presented by the BIS 2.6 upgrade was to manually set the accounts as IMAP accounts rather than allowing BIS to do the setup.

Page optimized by WP Minify WordPress Plugin