Listing 2. SOGo Configuration Parameters NSGlobalDomain = { }; "sogod-0.9" = { AgenorProfileURL = "http://sogo:sogo@127.0.0.1:5432/sogo/sogo_user_profile"; NGUseUTF8AsURLEncoding = YES; OCSFolderInfoURL = "http://sogo:sogo@127.0.0.1:5432/sogo/sogo_folder_info"; SOGoAppointmentSendEMailNotifications = YES; SOGoAuthentificationMethod = LDAP; SOGoDefaultLanguage = English; SOGoDefaultMailDomain = example.com; SOGoDraftsFolderName = INBOX.Drafts; SOGoFallbackIMAP4Server = localhost; SOGoLDAPSources = ( { CNFieldName = displayName; IDFieldName = cn; UIDFieldName = cn; baseDN = "ou=example,dc=com"; bindDN = "cn=superuser,ou=Users,dc=example,dc=com"; bindPassword = 0xdeadk0w; canAuthenticate = YES; displayName = "Corporate Directory"; hostname = 127.0.0.1; id = public; isAddressBook = YES; port = 389; } ); SOGoMailSpoolPath = "/var/spool/sogo"; SOGoMailingMechanism = smtp; SOGoOtherUsersFolderName = "Other Users"; SOGoSMTPServer = 127.0.0.1; SOGoSentFolderName = INBOX.Sent; SOGoServerTimeZone = Canada/Eastern; SOGoSharedFolderName = "Shared Folders"; SOGoSpecialFoldersInRoot = YES; SOGoTrashFolderName = INBOX.Trash; SOGoUseLocationBasedSentFolder = YES; WOMessageUseUTF8 = YES; WOParsersUseUTF8 = YES; WOPort = 25000; WOUseRelativeURLs = NO; }; }