attached you can find my config files. Regards, BK
> From: Martin Rabl [mailto:[email protected]] > Sent: Monday, February 27, 2012 6:02 PM > To: [email protected] > Subject: Re: [SOGo] Fresh SOGo install problems with run the login screen > > Pls. send your proxy configuration file > -- [email protected] https://inverse.ca/sogo/lists
SOGo.conf
Description: Binary data
httpd.conf
Description: Binary data
[root@sogo ~]# cat /home/sogo/GNUstep/Defaults/.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>sogod</key>
<dict>
<key>OCSFolderInfoURL</key>
<string>mysql://root:[email protected]:3306/sogo/sogo_folder_info</string>
<key>OCSSessionsFolderURL</key>
<string>mysql://root:[email protected]:3306/sogo/sogo_sessions_folder</string>
<key>SOGoAppointmentSendEMailNotifications</key>
<string>NO</string>
<key>SOGoLanguage</key>
<string>English</string>
<key>SOGoLoginModule</key>
<string>Calendar</string>
<key>SOGoMailDomain</key>
<string>acme.com</string>
<key>SOGoProfileURL</key>
<string>mysql://root:[email protected]:3306/sogo/sogo_user_profile</string>
<key>SOGoTimeZone</key>
<string>America/Montreal</string>
<key>SOGoUserSources</key>
<array>
<dict>
<key>canAuthenticate</key>
<string>YES</string>
<key>displayName</key>
<string>SOGo Users</string>
<key>id</key>
<string>users</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:[email protected]:3306/sogo/sogo_users</string>
</dict>
</array>
</dict>
</dict>
</plist>
