Posts Tagged ‘snow leopard server’

Mac OS X 10.6.4 breaks iChat…Again…

Mac OS X Snow Leopard

Some of you may remember 10.6.3 breaking iChat on Mac OS X Snow Leopard Server.  Well,  it appears that the recent update to 10.6.4 from Apple yields the same results.  If you find yourself in the same boat as last time, fear not.  A simple fix is available:

sudo rm /private/var/jabberd/sqlite/jabberd2.db

Be sure to stop the iChat service in Server Admin first before you issue the above command.  Once issued, restart the service and you’ll be chatting again in no time.

-Tim

Mac OS X Server Greylisting…

I was the first one awake one weekend morning and saw it as a perfect time to have a nice cup of coffee and review some server logs and ensure everything is still working in proper order.  Every now and again, I’ll send test emails from my MobileMe email account to my domain account at timabbott.com.  After making some slight changes, I noticed that my email was not getting through.  A bit worried, I then sent an email from another account and was relieved to find that the message was delivered to my domain account immediately.  The question then became:  Why is my OS X Mail server not accepting mail from Apple?

Recipient address rejected: Service is unavailable;

A quick google of the above message lead me to this post on Apple’s discussion boards.  For those to lazy to click through, the thread discusses the greylisting feature in OS X 6.3 server as a means to combat spam.  While observing Mails behavior, I noticed that the messages I sent from MobileMe weren’t rejected, but simply delayed.  What’s more is that they weren’t stored locally on the server.  To provide that Mail’s spam filtering was the culprit, I temporarily turned off spam filtering.  At that point all email I sent from my MobileMe account was delivered immediately.  Re-enabling the feature caused my email to be delay by exactly one hour, which is was I now believe is the retry timer on Apple’s SMTP servers.  Now, I don’t have a problem with this feature but I do have a concern.  What if an email I want to receive is marked as spam by Mail and the sender’s server doesn’t try to deliver the message again?  Lost mail is my guess.  Luckily the nice folks at the Apple boards had a fix for that as well:

sudo pico /etc/postfix/main.cf

from

smtpd_recipient_restrictions = permit_sasl_authenticated permit_mynetworks reje ct_unauth_destination check_policy_service unix:private/policy permit

to

smtpd_recipient_restrictions = permit_sasl_authenticated permit_mynetworks reje ct_unauth_destination permit

So if you are running into the same issue then you basically have three options:

  1. Disable spam filtering (bad idea).
  2. Disable greylisting
  3. Do nothing

Personally, option three has my vote.  I can live with the delay and if I’m informed by an organization that mail to my domain is getting bounced I’ll tell them that it is an anti-spam mechanism and that there server should retry.

-Tim

WWDC 2010…

Well, it’s that time again. WWDC kicks off at 10am PT today.  If you follow technology news at all, then you are undoubtedly aware that Apple has been hard at work on the next iteration of the iPhone and probably have even seen what the next version will look like.  What is disappointing about it is the lack of surprise.  We can thank the folks at Gizmodo for that.  While the next iPhone will most likely be covered at WWDC today, I’m sure iPhone OS 4 will also be discussed and maybe even released.  There is also speculation the the next version of Safari and Mac OS 10.6.4 will be released.  In all, I think there is a lot for Apple to talk about and maybe even somethings we haven’t even seen yet.  Personally, I’m still holding out for the iPhone and Snow Leopard Server push notification functionality.

-Tim

iPhone OS 4 event this Thursday…

One of the things I do every morning is hit my favorite news sites.   Since I was traveling most of the day yesterday en route to visiting family, I became out of sync with with the iPad aftermath.   To my utter amazement, Apple is hold a press event for the preview of iPhone OS 4 this Thursday!   Macrumors as some interesting speculation on what we might see from Apple this Thursday:

- There will be multi-touch gestures OS-wide. (Would make sense for that as the rumored OS for the iTablet is close if not the same as the iPhone)
- “A few new ways” to run applications in the background — multitasking.
- Many graphical and UI changes to make navigating through the OS easier and more efficient. We haven’t had this broken down, but we can only hope for improved notifications, a refreshed homescreen, etc.
- The update will supposedly be available for only the iPhone 3G and 3GS, but will “put them ahead in the smartphone market because it will make them more like full-fledged computers” more than any other phone to date. Everyone is “really excited.”
- The last piece of information is the most vague, but apparently there will be some brand new syncing ability for the contacts and calendar applications.

Could we finally see the ability to get Push Notification functionality from Mac OS X Snow Leopard Server to iPhone?   I certainly hope so.

-Tim

iPad 3G and Push Notification…

The tech news world is overflowing with iPad news this weekend. Everything from reviews to tear downs of the device can be found on the web. So, in an effort to further assuage my curiosity of the device, I decided to head over to Apple’s website and check out some of the iPad guided tours. While watching the Mail guided tour, I saw something that immediately raised a couple questions. Right around the two minute mark, Apple shows a list of “supported” email servers for use with iPad.

iPad Mail Services

Supported Email Servers

The question? Does the iPad 3G support Push Notification and will it support push notification from OS X Server Snow Leopard? According to the video, all versions of the iPad will support Microsoft’s Exchange server. Moreover, the iPad runs a similar version of the iPhone OS (3.2). Currently, the latest available version of the OS for iPhone is 3.1. With that understanding, you could logically deduce that the iPad 3G will support Push Notification from the currently supported list of push notification servers for iPhone. So that answers the first question. As for whether or not it will support Push Notification from SLS? Again, based upon the understanding the iPad runs a slightly newer version of the iPhone OS…

Not likely.

-Tim

Return top