/* ********************* Main SOGo configuration file ********************** * * * Since the content of this file is a dictionary in OpenStep plist format, * * the curly braces enclosing the body of the configuration are mandatory. * * See the Installation Guide for details on the format. * * * * C and C++ style comments are supported. * * * * ~sogo/GNUstep/Defaults/.GNUstepDefaults has precedence over this file, * * make sure to move it away to avoid unwanted parameter overrides. * * * * **************************************************************************/ //DEBUG GCSFolderDebugEnabled = YES; GCSFolderStoreDebugEnabled = YES; LDAPDebugEnabled = YES; NGImap4DisableIMAP4Pooling = YES; ImapDebugEnabled = YES; OCSFolderManagerSQLDebugEnabled = YES; PGDebugEnabled = YES; SOGoDebugRequests = YES; SOGoMailKeepDraftsAfterSend = YES; SOGoUIxDebugEnabled = YES; SoDebugObjectTraversal = YES; SoSecurityManagerDebugEnabled = YES; WODontZipResponse = YES; WODebugZipResponse = YES; SOGoProfileURL = "postgresql://user:pass@127.0.0.1:5432/sogo/sogo_user_profile"; OCSFolderInfoURL = "postgresql://user:pass@127.0.0.1:5432/sogo/sogo_folder_info"; OCSSessionsFolderURL = "postgresql://user:pass@127.0.0.1:5432/sogo/sogo_sessions_folder"; OCSEMailAlarmsFolderURL = "postgresql://user:pass@127.0.0.1:5432/sogo/sogo_alarms_folder"; SOGoLanguage = NorwegianBokmal; SOGoSupportedLanguages = ("NorwegianBokmal", "NorwegianNynorsk", "English"); SOGoAppointmentSendEMailNotifications = YES; SOGoMailingMechanism = smtp; SOGoSMTPServer = 127.0.0.1; SOGoTimeZone = Europe/Oslo; SOGoSentFolderName = Sent; SOGoTrashFolderName = Trash; SOGoDraftsFolderName = Drafts; SOGoIMAPServer = "imaps://localhost:143/?tls=YES"; SOGoSieveServer = "sieve://localhost:4190/?tls=YES"; SOGoIMAPAclConformsToIMAPExt = YES; NGImap4DisableIMAP4Pooling = NO; NGImap4ConnectionStringSeparator = "."; SOGoVacationEnabled = NO; SOGoForwardEnabled = NO; SOGoSieveScriptsEnabled = YES; SOGoFirstDayOfWeek = 1; SOGoMailMessageCheck = manually; SOGoMailAuxiliaryUserAccountsEnabled = NO; SOGoEnableDomainBasedUID = YES; SOGoForceExternalLoginWithEmail = YES; domains = { appdev.as = { SOGoMailDomain = appdev.as; SOGoSuperUsernames = (admin@appdev.as); SOGoUserSources = ({ id = public_appdev_as; type = ldap; CNFieldName = cn; IDFieldName = uid; UIDFieldName = uid; baseDN = "ou=users,ou=appdev.as,dc=appdev,dc=as"; bindDN = "cn=sogo,ou=appdev.as,dc=appdev,dc=as"; bindFields = (uid); //bindFields = (uid,mail); bindPassword = ****; bindAsCurrentUser = NO; canAuthenticate = YES; displayName = "Shared Addresses"; hostname = ldap://localhost; isAddressBook = YES; }); }; gjerull.net = { SOGoMailDomain = gjerull.net; SOGoSuperUsernames = (admin@gjerull.net); SOGoUserSources = ({ id = public_gjerull_net; type = ldap; CNFieldName = cn; IDFieldName = uid; UIDFieldName = uid; baseDN = "ou=users,ou=gjerull.net,dc=appdev,dc=as"; bindDN = "cn=sogo,ou=gjerull.net,dc=appdev,dc=as"; bindFields = (uid); //bindFields = (uid,mail); bindPassword = ****; bindAsCurrentUser = NO; canAuthenticate = YES; displayName = "Shared Addresses"; hostname = ldap://localhost; isAddressBook = YES; }); }; }; }