On Thu, 2011-12-22 at 20:36 -0500, Ludovic Marcotte wrote: > On 22/12/11 18:52, Peter L. Berghold wrote: > > Thoughts anybody? > Show the content of your .GNUstepDefaults. >
OK. Here's the sanitized version: <?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>sogod</key> <dict> <key>OCSFolderInfoURL</key> <string>postgresql://sogo:sogo@localhost:5432/sogo/sogo_folder_info</string> <key>OCSSessionsFolderURL</key> <string>postgresql://sogo:sogo@localhost:5432/sogo/sogo_sessions_folder</string> <key>SOGoACLsSendEmailNotifications</key> <string>YES</string> <key>SOGoAppointmentSendEmailNotifications</key> <string>YES</string> <key>SOGoDraftsFolderName</key> <string>Drafts</string> <key>SOGoFoldersSendEmailNotifications</key> <string>YES</string> <key>SOGoIMAPServer</key> <string>localhost</string> <key>SOGoMailDomain</key> <string>berghold.net</string> <key>SOGoMailingMechanism</key> <string>smtp</string> <key>SOGoProfileURL</key> <string>postgresql://sogo:sogo@localhost:5432/sogo/sogo_user_profile</string> <key>SOGoSMTPServer</key> <string>localhost</string> <key>SOGoSentFolderName</key> <string>Sent</string> <key>SOGoTimeZone</key> <string>America/New_York</string> <key>SOGoTrashFolderName</key> <string>Trash</string> <key>SOGoUserSources</key> <array> <dict> <key>CNFieldName</key> <string>cn</string> <key>IDFieldName</key> <string>uid</string> <key>IMAPHostFieldName</key> <string>mailHost</string> <key>UIDFieldName</key> <string>uid</string> <key>baseDN</key> <string>ou=People,dc=berghold,dc=net</string> <key>bindDN</key> <string>cn=root,dc=berghold,dc=net</string> <key>bindPassword</key> <string>ThatsMySecret</string> <key>canAuthenticate</key> <string>YES</string> <key>displayName</key> <string>Shared Addresses</string> <key>hostname</key> <string>localhost</string> <key>id</key> <string>public</string> <key>isAddressBook</key> <string>YES</string> <key>port</key> <string>389</string> </dict> </array> </dict> </dict> </plist> -- Peter L. Berghold <[email protected]> -- [email protected] https://inverse.ca/sogo/lists
