• Mac OS X,  Mac OS X Server

    Configuring Mountain Lion Server's Contacts Server

    Mountain Lion has an application called Contacts. Mountain Lion Server has a service called Contacts. While the names might imply differently, surprisingly the two are designed to work with one another. The Contacts service was called Address Book in Lion and below and is based on CardDAV, a protocol for storing contact information on the web, retrievable and digestible by client computers. The Contacts service is also a conduit with which to read information from LDAP and display that information in the Contacts client, which is in a way similar to how the Global Address List (GAL) works in Microsoft Exchange. I know I’ve said this about other services in…

  • Mac OS X,  Mac OS X Server,  Mac Security,  Mass Deployment

    Setting Up The Messages Service In Mountain Lion Server

    iChat Server was sooooo easy to configure. iChat Server is now Messages Server. Both use the open source jabber project as their back-end code base. Lucky us, all Apple did in the latest iteration is change the name of the service in the Server app, leaving the command line effectively untouched. The paths to things serverish have changed. The jabberd binary is now at /Applications/Server.app/Contents/ServerRoot/private/var/jabberd and the autobuddy binary is at /Applications/Server.app/Contents/ServerRoot/usr/bin/jabber_autobuddy. Given the importance of having multiple binaries that do the same thing, another jabberd binary is also stored at /Applications/Server.app/Contents/ServerRoot/usr/libexec/jabberd. Note that the man page says it’s in /etc. But I digress. Setting up the Messages service is simple. Open the…

  • certifications,  Mac OS X

    Apple Certified Associate For OS X 10.8 Mountain Lion

    Apple has posted the first of the Mountain Lion certifications. Information about the Apple Certified Associate – Mac Integration 10.8 is available at http://training.apple.com/certification/macosx. This certification requires only one exam, 9L0-408, which can be taken online. There’s no word yet on the ACSP or ACTC for 10.8, although I am certain work on them is in progress. The current table of certifications is as follows: The test is relatively simple. I took it this morning and it focused completely on the client in a heterogenous environment. There were questions about AD binding, sharing files between Windows and OS X Mountain Lion clients, securing the OS (Gatekeeper, FileVault 2), Time Machine, Messages…

  • Mac OS X,  Mac OS X Server,  Mac Security,  Mass Deployment

    Using Time Machine Server in Mountain Lion Server

    The Time Machine service in Mountain Lion Server hasn’t changed much from the service in Lion Server. To enable the Time Machine service, open the Server app, click on Time Machine in the SERVICES sidebar. If the service hasn’t been enabled to date, the ON/OFF switch will be in the OFF position and no “Backup destination” will be shown in the Settings pane. Click on the ON button to see a list of volumes to use as a destination for Time Machine backups. This should be large enough to have space for all of the users that can potentially use the Time Machine service hosted on the server. When you…

  • Mac OS X,  Mac OS X Server,  Mac Security,  Mass Deployment,  Network Infrastructure

    Installing the Mountain Lion Server VPN Server

    OS X Server has long had a VPN service that can be run. The server is capable of running the two most commonly used VPN protocols: PPTP and L2TP. The L2TP protocol is always in use, but the server can run both concurrently. You should use L2TP when at all possible. Sure, “All the great themes have been used up and turned into theme parks.” But security is a theme that it never hurts to keep in the forefront of your mind. If you were thinking of exposing the other services in Mountain Lion Server to the Internet without having users connect to a VPN service then you should think…

  • Mac OS X,  Mac OS X Server,  Mac Security

    Setting Up The Mail Service in Mountain Lion Server

    Mail is one of the hardest services to manage. Actually, mail is pretty simple in and of itself: there’s protocols people use to access their mail (such as IMAP and POP), protocols used to communicate between mail servers and send mail (SMTP, SMTPS)  and then there’s a database of mail and user information. In Mount Lion Server, all of these are represented by a single ON button, so it really couldn’t be easier. But then there’s the ecoysystem and the evil spammers. As a systems administrator of a large number of mail servers, I firmly believe that there is a special kind of hell where only spam is served at…

  • Mac OS X,  Mac OS X Server,  Microsoft Exchange Server

    Configuring Calendar Server in Mountain Lion Server

    Configuring Calendar Server in Mountain Lion Server is a fairly simple and straight forward process. The Calendar Server is a CalDAV Server, leveraging HTTP and HTTPS, running on ports 8008 and 8443 respectively. To enable the Calendar service in Mountain Lion Server, open the Server application and click on Calendar in the SERVICES section of the sidebar. Once open, click on Edit to enable email notifications of invitations in the Calendar Server. Provide the email address and then click on the Next button. At the Configure Server Email Address screen, provide the type of incoming mail service in use, provide the address of the mail server and then the port…

  • certifications,  iPhone

    iOS Development Test Now Available

    I’ve been involved with Brainbench for some time. There is now a new iOS development test available at http://www.brainbench.com/xml/bb/common/testcenter/taketest.xml?testId=2973. Also, we’re currently working on a Mountain Lion test and could use some reviewers if anyone is interested.  Let me know if you’d like to be involved with that.

  • Mac OS X Server

    Changes in Mountain Lion Server

    Mountain Lion Server is now available on the OS X App Store and as with the last few updates there are some things missing that you might be expecting and depending on. First up, three major services are gone: Podcast Producer, RADIUS and dhcp. You can still do dhcp as you always did with OS X client as those features work on OS X Server, but the more granular controls available in OS X Server are now gone. The biggest impact of dhcp is probably in testing NetBoot services when there are network issues and you need to prove to network admins that it’s the network and not your server……

  • Mac OS X Server

    Where Did All My Server Commands Go In Mountain Lion Server?!?!

    Mountain Lion Server is a lot more self-sufficient as an app than it used to be. Not only do you no longer need the Server Admin and Workgroup Manager applications to manage the server, but the Server app actually has a faux root for the tools that were once distributed almost haphazardly  across the rest of the file system. These objects are now stored in a faux root, where /Applications/Server.app/Contents/ServerRoot is the path to the faux root itself. If you need to access any command line tools, they are relatively placed to that path. For example, if you’re experimenting around with Profile Manager and need to wipe the database with…