• Kerio

    Kerio

    Ever wonder if there’s something else out there other than Exchange?  Well, if you are a company with less than 400 accounts and you don’t need some of the more advanced features of Exchange, like site replication then Kerio might just be the app for you: http://www.kerio.com

  • Microsoft Exchange Server

    Exchange 2007: Can't Create User with Forwarding Address

    How many times do you go to create a user and find that it’s already there, or at least the forwarding address is.  Info@, sales@, etc.  Well, in Exchange 2007 you can final all the users with a forwarding address in them to quickly isolate who already has your address.  To do so, use the following command: Get-Mailbox | Where {$_.ForwardingAddress -ne $null} | Select Name, ForwardingAddress, DeliverToMailboxAndForward

  • Microsoft Exchange Server

    Exchange: Increase Maximum Database Size

    Exchange has a maximum database size of 16GB.  You can temporarily increase this if you exceed it by editing the registry.  To do so, open a registry editor (Start -> Run regedit) and browse to this location: HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesMSExchangeIS Now, find the name of the server whose database you would like to increase the size of and click on it.  Then, click on either the folder that starts with Public- or Private- according to which you want to increase the size of.  Now add a Reg_DWORD with a name of: Database Size Limit in GB Now set the setting for the limit to 17GB (just type in 17) and reboot the…

  • Mac OS X,  Microsoft Exchange Server

    Functionality Differences between Microsoft Entourage 2004 and Microsoft Outlook 2001 for Mac

    I originally posted this at http://www.318.com/TechJournal Entourage 2004 has more options than Outlook 2001 but also does not communicate over MAPI but instead over WebDAV (OWA). The Graphical User Interface (GUI) level changes are too numerous to review. A conversion from Outlook 2001 to Entourage 2004 requires retooling the workforce for the new application. Schedules, cached email addresses, signatures and other settings will be lost during the migration, but mail, contacts, calendars, to-do items and tasks should survive the migration. Once common theme across the two is wasted resources. Outlook 2001 required OS 9 to run in OS X. Entourage 2004 requires Rosetta to run in OS X. Both waste…