Hi, I have a new SOGo install that appears to function fine except that FreeBusy information does not seem to be present in either the web client nor via Thunderbird / Lightning.
Should free busy work when LDAP is not used (in a pure MySQL environment)? I also notice that moving around in the web client seems slower than I would expect. (not a question of course, just a comment) My components and GNUDefaults file are listed below, I would appreciate any comments/recommendations. Server: ====== OS: Centos 5.8 sogo-2.0_20120427-1.el5 sope49-sbjson-2.3.1-20120419_1664.el5.1 sope49-cards-2.0_20120427-1.el5 sope49-appserver-4.9-20120419_1664.el5.1 sope49-gdl1-contentstore-2.0_20120427-1.el5 sope49-xml-4.9-20120419_1664.el5.1 sope49-ldap-4.9-20120419_1664.el5.1 sope49-core-4.9-20120419_1664.el5.1 sope49-gdl1-4.9-20120419_1664.el5.1 sope49-mime-4.9-20120419_1664.el5.1 sope49-gdl1-mysql-4.9-20120419_1664.el5.1 Client: ===== Mac OS X Thunderbird 10 ESR Inverse SOGo Connector 10.0.1 Lightning 1.2.3 cat .GNUstepDefaults <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//GNUstep//DTD plist 0.9//EN" "http://www.gnustep.org/plist-0_9.xml"> <plist version="0.9"> <dict> <key>NSGlobalDomain</key> <dict> </dict> <key>sogo</key> <dict> <key>SOGoTimeZone</key> <string>America/New_York</string> </dict> <key>sogod</key> <dict> <key>IDFieldName</key> <string>uidNumber</string> <key>MySQL4DebugEnabled</key> <string>YES</string> <key>OCSEMailAlarmsFolderURL</key> <string>mysql://sogo:topsecretpassword@localhost:3306/sogo/sogo_alarms_folder</string> <key>OCSFolderInfoURL</key> <string>mysql://sogo:topsecretpassword@localhost:3306/sogo/sogo_folder_info</string> <key>OCSSessionsFolderURL</key> <string>mysql://sogo:topsecretpassword@localhost:3306/sogo/sogo_sessions_folder</string> <key>SOGoACLsSendEMailNotifications</key> <string>YES</string> <key>SOGoAddressBookDAVAccessEnabled</key> <string>YES</string> <key>SOGoAppointmentSendEMailNotifications</key> <string>YES</string> <key>SOGoCalendarDAVAccessEnabled</key> <string>YES</string> <key>SOGoDraftsFolderName</key> <string>Drafts</string> <key>SOGoEnableEMailAlarms</key> <string>NO</string> <key>SOGoFoldersSendEMailNotifications</key> <string>YES</string> <key>SOGoIMAPServer</key> <string>localhost</string> <key>SOGoLanguage</key> <string>English</string> <key>SOGoMailDomain</key> <string>example.com</string> <key>SOGoMailMessageCheck</key> <string>every_minute</string> <key>SOGoMailingMechanism</key> <string>sendmail</string> <key>SOGoProfileURL</key> <string>mysql://sogo:topsecretpassword@localhost:3306/sogo/sogo_user_profile</string> <key>SOGoSentFolderName</key> <string>Sent</string> <key>SOGoTrashFolderName</key> <string>Trash</string> <key>SOGoUserSources</key> <array> <dict> <key>canAuthenticate</key> <string>YES</string> <key>displayname</key> <string>SOGoAdressBook</string> <key>id</key> <string>database</string> <key>isAddressBook</key> <string>YES</string> <key>type</key> <string>sql</string> <key>userPasswordAlgorithm</key> <string>md5</string> <key>viewURL</key> <string>mysql://sogo:topsecretpassword@localhost:3306/sogo/sogo_auth</string> </dict> </array> <key>WOLogFile</key> <string>/var/log/sogo/sogo.log</string> <key>WOPidFile</key> <string>/var/run/sogo/sogo.pid</string> <key>WOPort</key> <string>20000</string> <key>WOSendMail</key> <string>/usr/sbin/sendmail.sendmail</string> <key>WOWorkersCount</key> <string>4</string> </dict> </dict> -- Kind Regards -- [email protected] https://inverse.ca/sogo/lists
