{ SxVMemLimit = 768; SOGoLoginModule = Calendar; SOGoMaximumFailedLoginCount = 5; SOGoMaximumFailedLoginInterval = 30; SOGoFailedLoginBlockInterval = 300; SOGoMaximumMessageSubmissionCount = 5; SOGoMaximumSubmissionInterval = 60; SOGoMessageSubmissionBlockInterval = 300; SOGoMaximumRecipientCount = 50; SOGoPageTitle = "Kalender"; SOGoMemcachedHost = "127.0.0.1:11211"; SOGoProfileURL = "postgresql://sogo:xxx@yyy:5432/sogo/sogo_user_profile"; OCSEMailAlarmsFolderURL = "postgresql://sogo:xxx@yyy:5432/sogo/sogo_alarms_folder"; OCSFolderInfoURL = "postgresql://sogo:xxx@yyy:5432/sogo/sogo_folder_info"; OCSSessionsFolderURL = "postgresql://sogo:xxx@yyy:5432/sogo/sogo_sessions_folder"; SOGoAppointmentSendEMailNotifications = YES; SOGoDraftsFolderName = Drafts; SOGoEnableEMailAlarms = YES; SOGoEnablePublicAccess = YES; SOGoFirstDayOfWeek = First4DayWeek; SOGoIMAPAclConformsToIMAPExt = YES; SOGoIMAPServer = "imap://127.0.0.1:143"; SOGoLanguage = German; SOGoMailAuxiliaryUserAccountsEnabled = NO; SOGoMailDomain = "...."; SOGoMailShowSubscribedFoldersOnly = YES; SOGoMailingMechanism = sendmail; SOGoSentFolderName = Sent; SOGoTimeZone = "Europe/Berlin"; SOGoTrashFolderName = Trash; SOGoiPhoneForceAllDayTransparency = YES; SOGoLDAPQueryTimeout = 10; SOGoLDAPQueryLimit = 50; SOGoSearchMinimumWordLength = 3; SOGoHideSystemEMail = YES; SOGoUserSources = ( // calendar resources { type = ldap; id = "Kalender-LDAP"; displayName = "Kalender-LDAP"; canAuthenticate = YES; isAddressBook = YES; hostname = "ldap1..."; port = 389; baseDN = "ou=resourvces,..."; encryption = "STARTTLS"; UIDFieldName = "uid"; CNFieldName = "cn"; IDFieldName = "uid"; SearchFieldNames = ( "uid", "cn", "sn", "mail" ); bindFields = ( "uid" ); scope = SUB; ModulesConstraints = { Mail = { objectClass = nonExistingClass; }; }; MultipleBookingsFieldName = "Multiplebookings"; }, // user accounts { type = ldap; id = "Account-LDAP"; displayName = "Account-LDAP"; canAuthenticate = YES; isAddressBook = YES; hostname = "ldap2..." port = 389; baseDN = "ou=users,..."; encryption = "STARTTLS"; UIDFieldName = "uid"; CNFieldName = "cn"; IDFieldName = "uid"; SearchFieldNames = ( "uid", "cn", "sn", "publicEMailAddress" ); bindFields = ( "uid" ); MailFieldNames = ( "publicEMailAddress" ); mapping = { mail = ( "publicEMailAddress" ); }; }, // internal addressbook { type = "ldap"; id = "Adressen"; displayName = "Adressen"; canAuthenticate = NO; isAddressBook = YES; hostname = "ldap3..."; port = 389; baseDN = "o=..."; CNFieldName = "cn"; SearchFieldNames = ( "cn", "sn", "mail", "telephoneNumber" ); }, );