{ /* Database configuration (mysql:// or mysql://) */ SOGoProfileURL = "mysql://sogo:sogo@localhost:3306/sogo/sogo_user_profile"; OCSFolderInfoURL = "mysql://sogo:sogo@localhost:3306/sogo/sogo_folder_info"; OCSSessionsFolderURL = "mysql://sogo:sogo@localhost:3306/sogo/sogo_sessions_folder"; /* Mail */ SOGoIMAPServer = "imaps://mail.example.fr:993"; SOGoSieveServer = "sieve://mail.example.fr:4190"; SOGoSMTPServer = mx.example.fr; SOGoMailDomain = example.fr; SOGoMailingMechanism = smtp; /* Notifications */ SOGoAppointmentSendEMailNotifications = YES; SOGoFoldersSendEMailNotifications = NO; /* Authentication */ SOGoPasswordChangeEnabled = NO; /* LDAP authentication example */ SOGoUserSources = ( { type = ldap; CNFieldName = cn; UIDFieldName = uid; IDFieldName =mail; // first field of the DN for direct binds bindFields = (uid, mail, cn); // array of fields to use for indirect binds baseDN = "dc=example,dc=fr"; bindAsCurrentUser= YES; filter = "(o='example' OR ou='example' OR ou='sogo')"; MultipleBookingsFieldName = "MultipleBookings"; KindFieldName = "Kind"; canAuthenticate = YES; displayName = "Shared Addresses"; hostname = ldap://ldap.example.fr:389; id = public; isAddressBook = YES; IMAPLoginFieldName = mail; } ); /* Web Interface */ SOGoVacationEnabled = YES; SOGoSieveScriptsEnabled = YES; SOGoLoginModule = Calendar; SOGoCalendarDefaultRoles = (PublicViewer,ConfidentialDAndTViewer,PrivateDAndTViewer); /* General */ SOGoLanguage = French; SOGoTimeZone = Europe/Paris; SOGoSuperUsernames = (serdar); // This is an array - keep the parens! WOPidFile = "/var/run/sogo/sogo.pid"; /* Debug */ SOGoDebugRequests = YES; SoDebugBaseURL = YES; ImapDebugEnabled = YES; LDAPDebugEnabled = YES; PGDebugEnabled = YES; MySQL4DebugEnabled = YES; SOGoUIxDebugEnabled = YES; WODontZipResponse = YES; WOLogFile = /var/log/sogo/sogo.log; }