{ /* ********************* 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. * * * * This example configuration contains only a subset of all available * * configuration parameters. Please see the installation guide more details. * * * * ~sogo/GNUstep/Defaults/.GNUstepDefaults has precedence over this file, * * make sure to move it away to avoid unwanted parameter overrides. * * * * **************************************************************************/ /* Database configuration (mysql://, postgresql:// or oracle://) */ SOGoProfileURL = "postgresql://sogo:senha1234@localhost:5432/sogo_db/sogo_user_profile"; OCSFolderInfoURL = "postgresql://sogo:senha1234@localhost:5432/sogo_db/sogo_folder_info"; OCSSessionsFolderURL = "postgresql://sogo:senha1234@localhost:5432/sogo_db/sogo_sessions_folder"; OCSEMailAlarmsFolderURL = "postgresql://sogo:senha1234@localhost:5432/sogo_db/sogo_alarms_folder"; /* With 3 parameters below, SOGo requires only 9 SQL tables in total */ /* instead of creating 4 SQL tables for each user. */ OCSStoreURL = "postgresql://sogo:senha1234@localhost:5432/sogo_db/sogo_store"; OCSAclURL = "postgresql://sogo:senha1234@localhost:5432/sogo_db/sogo_acl"; OCSCacheFolderURL = "postgresql://sogo:senha1234@localhost:5432/sogo_db/sogo_cache_folder"; /* General Preferences */ SOGoLanguage = BrazilianPortuguese; SOGoTimeZone = America/Sao_Paulo; SOGoFirstDayOfWeek = 1; SOGoMaximumFailedLoginCount = 3; SOGoMaximumFailedLoginInterval = 20; SOGoFailedLoginBlockInterval = 300; SOGoMemcachedHost = "memcache.expresso:11211"; SxVMemLimit = 384; WOListenQueueSize = 100; WOPidFile = "/var/run/sogo/sogo.pid"; /* Mail */ SOGoDraftsFolderName = INBOX/Rascunhos; SOGoSentFolderName = INBOX/Enviados; SOGoTrashFolderName = INBOX/Lixeira; SOGoJunkFolderName = INBOX/Spam; SOGoIMAPServer = "mailboxes.expresso"; SOGoSieveServer = "sieve://mailboxes.expresso:4190"; SOGoSMTPServer = "smtp://mailboxes.expresso"; SOGoMailingMechanism = smtp; SOGoSMTPAuthenticationType = PLAIN; SOGoMailJunkSettings = { vendor = "generic"; junkEmailAddress = "expresso-admin@expressovm.com.br"; notJunkEmailAddress = "expresso-admin@expressovm.com.br"; }; SOGoForceExternalLoginWithEmail = NO; SOGoMailSpoolPath = /var/spool/sogo; NGImap4ConnectionStringSeparator = "/"; /* Notifications */ SOGoAppointmentSendEMailNotifications = YES; SOGoACLsSendEMailNotifications = YES; SOGoFoldersSendEMailNotifications = YES; SOGoNotifyOnPersonalModifications = YES; SOGoNotifyOnExternalModifications = YES; SOGoEnableEMailAlarms = YES; /* Authentication */ //SOGoPasswordChangeEnabled = YES; /* LDAP authentication/catalog */ SOGoUserSources = ( { id = public; isAddressBook = YES; type = ldap; CNFieldName = cn; IDFieldName = uid; baseDN = "dc=expressovm,dc=com,dc=br"; bindDN = "cn=admin,dc=expressovm,dc=com,dc=br"; bindPassword = "senha"; filter = "( phpgwaccountstatus = 'A' AND phpgwaccountvisible <> '-1' AND phpgwaccounttype ='u' )"; canAuthenticate = NO; displayName = "Lista Geral"; hostname = "ldap://ldap.expresso"; SOGoLDAPContactInfoAttribute = cn; SOGoLDAPQueryLimit = 200; mapping = { photo = ("jpegphoto"); } }); domains = { celepar.pr.gov.br = { SOGoMailDomain = expressovm.com.br; SOGoMailReplyPlacement = above; SOGoMailSignaturePlacement = above; SOGoUserSources = ( { id = ldap_auth; isAddressBook = NO; type = ldap; CNFieldName = cn; UIDFieldName = uid; bindFields = (uid); baseDN = "dc=expressovm,dc=com,dc=br"; bindDN = "uid=expresso-admin,ou=celepar,dc=expressovm,dc=com,dc=br"; bindPassword = "senha"; filter = "( phpgwaccountstatus = 'A' AND phpgwaccounttype = 'u' )"; canAuthenticate = YES; hostname = "ldap://ldap.expresso"; SOGoLDAPGroupExpansionEnabled = YES; });}; }; /* Web Interface */ SOGoPageTitle = "Governo do Estado do ParanĂ¡"; SOGoVacationEnabled = YES; SOGoForwardEnabled = YES; SOGoSieveScriptsEnabled = YES; SOGoMailAddOutgoingAddresses = YES; SOGoMailAuxiliaryUserAccountsEnabled = YES; //SOGoEnableEMailAlarms = YES; SOGoTrustProxyAuthentication = NO; SOGoXSRFValidationEnabled = YES; //SOGoFaviconRelativeURL = "/SOGo.woa/WebServerResources/img/celepar.ico"; /* General * / WOMaxUploadSize = 21200; SOGoMaximumMessageSizeLimit = 21200; SOGoCalendarDefaultRoles = ( PublicDAndTViewer, ConfidentialDAndTViewer ); /* Debug */ //SOGoDebugRequests = YES; //SoDebugBaseURL = YES; //ImapDebugEnabled = YES; //LDAPDebugEnabled = YES; //PGDebugEnabled = YES; //MySQL4DebugEnabled = YES; //SOGoUIxDebugEnabled = YES; //WODontZipResponse = YES; WOLogFile = /var/log/sogo/sogo.log; }